dunst notifications sounds
This commit is contained in:
parent
df051039bf
commit
1df6f64c40
@ -483,4 +483,16 @@
|
||||
# appname = "some_volume_notifiers"
|
||||
# set_stack_tag = "volume"
|
||||
#
|
||||
|
||||
[notification_sound]
|
||||
summary = "*"
|
||||
script = ~/.config/dunst/play-notif-sound.sh
|
||||
|
||||
[pomodoro]
|
||||
appname = "notify-send"
|
||||
summary = "Timer *"
|
||||
new_icon = "~/.config/dunst/icons/pomodoro.png"
|
||||
urgency = normal
|
||||
script = ~/.config/dunst/play-pomodoro.sh
|
||||
|
||||
# vim: ft=cfg
|
||||
|
BIN
.config/dunst/icons/pomodoro.png
Normal file
BIN
.config/dunst/icons/pomodoro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
1
.config/dunst/play-notif-sound.sh
Executable file
1
.config/dunst/play-notif-sound.sh
Executable file
@ -0,0 +1 @@
|
||||
paplay ~/.config/dunst/sounds/pop.mp3
|
1
.config/dunst/play-pomodoro.sh
Executable file
1
.config/dunst/play-pomodoro.sh
Executable file
@ -0,0 +1 @@
|
||||
paplay ~/.config/dunst/sounds/positive.wav
|
BIN
.config/dunst/sounds/happy-bells.wav
Normal file
BIN
.config/dunst/sounds/happy-bells.wav
Normal file
Binary file not shown.
BIN
.config/dunst/sounds/pop.mp3
Normal file
BIN
.config/dunst/sounds/pop.mp3
Normal file
Binary file not shown.
BIN
.config/dunst/sounds/positive.wav
Normal file
BIN
.config/dunst/sounds/positive.wav
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user