summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/rbar_clock
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-07 19:57:05 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-02-11 18:59:43 -0500
commit07ec79433657e754965dd2eb7a324512d46a72ee (patch)
treebd95000d24a373a9c1b9a6a7186d2a7b98cd3d14 /.config/wmii-hg/rbar_clock
parentddb7692a2f93dca1ebf39a8ea7a710363aea516a (diff)
rbar: be more compact
Diffstat (limited to '.config/wmii-hg/rbar_clock')
-rwxr-xr-x.config/wmii-hg/rbar_clock2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wmii-hg/rbar_clock b/.config/wmii-hg/rbar_clock
index e84d5c3..c66b21e 100755
--- a/.config/wmii-hg/rbar_clock
+++ b/.config/wmii-hg/rbar_clock
@@ -7,7 +7,7 @@ update() {
while true; do
{
printf 'label '
- date +'%a, %F %T %Z(%:::z)'
+ date +'%a %F %T %Z(%:::z)'
} | write "$id"
sleep .5
done