diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-12-26 14:33:06 +0100 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-12-30 21:07:42 +0100 |
| commit | 4de5a217c25fe83bb54063f8d842b78c9e6d7fb3 (patch) | |
| tree | 0460bc0600492324f111524dfdff1ef85c9fbf8e /wallust/templates/mako | |
| parent | ee2b01a3fff043a8b977385227c2659bbcf2e59a (diff) | |
| download | dotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.tar.gz dotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.zip | |
wallust
Diffstat (limited to '')
| -rw-r--r-- | wallust/templates/mako (renamed from mako/config) | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/mako/config b/wallust/templates/mako index 2ea216e..0211d7c 100644 --- a/mako/config +++ b/wallust/templates/mako @@ -1,19 +1,22 @@ layer=overlay -background-color=#181926 +background-color={{background}} border-size=1 -border-color=#363a4f -border-radius=10 +border-color={{color2}} +border-radius=0 default-timeout=5000 ignore-timeout=1 font=Noto Color Emoji 10, Sazanami Gothic 10, Hack Nerd Font 10 -text-color=#cad3f5 +text-color={{foreground}} outer-margin=0,5,15,0 anchor=bottom-right [urgency=high] -border-color=#ed8796 +border-color={{color4}} default-timeout=0 +[urgency=low] +border-color={{color0}} + [category=mpd] default-timeout=2000 group-by=category |
