modules/home/desktop/niri/services/swaync/default.nix

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-11 19:50:40 +03:00
parent 930417968f
commit 8a35e18e4e

View File

@ -21,7 +21,7 @@
positionY = "top"; positionY = "top";
notification-2fa-action = true; notification-2fa-action = true;
notification-inline-replies = false; notification-inline-replies = false;
notification-icon-size = 24; notification-icon-size = 48;
notification-body-image-height = 100; notification-body-image-height = 100;
notification-body-image-width = 200; notification-body-image-width = 200;
notification-window-width = 400; notification-window-width = 400;
@ -148,12 +148,12 @@
.widget-dnd > switch slider { .widget-dnd > switch slider {
margin: 3px; margin: 3px;
border-radius: 3px; border-radius: 3px;
padding: 6px; padding: 0px;
} }
.widget-mpris .widget-mpris-player { .widget-mpris .widget-mpris-player {
border-radius: 9px; border-radius: 9px;
margin: 3px; margin: 0.5rem;
padding: 0.5rem; padding: 0.5rem;
} }