From 0051a7fdd3393e3e2943d8a987ac95f4c45a7d79 Mon Sep 17 00:00:00 2001 From: Ilsix Date: Mon, 2 Dec 2024 19:14:30 +0100 Subject: [PATCH] . --- components/battery.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/battery.c b/components/battery.c index 694ea30..7070a54 100644 --- a/components/battery.c +++ b/components/battery.c @@ -56,10 +56,10 @@ char *state; char *symbol; } map[] = { - { "Charging", "\U000f08f" }, - { "Discharging", "\U000f08c" }, - { "Full", "\U00f1210" }, - { "Not charging", "\U000f079" }, + { "Charging", "\U0000f08f" }, + { "Discharging", "\U0000f08c" }, + { "Full", "\U000f1210" }, + { "Not charging", "\U0000f079" }, }; size_t i; char path[PATH_MAX], state[12];