]> git.donarmstrong.com Git - x_base.git/blobdiff - .awesome_clock
* get rid of the tagview
[x_base.git] / .awesome_clock
index ab874cacfbc367c52876c4904bbbc199b17e8931..e3b778933d07a0935c2bf26ca4616b22551ce334 100755 (executable)
@@ -1,7 +1,13 @@
 #!/bin/sh
 
+if [ -n "$1" ]; then
+    SCREEN="$1";
+else
+    SCREEN=0;
+fi;
+
 updateClock() {
-  echo "0 widget_tell tb_date $(date +' %H:%M ')" | \
+  echo -e "$SCREEN widget_tell mystatusbar tb_date text $(date +' %H:%M ')\n\n" | \
       awesome-client
 }