From 8e1ef252f40b10095903bce5433bbc1b72d476e8 Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Tue, 30 Jan 2024 22:25:04 +0000 Subject: [PATCH] update to light red battery color --- battery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battery.c b/battery.c index 37595b9..fc8efe6 100644 --- a/battery.c +++ b/battery.c @@ -88,7 +88,7 @@ int main() { else if (life[i] >= 25) color = "colour172"; /* yellow */ else - color = "colour088"; /* red */ + color = "colour196"; /* red */ printf("#[fg=%s]%s#[fg=default] %d%% ", color, icon[life[i] / 10], life[i]); -- libgit2 0.21.2