diff options
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" |
