add new alarm for critical
This commit is contained in:
parent
7a443cf712
commit
29f947eb63
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ max-icon-size=64
|
||||||
default-timeout=5000
|
default-timeout=5000
|
||||||
ignore-timeout=1
|
ignore-timeout=1
|
||||||
font=monospace 14
|
font=monospace 14
|
||||||
on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/message.oga
|
on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/dialog-information.oga
|
||||||
|
|
||||||
[urgency=low]
|
[urgency=low]
|
||||||
border-color=#cccccc
|
border-color=#cccccc
|
||||||
|
@ -22,6 +22,7 @@ border-color=#d08770
|
||||||
[urgency=high]
|
[urgency=high]
|
||||||
border-color=#bf616a
|
border-color=#bf616a
|
||||||
default-timeout=0
|
default-timeout=0
|
||||||
|
on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/dialog-error.oga
|
||||||
|
|
||||||
[category=mpd]
|
[category=mpd]
|
||||||
default-timeout=2000
|
default-timeout=2000
|
||||||
|
|
Loading…
Reference in a new issue