diff options
Diffstat (limited to '.config/mako')
| -rw-r--r-- | .config/mako/config | 20 | ||||
| -rw-r--r-- | .config/mako/config.in | 46 |
2 files changed, 11 insertions, 55 deletions
diff --git a/.config/mako/config b/.config/mako/config index 563a233..3ed7d70 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -3,17 +3,19 @@ layer=top anchor=top-right -font=Iosevka Aile 11 -# font=Cozette Vector -padding=8 -width=500 -height=300 -background-color=#1c1c1c -text-color=#fffffb -border-color=#8b81c3dd +# width=500 +# height=300 +padding=6 # border-radius=2 border-size=2 -progress-color=source #2ea9dfdd + +# start flavours +font=Iosevka Etoile 10 +background-color=#0c0c0c +text-color=#fffffb +border-color=#70649add +progress-color=source #70649add +# end flavours group-by=summary default-timeout=2000 diff --git a/.config/mako/config.in b/.config/mako/config.in deleted file mode 100644 index 0786e90..0000000 --- a/.config/mako/config.in +++ /dev/null @@ -1,46 +0,0 @@ -# vim: ft=config - -layer=top -anchor=top-right - -font=Iosevka Aile 11 -# font=Cozette Vector -padding=8 -width=500 -height=300 -background-color={{ hex .normal_black }} -text-color={{ hex .gofun }} -border-color={{ hex .fuji }}dd -# border-radius=2 -border-size=2 -progress-color=source {{ hex .bright_blue }}dd - -group-by=summary -default-timeout=3000 -max-visible=6 -history=1 -max-history=20 - -on-button-middle=exec notifmenu $id - -[mode=off] -invisible=1 - -[urgency=high] -border-color={{ hex .normal_red }}dd -on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/qbert-bonk.wav - -[category=error] -border-color={{ hex .normal_red }}dd -on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/tapper-43.wav - -[category=warning] -border-color={{ hex .normal_yellow }}dd -on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/tapper-22.wav - -[category=success] -border-color={{ hex .normal_green }}dd -on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/tapper-02.wav - -[summary=reminder] -on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/tapper-22.wav |