diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:07:49 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:07:49 +0100 |
| commit | 0da455bb966d237a8359183bdc59910d44cfb849 (patch) | |
| tree | e7004b9c7d6bda4cfaa1fc880bbb812b41a549c5 /.config/mako/config.in | |
| parent | 5a7b0d9530d61ce2f2344306f47cb214c3460e09 (diff) | |
mako: add sounds to categories/urgency levels
Diffstat (limited to '.config/mako/config.in')
| -rw-r--r-- | .config/mako/config.in | 16 |
1 files changed, 15 insertions, 1 deletions
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 |