Browse Source

battery: Remove full indicator

It does not respect charging thresholds and it is not trivial to
implement the indicator in OpenBSD.
master
Aaron Marcher 8 years ago
parent
commit
417f473fe2
  1. 1
      components/battery.c

1
components/battery.c

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

Loading…
Cancel
Save