feat: add brightness slider to Waybar backlight module
Update PKGBUILD version / update-pkgver (push) Successful in 2s
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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user