diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-05-04 18:04:53 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-04 18:04:53 +0200 |
commit | 417f473fe2c5b54543d57d97450b8e2c2ebeba50 (patch) | |
tree | af1466842cc6c41e0f5417e742c0c45288600d71 /components/battery.c | |
parent | 699f6734d99ac67f9f1dceae2b7aeee8cb105d2f (diff) |
battery: Remove full indicator
It does not respect charging thresholds and it is not trivial to
implement the indicator in OpenBSD.
Diffstat (limited to 'components/battery.c')
-rw-r--r-- | components/battery.c | 1 |
1 files changed, 0 insertions, 1 deletions
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]; |