mpd script + overall update
[dotfiles.git] / Scripts / statusbar / blocks_mem
index 38c9219..959ffc7 100755 (executable)
@@ -3,4 +3,4 @@
 # alternate to display total mem too
 #mem="$(df -h | grep /dev/sda5 | awk '{printf "%s:%s", $3, $2}')"
 mem="$(df -h | grep /dev/sda5 | awk '{print $3}')"
-echo -e "$mem"
+echo -e " $mem"