fix: change drawer transition direction for sound and brightness groups
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 2s
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:
parent
47ae8d5d51
commit
4dd8aae2f0
@ -55,7 +55,7 @@
|
|||||||
],
|
],
|
||||||
"drawer": {
|
"drawer": {
|
||||||
"transition-duration": 500,
|
"transition-duration": 500,
|
||||||
"transition-left-to-right": true
|
"transition-left-to-right": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"group/brightness": {
|
"group/brightness": {
|
||||||
@ -67,7 +67,7 @@
|
|||||||
],
|
],
|
||||||
"drawer": {
|
"drawer": {
|
||||||
"transition-duration": 500,
|
"transition-duration": 500,
|
||||||
"transition-left-to-right": true
|
"transition-left-to-right": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"group/bat": {
|
"group/bat": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user