diff options
| author | iamcheeseman <[hidden email]> | 2026-03-01 16:31:51 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-03-01 16:31:51 -0500 |
| commit | b40029a0f0c96f33310880b4d7239ce8fd93a5b9 (patch) | |
| tree | 8b7510f1a12c48185fa0bbec11edb1db8f0ff61b /examplebar.sh | |
| parent | 5b52739d9e1740f102cea7895cf8e7e51d925573 (diff) | |
| parent | 08bfea4f3587143323a948ab96c91f863cece7de (diff) | |
Merge branch 'master' of ssh://codeberg.org/iamcheeseman/tsarbar
Diffstat (limited to 'examplebar.sh')
| -rwxr-xr-x | examplebar.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examplebar.sh b/examplebar.sh index 4a30fcd..4f32786 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 16 ./tsarc create test_comp ./tsarc set test_comp -text "Testing spaces" |
