diff options
Diffstat (limited to '.config/mako/config.in')
| -rw-r--r-- | .config/mako/config.in | 46 |
1 files changed, 0 insertions, 46 deletions
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 |