From 7bffcda3b9293330729ecf114801de007a9fccb8 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Wed, 30 Nov 2022 09:39:06 -0700 Subject: [PATCH] Fixed formatting of mute-unmute. --- scripts/mute-unmute.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/mute-unmute.sh b/scripts/mute-unmute.sh index 7edc899..a07fbb9 100755 --- a/scripts/mute-unmute.sh +++ b/scripts/mute-unmute.sh @@ -1,9 +1,9 @@ #!/bin/bash if [ $(pamixer --get-mute) = false ]; then -spd-say -P important -Cw 'Muting!' -pamixer -t + spd-say -P important -Cw 'Muting!' + pamixer -t else -pamixer -t -play -qnG synth 0.05 sin 440 -spd-say -P important -Cw 'Unmuted!' + pamixer -t + play -qnG synth 0.05 sin 440 + spd-say -P important -Cw 'Unmuted!' fi