This commit is contained in:
2024-12-02 19:24:42 +01:00
parent 178ae76d3c
commit ae6e78ee84

View File

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