X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=Scripts%2Fstatusbar%2Fblocks_mem;h=5908371ba0f4ad3c52388f06f65ba1d2b103a7d5;hp=959ffc77c236eb6091bf05b053c6cdb55eb3e6b7;hb=68c67b541445ec5c32c4660243d906b4c5479115;hpb=6b58ea8b8d9799698f147e5677b4b6e6d47a7e9d diff --git a/Scripts/statusbar/blocks_mem b/Scripts/statusbar/blocks_mem index 959ffc7..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"