mpd script + overall update
[dotfiles.git] / Scripts / statusbar / blocks_vol
index 4bb4ab9..846d638 100755 (executable)
@@ -2,7 +2,7 @@
 
 volume="$(amixer sget Master | grep 'Mono:' | awk -F'[][]' '{ print $2  }')"
 
-icon="ï\9a©"
+icon="ï\91¦"
 [ ${volume%\%} -gt "0" ] && icon="" 
 [ ${volume%\%} -gt "50" ] && icon="" 
 [ ${volume%\%} -gt "75" ] && icon=""