From ae6e78ee842028c7321798a3535a4ad1a0f004d1 Mon Sep 17 00:00:00 2001 From: Ilsix Date: Mon, 2 Dec 2024 19:24:42 +0100 Subject: [PATCH] . --- components/battery.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/battery.c b/components/battery.c index 8311104..fef190c 100644 --- a/components/battery.c +++ b/components/battery.c @@ -57,9 +57,9 @@ char *symbol; } map[] = { { "Charging", "\U000f008f" }, - { "Discharging", "\U0000f08c" }, + { "Discharging", "\U000f008c" }, { "Full", "\U000f1210" }, - { "Not charging", "\U0000f079" }, + { "Not charging", "\U000f0079" }, }; size_t i; char path[PATH_MAX], state[12];