rewrite bar with quickshell

This commit is contained in:
2025-10-11 16:28:11 +02:00
parent e1a02f7994
commit abadf04aa2
49 changed files with 10246 additions and 7 deletions

View File

@@ -136,8 +136,8 @@
"format-alt-click": "click-right",
//"format-icons": ["", ""],
"format-icons": [""],
"on-scroll-down": "brightnessctl -d $HYPR_DISPLAY_DEVICE set 5%-",
"on-scroll-up": "brightnessctl -d $HYPR_DISPLAY_DEVICE set +5%",
"on-scroll-down": "brightnessctl --class=backlight set -5%",
"on-scroll-up": "brightnessctl --class=backlight set +5%",
"max-length": 6,
"min-length": 6
},