From 7cf0619e8716e317ccc177fa70e32ee8b7f60553 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Sat, 15 Mar 2025 12:55:55 +0530 Subject: [PATCH] increase brightness scroll-step --- .config/waybar/config.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 7359be1..511f374 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -206,7 +206,8 @@ }, "backlight": { "format": "{icon} {percent}%", - "format-icons": ["󰃜", "󰃛", "󰃚"] + "format-icons": ["󰃜", "󰃛", "󰃚"], + "scroll-step": 5 }, "group/group-cpu": { "orientation": "inherit",