aboutsummaryrefslogtreecommitdiff
path: root/examplebar.sh
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-01 23:21:13 +0100
committerne_mene <[email protected]>2026-03-01 23:21:13 +0100
commit99806a7680e3aa628b242e188e9ee942e2f78e88 (patch)
treefcc440042e506cc4f7cbdf340159eba3d56f0ca0 /examplebar.sh
parent65924ea469c4a2bbd19674623bf79e44eeb49931 (diff)
update/install, example update
Diffstat (limited to 'examplebar.sh')
-rwxr-xr-xexamplebar.sh18
1 files changed, 9 insertions, 9 deletions
diff --git a/examplebar.sh b/examplebar.sh
index 15e6aa4..28f8d0c 100755
--- a/examplebar.sh
+++ b/examplebar.sh
@@ -1,21 +1,21 @@
#! /bin/sh
# Put any monospace font here
-./tsarc config font "Liberation Mono:style=Regular:size=9"
-./tsarc config height 16
-./tsarc config padding 4
-./tsarc config bg #FFFFFF
-./tsarc config bg #FF0000
+tsarc config font "Liberation Mono:style=Regular:size=9"
+tsarc config height 16
+tsarc config padding 4
+tsarc config bg #FFFFFF
+tsarc config bg #FF0000
-./tsarc set test_comp -text "Testing spaces"
-./tsarc set sep -text " | "
+tsarc set test_comp -text "Testing spaces"
+tsarc set sep -text " | "
-./tsarc layout \
+tsarc layout \
-left test_comp sep date \
-right test_comp \
-center date
while true; do
- ./tsarc set date -text "$(date)"
+ tsarc set date -text "$(date)"
sleep 1
done