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