diff options
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index 8887fa1c..3abb96d4 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -78,6 +78,17 @@ "tooltip-format": "Left Click: Quick Tips\nRight Click: Keybinds", }, +// External monitor brightness (ddcutil) +"custom/brightness_external": { + "format": "{}", + "return-type": "json", + "interval": 2, + "exec": "$HOME/.config/hypr/scripts/ExternalBrightness.sh --get", + "on-scroll-up": "$HOME/.config/hypr/scripts/ExternalBrightness.sh --inc", + "on-scroll-down": "$HOME/.config/hypr/scripts/ExternalBrightness.sh --dec", + "tooltip": true +}, + "custom/dot_update": { "format": " ", "on-click": "$HOME/.config/hypr/scripts/KooLsDotsUpdate.sh", |
