all repos — slstatus @ 417f473fe2c5b54543d57d97450b8e2c2ebeba50

my build of slstatus (tools.suckless.org/slstatus/)

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
commit

417f473fe2c5b54543d57d97450b8e2c2ebeba50

parent

699f6734d99ac67f9f1dceae2b7aeee8cb105d2f

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M components/battery.ccomponents/battery.c

@@ -29,7 +29,6 @@ char *symbol;

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