summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-04-10 19:41:59 +0530
committerryukamish <[email protected]>2026-04-10 19:41:59 +0530
commit28a25c9ff54a03ec8453ef05b531c995ce823ee0 (patch)
treee0cce2e74b3d1293ff50ec4fd242c6271dcfdf77
parent980f480919ee5d1345577700c4e0746aae6cb5d8 (diff)
add: comment explaining external brightness module
-rw-r--r--waybar/config.jsonc2
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: ☀ {}%",