This commit is contained in:
joygnu 2024-08-23 15:24:38 +02:00
parent a5c071e896
commit a1b660dcb1

View file

@ -1,6 +1,23 @@
{pkgs,...}:{ {pkgs,...}:{
services.swaync = { services.swaync = {
enable = true; 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 = style =
'' ''
.notification-row { .notification-row {
@ -9,7 +26,7 @@
.notification-row:focus, .notification-row:focus,
.notification-row:hover { .notification-row:hover {
background: @noti-bg-focus; background: #282828;
} }
.notification { .notification {