diff --git a/dwmstatus.sh b/dwmstatus.sh index 778a5ee..710642d 100755 --- a/dwmstatus.sh +++ b/dwmstatus.sh @@ -89,8 +89,7 @@ vol(){ mute=`amixer get Master | grep "Front Left:" | awk '{print $6}'` if [ ${mute} == "[on]" ] then - volume=`amixer get Master | grep "Front Left:" | awk '{print $5}' | tr -d '[]'` - echo -ne "${glyph_vol} ${volume}" + echo -ne "${glyph_vol}" else echo -ne "${glyph_mute}" fi