battery: Remove full indicator

It does not respect charging thresholds and it is not trivial to
implement the indicator in OpenBSD.
This commit is contained in:
Aaron Marcher 2018-05-04 18:04:53 +02:00
parent 699f6734d9
commit 417f473fe2

View file

@ -29,7 +29,6 @@
} map[] = {
{ "Charging", "+" },
{ "Discharging", "-" },
{ "Full", "=" },
};
size_t i;
char path[PATH_MAX], state[12];