diff options
| -rwxr-xr-x | examplebar.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examplebar.sh b/examplebar.sh index f5a248f..15e6aa4 100755 --- a/examplebar.sh +++ b/examplebar.sh @@ -4,6 +4,8 @@ ./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 set test_comp -text "Testing spaces" ./tsarc set sep -text " | " |
