X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=Scripts%2Fstatusbar%2Fblocks_mem;h=5908371ba0f4ad3c52388f06f65ba1d2b103a7d5;hp=38c9219a9b48387e4916d819ee797b5b03290175;hb=68c67b541445ec5c32c4660243d906b4c5479115;hpb=14d61ce32ff2cdca6af3accb75840abcaaf558ef diff --git a/Scripts/statusbar/blocks_mem b/Scripts/statusbar/blocks_mem index 38c9219..5908371 100755 --- a/Scripts/statusbar/blocks_mem +++ b/Scripts/statusbar/blocks_mem @@ -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 " $mem"