aboutsummaryrefslogtreecommitdiff
path: root/examplebar.sh
blob: dd082f17635228b3e27cacdf2e4f699cab3baf3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

./tsarc config font "Hack Nerd Mono:style=Regular"

./tsarc create test_comp
./tsarc set test_comp -text "Testing spaces"

./tsarc create sep
./tsarc set sep -text " | "

./tsarc create date
./tsarc set date -text "$(date)"

./tsarc layout \
  -left test_comp sep date