diff options
| author | iamcheeseman <[email protected]> | 2026-03-04 08:05:48 -0500 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-04 08:05:48 -0500 |
| commit | fc4c8df99e1733cbf9aab71ed98d1657282a435b (patch) | |
| tree | 040210dc8c8376b8eb2388c9e1a0491b3c240286 | |
| parent | 6f584aa65ac172148a93f59c528be2624b584c01 (diff) | |
is ne_mene inept?
| -rwxr-xr-x | examplebar.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examplebar.sh b/examplebar.sh index b32eae8..2225387 100755 --- a/examplebar.sh +++ b/examplebar.sh @@ -4,8 +4,8 @@ tsarc config -font "Liberation Mono:style=Regular:size=12" tsarc config -height 18 tsarc config -padding 4 -tsarc config -foreground #FFFFFF -tsarc config -background #000000 +tsarc config -foreground "#FFFFFF" +tsarc config -background "#000000" tsarc config -gap 8 tsarc set test_comp -text "Testing spaces" |
