mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 06:51:54 -05:00
mako: add do not disturb mode
This commit is contained in:
parent
46bf754f65
commit
3cd6a5f4b5
|
@ -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
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue