- shorten audio and mic mute text from "off" to "x"

This commit is contained in:
koksnuss 2019-02-26 18:41:27 +01:00
parent c4bac7202e
commit a56aace2a4

View File

@ -9,8 +9,8 @@ if [[ $(amixer get $DEV) =~ \[([0-9]+)\%\][[:space:]]\[(on|off)\] ]]; then
LONG_TEXT="${LOAD}%"
SHORT_TEXT="${LOAD}"
else
LONG_TEXT="${LOAD}% off"
SHORT_TEXT="off"
LONG_TEXT="${LOAD}% x"
SHORT_TEXT="x"
LOAD=false
fi
else