summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/cpu
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/cpu
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/cpu')
-rwxr-xr-x.local/bin/statusbar/cpu2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/cpu b/.local/bin/statusbar/cpu
index b26f9d9..9225c1e 100755
--- a/.local/bin/statusbar/cpu
+++ b/.local/bin/statusbar/cpu
@@ -9,4 +9,4 @@ case $BLOCK_BUTTON in
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
esac
-sensors | awk '/Core 0/ {print "🌡", $3}'
+sensors | awk '/Core 0/ {print "🌡" $3}'