diff options
| author | ryukamish <[email protected]> | 2026-04-10 19:41:59 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-10 19:41:59 +0530 |
| commit | 28a25c9ff54a03ec8453ef05b531c995ce823ee0 (patch) | |
| tree | e0cce2e74b3d1293ff50ec4fd242c6271dcfdf77 /waybar/config.jsonc | |
| parent | 980f480919ee5d1345577700c4e0746aae6cb5d8 (diff) | |
add: comment explaining external brightness module
Diffstat (limited to 'waybar/config.jsonc')
| -rw-r--r-- | waybar/config.jsonc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 1583fe5..4345162 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -100,6 +100,8 @@ "return-type": "json", "format": "{}" }, + // The below module require `ddcutil` to be working on the system + // or it will not work "custom/brightness": { "format": "☀ {}%", "tooltip-format": "EXT: ☀ {}%", |
