]> git.donarmstrong.com Git - x_base.git/commitdiff
* update awesome clock
authorDon Armstrong <don@donarmstrong.com>
Sat, 12 Apr 2008 10:21:55 +0000 (10:21 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sat, 12 Apr 2008 10:21:55 +0000 (10:21 +0000)
.awesome_clock

index 5a5047bf3457efd35852037bdb6b13675612a0dd..e3b778933d07a0935c2bf26ca4616b22551ce334 100755 (executable)
@@ -7,7 +7,7 @@ else
 fi;
 
 updateClock() {
-  echo -e "$SCREEN widget_tell tb_date $(date +' %H:%M ')\n\n" | \
+  echo -e "$SCREEN widget_tell mystatusbar tb_date text $(date +' %H:%M ')\n\n" | \
       awesome-client
 }