diff options
| author | ne_mene <[email protected]> | 2026-03-02 11:42:31 +0100 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-02 11:42:31 +0100 |
| commit | 07ac385fd9959d55590076bba49798e542e0b238 (patch) | |
| tree | 2d0de6f7da6a81f885c4dfc2adee1aa62ce61e17 /examplebar.sh | |
| parent | e98200154c99323f7683f59491914e17608ce07f (diff) | |
readme and config flag change
Diffstat (limited to 'examplebar.sh')
| -rwxr-xr-x | examplebar.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examplebar.sh b/examplebar.sh index 28f8d0c..9a6f163 100755 --- a/examplebar.sh +++ b/examplebar.sh @@ -1,11 +1,11 @@ #! /bin/sh # Put any monospace font here -tsarc config font "Liberation Mono:style=Regular:size=9" -tsarc config height 16 -tsarc config padding 4 -tsarc config bg #FFFFFF -tsarc config bg #FF0000 +tsarc config -font "Liberation Mono:style=Regular:size=9" +tsarc config -height 16 +tsarc config -padding 4 +tsarc config -foreground #FFFFFF +tsarc config -background #000000 tsarc set test_comp -text "Testing spaces" tsarc set sep -text " | " |
