From ef1f0b0513ed7cc2fa56636c59cb512f2eb6807e Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 28 Jan 2025 15:30:06 -0600 Subject: [PATCH] swaync: lower control center height Signed-off-by: Myned --- options/custom/services/swaync/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/services/swaync/default.nix b/options/custom/services/swaync/default.nix index 287d105..62eb251 100644 --- a/options/custom/services/swaync/default.nix +++ b/options/custom/services/swaync/default.nix @@ -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;