summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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