battery: Remove full indicator
authorAaron Marcher <me@drkhsh.at>
Fri, 4 May 2018 16:04:53 +0000 (18:04 +0200)
committerAaron Marcher <me@drkhsh.at>
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 e997e4c9a86497272ff7a43269a0f6a338971821..fe17a6871e37a635e5eb1e7a0f4df1a585aa9dd4 100644 (file)
@@ -29,7 +29,6 @@
                } map[] = {
                        { "Charging",    "+" },
                        { "Discharging", "-" },
-                       { "Full",        "=" },
                };
                size_t i;
                char path[PATH_MAX], state[12];