mako: add do not disturb mode

This commit is contained in:
Aly Raffauf 2024-05-16 17:30:37 -04:00
parent 46bf754f65
commit 3cd6a5f4b5

View file

@ -22,6 +22,10 @@
textColor = "${config.alyraffauf.desktop.theme.colors.text}"; textColor = "${config.alyraffauf.desktop.theme.colors.text}";
width = 400; width = 400;
margin = "20,0"; margin = "20,0";
extraConfig = ''
[mode=do-not-disturb]
invisible=1
'';
}; };
}; };
} }