1
1
Fork 0

swaync: lower control center height

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-28 15:30:06 -06:00
parent c67fe3587f
commit ef1f0b0513
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -40,7 +40,7 @@ in {
# https://github.com/ErikReider/SwayNotificationCenter/blob/main/src/configSchema.json # https://github.com/ErikReider/SwayNotificationCenter/blob/main/src/configSchema.json
settings = { 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-positionY = "bottom";
control-center-width = 750; control-center-width = 750;
fit-to-screen = false; fit-to-screen = false;