dotfiles/.config/waybar/modules/backlight.jsonc
2024-08-23 19:03:35 +02:00

8 lines
215 B
JSON

{
"backlight": {
"format": "{percent}% {icon}",
"format-icons": ["", ""],
"on-scroll-up": "brightnessctl -c backlight set +1%",
"on-scroll-down": "brightnessctl -c backlight set 1%-",
},
}