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];