Swaync: use Apple's "Blow" notification sound
This commit is contained in:
parent
ae2e509ec5
commit
8b235559a3
Binary file not shown.
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue