From 9cac38871f7b3f7420dbfd2762a178d3620cd299 Mon Sep 17 00:00:00 2001 From: Ilsix Date: Mon, 2 Dec 2024 18:57:23 +0100 Subject: [PATCH] Nerdfont Icons --- components/battery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];