waybar: use brictl for brightness control

This commit is contained in:
krolyxon 2026-01-21 19:29:14 +05:30
parent bfeb728f80
commit 57dab0ae72
1 changed files with 4 additions and 2 deletions

View File

@ -119,8 +119,10 @@
"backlight": {
"format": "{icon} {percent}%",
"format-icons": ["󰃞", "󰃟", "󰃠"],
"on-scroll-up": "brightnessctl set 1%+",
"on-scroll-down": "brightnessctl set 1%-",
// "on-scroll-up": "brightnessctl set 1%+",
// "on-scroll-down": "brightnessctl set 1%-",
"on-scroll-up": "brictl +",
"on-scroll-down": "brictl -",
"min-length": 6
},
"pulseaudio": {