summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/memory
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/statusbar/memory')
-rwxr-xr-x.local/bin/statusbar/memory2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/memory b/.local/bin/statusbar/memory
index 0d64508..07a0f41 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 --mebi | sed -n '2{p;q}' | awk '{printf ("🧠 %2.2fGiB/%2.2fGiB", ( $3 / 1024), ($2 / 1024))}'
+free --mebi | sed -n '2{p;q}' | awk '{printf ("🧠%2.2fGiB/%2.2fGiB\n", ( $3 / 1024), ($2 / 1024))}'