mako: Add flavours templating start and end strings
Added strings which signify to flavours that it should insert its theme color template in-between. Since the file is not symlinked but *moved* to the config dir (through being designated as 'template' in dotter), any future changes should not reflect back into the repository.
This commit is contained in:
parent
4cfd863ecb
commit
08062027ae
1 changed files with 4 additions and 0 deletions
|
@ -9,7 +9,11 @@ default-timeout=5000
|
||||||
ignore-timeout=1
|
ignore-timeout=1
|
||||||
font=monospace 14
|
font=monospace 14
|
||||||
|
|
||||||
|
# Intentionally left empty, automatically filled by flavours
|
||||||
|
# on switching theme.
|
||||||
|
# Start flavours
|
||||||
|
|
||||||
|
# End flavours
|
||||||
|
|
||||||
[urgency=critical]
|
[urgency=critical]
|
||||||
#on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/message.oga
|
#on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/message.oga
|
||||||
|
|
Loading…
Reference in a new issue