From 08cf82fb0ef8270ee62fad74272393a0d1dfb43a Mon Sep 17 00:00:00 2001 From: iamcheeseman <[hidden email]> Date: Sun, 1 Mar 2026 13:12:44 -0500 Subject: render components; allow setting components --- examplebar.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examplebar.sh') diff --git a/examplebar.sh b/examplebar.sh index b11383d..5fef616 100755 --- a/examplebar.sh +++ b/examplebar.sh @@ -1,4 +1,4 @@ #! /bin/sh -./tsarc create test_comp -./tsarc layout -left test_comp -center test_comp -right test_comp test_comp +./tsarc create test_comp & +./tsarc layout -left test_comp -center test_comp -right test_comp test_comp & -- cgit v1.3-2-g0d8e