diff options
| -rw-r--r-- | .config/mako/config | 15 | ||||
| -rw-r--r-- | .config/mako/config.in | 16 |
2 files changed, 26 insertions, 5 deletions
diff --git a/.config/mako/config b/.config/mako/config index 129a127..0b259c0 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -11,7 +11,6 @@ height=300 background-color=#1c1c1c text-color=#fffffb border-color=#8b81c3dd -# border-radius=2 border-size=2 progress-color=source #0b346edd @@ -19,15 +18,23 @@ group-by=app-name default-timeout=3000 max-visible=6 +# enable history history=1 -max-history=20 +# cache n expired messages +max-history=50 on-button-middle=exec notifmenu $id +[mode=off] +invisible=1 + [urgency=high] border-color=#cb1b45dd on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/qbert-bonk.wav +[category=audible] +on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/tapper-09.wav + [category=error] border-color=#cb1b45dd on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/tapper-43.wav @@ -40,5 +47,5 @@ on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/baseme border-color=#227d51dd on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/tapper-02.wav -[mode=off] -invisible=1 +[summary=reminder] +on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/tapper-22.wav diff --git a/.config/mako/config.in b/.config/mako/config.in index c5e67f2..bd8f90e 100644 --- a/.config/mako/config.in +++ b/.config/mako/config.in @@ -17,16 +17,30 @@ progress-color=source {{ hex .rurikon }}dd group-by=app-name 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 .kurenai }}dd +on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/qbert-bonk.wav [category=error] border-color={{ hex .kurenai }}dd +on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/tapper-43.wav + [category=warning] border-color={{ hex .nanohana }}dd +on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/Music/sounds/basementarcade/tapper-22.wav + [category=success] border-color={{ hex .midori }}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 |