From 4643850108db54d804268d6b1a43eee70a40d52f Mon Sep 17 00:00:00 2001 From: ne_mene Date: Mon, 2 Mar 2026 12:03:34 +0100 Subject: moar --- examplebar.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'examplebar.sh') diff --git a/examplebar.sh b/examplebar.sh index 9a6f163..b32eae8 100755 --- a/examplebar.sh +++ b/examplebar.sh @@ -1,14 +1,15 @@ #! /bin/sh # Put any monospace font here -tsarc config -font "Liberation Mono:style=Regular:size=9" -tsarc config -height 16 +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 set sep -text "|" tsarc layout \ -left test_comp sep date \ -- cgit v1.3-2-g0d8e