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 {