feat: Update swaync css and settings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user