dotfiles/.config/waybar/modules/backlight.jsonc
2024-08-31 00:57:51 +02:00

9 lines
291 B
JSON

{
"backlight": {
"device": "intel_backlight",
"format": "{percent}% {icon}",
"format-icons": ["", "", "", "", "", "", "", "", ""],
"on-scroll-up": "swayosd-client --brightness +10",
"on-scroll-down": "swayosd-client --brightness -10",
},
}