From a1b660dcb1ec7372085954e15d374edd0e0c1f4f Mon Sep 17 00:00:00 2001 From: joygnu Date: Fri, 23 Aug 2024 15:24:38 +0200 Subject: [PATCH] swaync --- home/swaync/default.nix | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/home/swaync/default.nix b/home/swaync/default.nix index d14cf73..97bd71d 100644 --- a/home/swaync/default.nix +++ b/home/swaync/default.nix @@ -1,6 +1,23 @@ {pkgs,...}:{ services.swaync = { enable = true; + settings = { + positionX = "left"; + positionY = "top"; + layer = "overlay"; + control-center-layer = "top"; + layer-shell = true; + cssPriority = "application"; + control-center-margin-top = 0; + control-center-margin-bottom = 0; + control-center-margin-right = 0; + control-center-margin-left = 0; + notification-2fa-action = true; + notification-inline-replies = false; + notification-icon-size = 64; + notification-body-image-height = 100; + notification-body-image-width = 200; + }; style = '' .notification-row { @@ -9,7 +26,7 @@ .notification-row:focus, .notification-row:hover { - background: @noti-bg-focus; + background: #282828; } .notification {