From 81c0427d933f0eebb66775fa572afecc3bc1f6a9 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Sat, 9 May 2020 19:40:42 -0500 Subject: [PATCH] Update memory --- .local/bin/statusbar/memory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/statusbar/memory b/.local/bin/statusbar/memory index 66fcd8be..7255c741 100755 --- a/.local/bin/statusbar/memory +++ b/.local/bin/statusbar/memory @@ -9,4 +9,4 @@ case $BLOCK_BUTTON in 6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac -free -h | sed -n '2{p;q}' | awk '{print "🧠", $3 "/" $2}' +free -h | sed -n '2{p;q}' | awk '{print " 🧠", $3 "/" $2, " " }'