Xinqi Bao's Git

battery: Remove full indicator
[slstatus.git] / components / battery.c
index e997e4c..fe17a68 100644 (file)
@@ -29,7 +29,6 @@
                } map[] = {
                        { "Charging",    "+" },
                        { "Discharging", "-" },
-                       { "Full",        "=" },
                };
                size_t i;
                char path[PATH_MAX], state[12];