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,...}:{
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 {