diff options
| author | ne_mene <[email protected]> | 2026-03-01 22:06:14 +0100 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-01 22:06:14 +0100 |
| commit | 50a7df96ef4d3d69fb807ded5950c3feeb812a96 (patch) | |
| tree | 078d4b0221ed9abeae8e2238b12460842ad45013 | |
| parent | 66625e33aa2a4b1eedb4e2a46d2092999d8d9da4 (diff) | |
example update
| -rwxr-xr-x | examplebar.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examplebar.sh b/examplebar.sh index 4a30fcd..7ec4152 100755 --- a/examplebar.sh +++ b/examplebar.sh @@ -1,7 +1,8 @@ #! /bin/sh # Put any monospace font here -./tsarc config font "Liberation Mono:style=Regular" +./tsarc config font "Liberation Mono:style=Regular:size=9" +./tsarc config height 14 ./tsarc create test_comp ./tsarc set test_comp -text "Testing spaces" |
