nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

commit 28a25c9ff54a03ec8453ef05b531c995ce823ee0
parent 980f480919ee5d1345577700c4e0746aae6cb5d8
Author: ryukamish <[email protected]>
Date:   Fri, 10 Apr 2026 19:41:59 +0530

add: comment explaining external brightness module

Diffstat:
Mwaybar/config.jsonc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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: ☀ {}%",