From eb103fa41032e0edf242eafbb83fcb1242854fb9 Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 10 Dec 2024 20:09:24 -0600 Subject: [PATCH] swaync: move to bottom 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 68d1ed5..2f9165d 100644 --- a/options/custom/services/swaync/default.nix +++ b/options/custom/services/swaync/default.nix @@ -23,7 +23,7 @@ in { notification-2fa-action = false; #// notification-inline-replies = true; positionX = "center"; - positionY = "top"; + positionY = "bottom"; timeout-low = 5; timeout = 5; # normal timeout-critical = 0;