fix(bar): make backlight scrollable
This commit is contained in:
parent
af89796a75
commit
cd5937a8e6
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@
|
|||
tooltip = false;
|
||||
format = " {}%";
|
||||
interval = 1;
|
||||
on-scroll-up = "brightnessctl s 1515";
|
||||
on-scroll-down = "brightnessctl s 1";
|
||||
on-scroll-up = "brightnessctl s +1%";
|
||||
on-scroll-down = "brightnessctl s 1%-";
|
||||
};
|
||||
|
||||
network = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue