From 350685b3a92d902ac25c9eb85aeaf3432846bc74 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 31 May 2023 21:16:48 -0400 Subject: statusbar: set text color to text instead of mauve --- bin/statusbar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$(volume) | $(network) | $(brightness) | $(battery) | $(clock)" || true sleep 0.2 done -- cgit v1.2.3