From 178ae76d3c702a0ebceb88bdfd1f3876a3c912e7 Mon Sep 17 00:00:00 2001 From: Ilsix Date: Mon, 2 Dec 2024 19:22:18 +0100 Subject: [PATCH] . --- components/battery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/battery.c b/components/battery.c index 7070a54..8311104 100644 --- a/components/battery.c +++ b/components/battery.c @@ -56,7 +56,7 @@ char *state; char *symbol; } map[] = { - { "Charging", "\U0000f08f" }, + { "Charging", "\U000f008f" }, { "Discharging", "\U0000f08c" }, { "Full", "\U000f1210" }, { "Not charging", "\U0000f079" },