Swaync: use Apple's "Blow" notification sound

This commit is contained in:
krolyxon 2026-01-27 22:13:07 +05:30
parent ae2e509ec5
commit 8b235559a3
2 changed files with 2 additions and 1 deletions

BIN
.config/swaync/Blow.aiff Normal file

Binary file not shown.

View File

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
if [ $(swaync-client -D) = "false" ]; then 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 fi