feat: Update swaync css and settings

This commit is contained in:
uttarayan21
2025-07-18 11:52:53 +05:30
parent 4df3592833
commit 214c6e5d92
3 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
{...}: {
services.swaync.enable = true;
services.swaync = {
enable = true;
settings = {
notification-inline-replies = true;
cssPriority = "user";
};
};
xdg.configFile = {
"swaync/style.css".text = ''
.floating-notifications {
background: rgba(0, 0, 0, 0.3);
}
'';
};
}