dunst notifications sounds

This commit is contained in:
parent df051039bf
commit 1df6f64c40
7 changed files with 14 additions and 0 deletions

View File

@ -483,4 +483,16 @@
# appname = "some_volume_notifiers" # appname = "some_volume_notifiers"
# set_stack_tag = "volume" # 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 # vim: ft=cfg

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -0,0 +1 @@
paplay ~/.config/dunst/sounds/pop.mp3

1
.config/dunst/play-pomodoro.sh Executable file
View File

@ -0,0 +1 @@
paplay ~/.config/dunst/sounds/positive.wav

Binary file not shown.

Binary file not shown.

Binary file not shown.