aboutsummaryrefslogtreecommitdiff
path: root/.config/swaync/notification-sound.sh
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-10-31 13:46:29 +0530
committerkrolxon <krolyxon@tutanota.com>2025-10-31 13:46:29 +0530
commit72949597724f4de8d8d4a234265005d0b76bb709 (patch)
treedec6d4ff3626bb4a6e1a1e844f769a0417985d7c /.config/swaync/notification-sound.sh
parent8ae60b3b0d0edf7639b1538cf8490c81f8c6d86e (diff)
swaync: add notification sound
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