summaryrefslogtreecommitdiff
path: root/bin/statusbar
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-05-31 21:16:48 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-05-31 21:16:48 -0400
commit350685b3a92d902ac25c9eb85aeaf3432846bc74 (patch)
treeb33f3b0cbf5d6a3bb997fc233cf0c9158b78168b /bin/statusbar
parent24b15da2f28525858e834b66aea238271e4e1a1e (diff)
statusbar: set text color to text instead of mauve
Diffstat (limited to 'bin/statusbar')
-rwxr-xr-xbin/statusbar2
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