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,}'