mako: Include color configuration
Include the color config for mako from ~/.local/state/mako/style instead of hardcoding it or templating it into the config file. This means we have to ensure the directory and file exist before running mako which we do with an `env.d` startup script.
This commit is contained in:
parent
6086f47023
commit
c2e64a17e0
4 changed files with 10 additions and 14 deletions
|
|
@ -9,11 +9,9 @@ default-timeout=5000
|
|||
ignore-timeout=1
|
||||
font=monospace 14
|
||||
|
||||
# Intentionally left empty, automatically filled by flavours
|
||||
# on switching theme.
|
||||
# Start flavours
|
||||
|
||||
# End flavours
|
||||
# this requires the file to exist
|
||||
# or mako will not start
|
||||
include=~/.local/state/mako/style
|
||||
|
||||
[urgency=critical]
|
||||
#on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/message.oga
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue