aboutsummaryrefslogtreecommitdiff
path: root/examplebar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examplebar.sh')
-rwxr-xr-xexamplebar.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/examplebar.sh b/examplebar.sh
index eb52723..4a30fcd 100755
--- a/examplebar.sh
+++ b/examplebar.sh
@@ -1,6 +1,7 @@
#! /bin/sh
-./tsarc config font "monospace:style=Regular"
+# Put any monospace font here
+./tsarc config font "Liberation Mono:style=Regular"
./tsarc create test_comp
./tsarc set test_comp -text "Testing spaces"
@@ -10,7 +11,10 @@
./tsarc create date
-./tsarc layout -left test_comp sep date
+./tsarc layout \
+ -left test_comp sep date \
+ -right test_comp \
+ -center date
while true; do
./tsarc set date -text "$(date)"