fix: change drawer transition direction for sound and brightness groups
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 2s

Open drawers to the right instead of left, matching their position
on the right side of the bar.
This commit is contained in:
nevaforget 2026-04-09 12:15:59 +02:00
parent 47ae8d5d51
commit 4dd8aae2f0

View File

@ -55,7 +55,7 @@
],
"drawer": {
"transition-duration": 500,
"transition-left-to-right": true
"transition-left-to-right": false
}
},
"group/brightness": {
@ -67,7 +67,7 @@
],
"drawer": {
"transition-duration": 500,
"transition-left-to-right": true
"transition-left-to-right": false
}
},
"group/bat": {