feat(waybar): add backlight module

This commit is contained in:
Sergio Laín 2024-08-23 19:03:35 +02:00
parent bbe68666db
commit 663e88d893
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

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