glyphs for volume inidication
This commit is contained in:
@@ -3,7 +3,7 @@ mute=`amixer get Master | grep "Front Left:" | awk '{print $6}'`
|
|||||||
if [ $mute == "[on]" ]
|
if [ $mute == "[on]" ]
|
||||||
then
|
then
|
||||||
vol=`amixer get Master | grep "Front Left:" | awk '{print $5}' | tr -d '[]'`
|
vol=`amixer get Master | grep "Front Left:" | awk '{print $5}' | tr -d '[]'`
|
||||||
echo $vol
|
echo "ì" $vol
|
||||||
else
|
else
|
||||||
echo "Mute"
|
echo "ë"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user