🐛 fix(waybar): use swayosd on the backlight module instead of brightnessctl
This commit is contained in:
parent
75882e99fa
commit
9888625eca
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"format": "{percent}% {icon}",
|
"format": "{percent}% {icon}",
|
||||||
"format-icons": ["", ""],
|
"format-icons": [" ", " "],
|
||||||
"on-scroll-up": "brightnessctl -c backlight set +1%",
|
"on-scroll-up": "swayosd-client --brightness +10",
|
||||||
"on-scroll-down": "brightnessctl -c backlight set 1%-",
|
"on-scroll-down": "swayosd-client --brightness -10",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue