From: Aaron Marcher Date: Fri, 4 May 2018 16:04:53 +0000 (+0200) Subject: battery: Remove full indicator X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/417f473fe2c5b54543d57d97450b8e2c2ebeba50?ds=sidebyside battery: Remove full indicator It does not respect charging thresholds and it is not trivial to implement the indicator in OpenBSD. --- diff --git a/components/battery.c b/components/battery.c index e997e4c..fe17a68 100644 --- a/components/battery.c +++ b/components/battery.c @@ -29,7 +29,6 @@ } map[] = { { "Charging", "+" }, { "Discharging", "-" }, - { "Full", "=" }, }; size_t i; char path[PATH_MAX], state[12];