diff --git a/.config/dunst/alert_high.sh b/.config/dunst/alert_high.sh new file mode 100755 index 0000000..98ac720 --- /dev/null +++ b/.config/dunst/alert_high.sh @@ -0,0 +1,2 @@ +#!/bin/sh +paplay ~/.config/dunst/notify_high.wav diff --git a/.config/dunst/alert_normal.sh b/.config/dunst/alert_normal.sh new file mode 100755 index 0000000..4842fe2 --- /dev/null +++ b/.config/dunst/alert_normal.sh @@ -0,0 +1,2 @@ +#!/bin/sh +paplay ~/.config/dunst/notify_normal.wav diff --git a/.config/dunst/notify_high.wav b/.config/dunst/notify_high.wav new file mode 100644 index 0000000..6652125 Binary files /dev/null and b/.config/dunst/notify_high.wav differ diff --git a/.config/dunst/notify_normal.wav b/.config/dunst/notify_normal.wav new file mode 100644 index 0000000..2c723bf Binary files /dev/null and b/.config/dunst/notify_normal.wav differ