summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/memory
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-25 17:06:24 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-05-25 17:06:24 -0400
commitc075127aaee99d072fdb887c0986fd6dc5c8c533 (patch)
tree0e5fd1876bfc55219c85a240970a654341a4c046 /.local/bin/statusbar/memory
parent99a7d1dd9849cf3d0da74e88978f777299196140 (diff)
downloadeibhear-c075127aaee99d072fdb887c0986fd6dc5c8c533.tar.gz
eibhear-c075127aaee99d072fdb887c0986fd6dc5c8c533.tar.zst
eibhear-c075127aaee99d072fdb887c0986fd6dc5c8c533.zip
no spaces between icons and content
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))}'