diff options
| author | krolyxon <krolyxon@tutanota.com> | 2026-01-27 22:13:07 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2026-01-27 22:13:07 +0530 |
| commit | 8b235559a3ef0b3905967bc590337a528ca0b1fa (patch) | |
| tree | ff487bee956d99dc5bf23a47ed7b0581fedfe06c /.config | |
| parent | ae2e509ec58d4fb17e4bface8dd6147354634316 (diff) | |
Swaync: use Apple's "Blow" notification sound
Diffstat (limited to '.config')
| -rw-r--r-- | .config/swaync/Blow.aiff | bin | 0 -> 403782 bytes | |||
| -rwxr-xr-x | .config/swaync/notification-sound.sh | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/swaync/Blow.aiff b/.config/swaync/Blow.aiff Binary files differnew file mode 100644 index 0000000..d91a572 --- /dev/null +++ b/.config/swaync/Blow.aiff 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 |
