From 0da455bb966d237a8359183bdc59910d44cfb849 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 9 Feb 2022 00:07:49 +0100 Subject: mako: add sounds to categories/urgency levels --- .config/mako/config.in | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to '.config/mako/config.in') 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 -- cgit 1.4.1