removed vol % from statusbar

This commit is contained in:
2016-06-12 22:34:34 -06:00
parent 51838a8ab4
commit cf945753b1
+1 -2
View File
@@ -89,8 +89,7 @@ vol(){
mute=`amixer get Master | grep "Front Left:" | awk '{print $6}'` mute=`amixer get Master | grep "Front Left:" | awk '{print $6}'`
if [ ${mute} == "[on]" ] if [ ${mute} == "[on]" ]
then then
volume=`amixer get Master | grep "Front Left:" | awk '{print $5}' | tr -d '[]'` echo -ne "${glyph_vol}"
echo -ne "${glyph_vol} ${volume}"
else else
echo -ne "${glyph_mute}" echo -ne "${glyph_mute}"
fi fi