From 8245b3f5555e9faa03f428431f323af7c89e61c8 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Sat, 9 May 2020 19:41:26 -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 7255c741..1e98591e 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,}'