From 302dac831a6b13660752f95569fc03642876cb4d Mon Sep 17 00:00:00 2001 From: iamcheeseman <[hidden email]> Date: Sun, 1 Mar 2026 15:02:24 -0500 Subject: fixes and stuff --- examplebar.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'examplebar.sh') diff --git a/examplebar.sh b/examplebar.sh index 5fef616..c089f7c 100755 --- a/examplebar.sh +++ b/examplebar.sh @@ -1,4 +1,9 @@ #! /bin/sh -./tsarc create test_comp & -./tsarc layout -left test_comp -center test_comp -right test_comp test_comp & +./tsarc create clock +./tsarc layout -left clock + +while true; do + ./tsarc set clock -text "`date +"%a %b %d, %r"`" + sleep 1 +done -- cgit v1.3-2-g0d8e