update config file

This commit is contained in:
lostecho
2023-04-20 10:22:42 +08:00
parent bba3272093
commit 4748cc6246
6 changed files with 17 additions and 11 deletions

View File

@@ -122,8 +122,8 @@
"device": "intel_backlight",
"format": "{icon} {percent}%",
"format-icons": ["", "", ""],
"on-scroll-up": "xbaxklight -inc 1",
"on-scroll-down": "xbacklight -dec 1",
"on-scroll-up": "brightnessctl set 1%+",
"on-scroll-down": "brightnessctl set 1%-",
"min-length": 6
},