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" },