nix-config/modules/wm/swaync/default.nix

22 lines
605 B
Nix

{
services.swaync = {
enable = true;
settings = {
positionX = "right";
positionY = "top";
layer = "overlay";
control-center-layer = "top";
layer-shell = true;
cssPriority = "application";
control-center-margin-top = 8;
control-center-margin-bottom = 8;
control-center-margin-right = 8;
control-center-margin-left = 8;
notification-2fa-action = true;
notification-inline-replies = false;
notification-icon-size = 32;
notification-body-image-height = 100;
notification-body-image-width = 200;
};
};
}