summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/clock
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/clock
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/clock')
-rwxr-xr-x.local/bin/statusbar/clock5
1 files changed, 1 insertions, 4 deletions
diff --git a/.local/bin/statusbar/clock b/.local/bin/statusbar/clock
index 49cdc0b..431a7f0 100755
--- a/.local/bin/statusbar/clock
+++ b/.local/bin/statusbar/clock
@@ -26,7 +26,4 @@ case $BLOCK_BUTTON in
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
esac
-printf '%s %s%s\n' "$(date '+%Y %b %d (%a)')" "$icon" "$(date '+%I:%M%p')"
-
-#for europeans, use this
-#printf '%s %s%s\n' "$(date '+%a %d/%m')" "$icon" "$(date '+%I:%M%p')"
+date "+%Y %b %d (%a) $icon%I:%M%p"