✨ feat(waybar): add backlight module
This commit is contained in:
parent
bbe68666db
commit
663e88d893
1 changed files with 8 additions and 0 deletions
8
.config/waybar/modules/backlight.jsonc
Normal file
8
.config/waybar/modules/backlight.jsonc
Normal 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%-",
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue