[hackers] [slstatus] battery: Remove full indicator || Aaron Marcher
commit 417f473fe2c5b54543d57d97450b8e2c2ebeba50
Author: Aaron Marcher <me_AT_drkhsh.at>
AuthorDate: Fri May 4 18:04:53 2018 +0200
Commit: Aaron Marcher <me_AT_drkhsh.at>
CommitDate: Fri May 4 18:04:53 2018 +0200
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
_AT_@ -29,7 +29,6 @@
} map[] = {
{ "Charging", "+" },
{ "Discharging", "-" },
- { "Full", "=" },
};
size_t i;
char path[PATH_MAX], state[12];
Received on Fri May 04 2018 - 18:07:03 CEST
This archive was generated by hypermail 2.3.0
: Fri May 04 2018 - 18:12:23 CEST