diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-05-31 21:16:48 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-05-31 21:16:48 -0400 |
| commit | 350685b3a92d902ac25c9eb85aeaf3432846bc74 (patch) | |
| tree | b33f3b0cbf5d6a3bb997fc233cf0c9158b78168b | |
| parent | 24b15da2f28525858e834b66aea238271e4e1a1e (diff) | |
statusbar: set text color to text instead of mauve
| -rwxr-xr-x | bin/statusbar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/statusbar b/bin/statusbar index 3564c54..dc4b3a3 100755 --- a/bin/statusbar +++ b/bin/statusbar @@ -52,6 +52,6 @@ clock() { } while true; do - somebar -c status "$(volume) | $(network) | $(brightness) | $(battery) | $(clock)" || true + somebar -c status "<span foreground=\"#cad3f5\">$(volume) | $(network) | $(brightness) | $(battery) | $(clock)</span>" || true sleep 0.2 done |
