wm: Update mako config

This commit is contained in:
Quentin Boyer 2025-05-23 21:59:04 +02:00
parent bd14396c04
commit 0c0c9b4e68

View file

@ -257,13 +257,14 @@ in
services.mako = mkIf cfg.notifications.enable {
enable = true;
inherit (cfg.notifications) font;
margin = "20,20,5,5";
inherit (cfg.notifications) defaultTimeout;
extraConfig = ''
[mode=do-not-disturb]
invisible=1
'';
settings = {
inherit (cfg.notifications) font;
margin = "20,20,5,5";
default-timeout = cfg.notifications.defaultTimeout;
"mode=do-not-disturb" = {
invisible = 1;
};
};
};
programs = {