diff --git a/components/battery.c b/components/battery.c index af3ecc7..ba79e12 100644 --- a/components/battery.c +++ b/components/battery.c @@ -59,7 +59,7 @@ { "Charging", "\uf008f" }, { "Discharging", "\uf008c" }, { "Full", "\uf1210" }, - { "Not charging", "\uf079" }, + { "Not charging", "\uf0079" }, }; size_t i; char path[PATH_MAX], state[12];