#! /bin/sh # Put any monospace font here tsarc config -font "Liberation Mono:style=Regular:size=12" tsarc config -height 18 tsarc config -padding 4 tsarc config -foreground "#FFFFFF" tsarc config -background "#000000" tsarc config -gap 8 tsarc set test_comp -text "Testing spaces" tsarc set sep -text "|" tsarc layout \ -left test_comp sep date \ -right test_comp \ -center date while true; do tsarc set date -text "$(date)" sleep 1 done