battery: Remove full indicator It does not respect charging thresholds and it is not trivial to implement the indicator in OpenBSD.
Aaron Marcher me@drkhsh.at
Fri, 04 May 2018 18:04:53 +0200
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
components/battery.c
→
components/battery.c
@@ -29,7 +29,6 @@ char *symbol;
} map[] = { { "Charging", "+" }, { "Discharging", "-" }, - { "Full", "=" }, }; size_t i; char path[PATH_MAX], state[12];