diff --git a/volume.sh b/volume.sh index ed0e314..3133ba8 100755 --- a/volume.sh +++ b/volume.sh @@ -3,7 +3,7 @@ mute=`amixer get Master | grep "Front Left:" | awk '{print $6}'` if [ $mute == "[on]" ] then vol=`amixer get Master | grep "Front Left:" | awk '{print $5}' | tr -d '[]'` - echo $vol + echo "ì" $vol else - echo "Mute" + echo "ë" fi