aboutsummaryrefslogtreecommitdiff
path: root/examplebar.sh
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-03-01 13:12:44 -0500
committeriamcheeseman <[hidden email]>2026-03-01 13:12:44 -0500
commit08cf82fb0ef8270ee62fad74272393a0d1dfb43a (patch)
tree594d5e9c7b8a5764ed6624f9f4977e5e2b1fef31 /examplebar.sh
parentf3696d311331e86a72c5cae2e42e66ebc51dcd6a (diff)
render components; allow setting components
Diffstat (limited to 'examplebar.sh')
-rwxr-xr-xexamplebar.sh4
1 files changed, 2 insertions, 2 deletions
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 &