Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
699f673
)
battery: Remove full indicator
author
Aaron Marcher <
[email protected]
>
Fri, 4 May 2018 16:04:53 +0000
(18:04 +0200)
committer
Aaron Marcher <
[email protected]
>
Fri, 4 May 2018 16:04:53 +0000
(18:04 +0200)
It does not respect charging thresholds and it is not trivial to
implement the indicator in OpenBSD.
components/battery.c
patch
|
blob
|
history
diff --git
a/components/battery.c
b/components/battery.c
index
e997e4c
..
fe17a68
100644
(file)
--- 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];