aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/swaync/Blow.aiffbin0 -> 403782 bytes
-rwxr-xr-x.config/swaync/notification-sound.sh3
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/swaync/Blow.aiff b/.config/swaync/Blow.aiff
new file mode 100644
index 0000000..d91a572
--- /dev/null
+++ b/.config/swaync/Blow.aiff
Binary files differ
diff --git a/.config/swaync/notification-sound.sh b/.config/swaync/notification-sound.sh
index 5719c8b..dbb2654 100755
--- a/.config/swaync/notification-sound.sh
+++ b/.config/swaync/notification-sound.sh
@@ -1,5 +1,6 @@
#!/bin/bash
if [ $(swaync-client -D) = "false" ]; then
- paplay ~/.config/swaync/i-am-loving-it.mp3
+ # paplay ~/.config/swaync/i-am-loving-it.mp3
+ paplay ~/.config/swaync/Blow.aiff
fi