feat: add brightness slider to Waybar backlight module
Update PKGBUILD version / update-pkgver (push) Successful in 2s

Wrap backlight in a drawer group with backlight/slider, mirroring the
existing sound group pattern. Slider appears on hover/click.
This commit is contained in:
2026-04-09 11:43:36 +02:00
parent b6beabe500
commit 48b0de071e
2 changed files with 43 additions and 1 deletions
+12 -1
View File
@@ -19,7 +19,7 @@
"mpris",
"bluetooth",
"group/sound",
"backlight",
"group/brightness",
"group/bat",
"group/indicators"
],
@@ -58,6 +58,17 @@
"transition-left-to-right": true
}
},
"group/brightness": {
"orientation": "inherit",
"modules": [
"backlight",
"backlight/slider"
],
"drawer": {
"transition-duration": 500,
"transition-left-to-right": true
}
},
"group/bat": {
"orientation": "inherit",
"modules": [