removed vol % from statusbar
This commit is contained in:
+1
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user