From 9fad131b037a267f9f2fed73eb824b784d8e34a8 Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 11 Dec 2024 16:52:04 -0600 Subject: [PATCH] swaync: separate control-center from notification position Signed-off-by: Myned --- options/custom/services/swaync/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/options/custom/services/swaync/default.nix b/options/custom/services/swaync/default.nix index 2f9165d..aff8228 100644 --- a/options/custom/services/swaync/default.nix +++ b/options/custom/services/swaync/default.nix @@ -18,12 +18,13 @@ in { settings = { control-center-width = 750 / config.custom.scale; control-center-height = config.custom.height / 2; + control-center-positionY = "bottom"; fit-to-screen = false; hide-on-clear = true; notification-2fa-action = false; #// notification-inline-replies = true; positionX = "center"; - positionY = "bottom"; + positionY = "top"; timeout-low = 5; timeout = 5; # normal timeout-critical = 0;