From 9b31b753df26a206cc2f08f464003275d4247b50 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 9 Nov 2014 19:32:35 -0700 Subject: [PATCH] glyphs for volume inidication --- volume.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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