aboutsummaryrefslogtreecommitdiff
path: root/.config/swaync/notification-sound.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/swaync/notification-sound.sh')
-rwxr-xr-x.config/swaync/notification-sound.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/swaync/notification-sound.sh b/.config/swaync/notification-sound.sh
new file mode 100755
index 0000000..5719c8b
--- /dev/null
+++ b/.config/swaync/notification-sound.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+if [ $(swaync-client -D) = "false" ]; then
+ paplay ~/.config/swaync/i-am-loving-it.mp3
+fi