blob: 9df6e7ebcc70dd406bd0d73a60955edee8cea92b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# vim: ft=config
layer=top
anchor=top-right
font=Iosevka SS08 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=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 .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
|