Xinqi Bao's Git

battery: Remove full indicator
authorAaron Marcher <[email protected]>
Fri, 4 May 2018 16:04:53 +0000 (18:04 +0200)
committerAaron Marcher <[email protected]>
Fri, 4 May 2018 16:04:53 +0000 (18:04 +0200)
It does not respect charging thresholds and it is not trivial to
implement the indicator in OpenBSD.

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