swaync: lower control center height
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
c67fe3587f
commit
ef1f0b0513
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ in {
|
|||
|
||||
# https://github.com/ErikReider/SwayNotificationCenter/blob/main/src/configSchema.json
|
||||
settings = {
|
||||
control-center-height = builtins.floor (config.custom.height * 0.75); # 75%
|
||||
control-center-height = builtins.floor (config.custom.height * 0.5); # 50%
|
||||
control-center-positionY = "bottom";
|
||||
control-center-width = 750;
|
||||
fit-to-screen = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue