aboutsummaryrefslogtreecommitdiff
path: root/examplebar.sh
blob: c089f7c28d692b442c83121ae41e70a8853b7ed5 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

./tsarc create clock
./tsarc layout -left clock

while true; do
  ./tsarc set clock -text "`date +"%a %b %d, %r"`"
  sleep 1
done