X-Git-Url: https://git.armaanb.net/?p=bin.git;a=blobdiff_plain;f=setter;h=abdffd589178b7bce2da77511623952c5f2788ea;hp=e1f895a614045498c794666417904287ffd807c5;hb=8aa894d3c9ae84fd7097e1a9f43d970d2c5290b2;hpb=6378c0ac0b09ff910d9932460001dabd12ebd150 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}" \