Found a sound missing -V0 flag.

This commit is contained in:
Storm Dragon 2024-08-31 14:26:13 -04:00
parent 31c920de8a
commit 8c29d40616

View File

@ -16,6 +16,6 @@ if [ $(pamixer --get-mute) = false ]; then
pamixer -t
else
pamixer -t
play -qnG synth 0.05 sin 440
play -qnGV0 synth 0.05 sin 440
spd-say -P important -Cw 'Unmuted!'
fi