From: Armaan Bhojwani Date: Wed, 21 Apr 2021 16:51:17 +0000 (-0400) Subject: setter: change line break X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=8aa894d3c9ae84fd7097e1a9f43d970d2c5290b2 setter: change line break --- diff --git a/setter b/setter index e1f895a..abdffd5 100755 --- a/setter +++ b/setter @@ -18,8 +18,7 @@ elif [[ ${1} == "audio" ]]; then fi mutes="Unmuted" - [[ $(amixer sget Master | tail -n 1 | grep "off") ]] && - mutes="Muted" + [[ $(amixer sget Master | tail -n 1 | grep "off") ]] && mutes="Muted" dunstify -h string:x-canonical-private-synchronous:audio \ "Volume" "${mutes}" \