fix: change drawer transition direction for sound and brightness groups
Update PKGBUILD version / update-pkgver (push) Successful in 2s
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:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user