projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
699f673
)
battery: Remove full indicator
author
Aaron Marcher
<me@drkhsh.at>
Fri, 4 May 2018 16:04:53 +0000
(18:04 +0200)
committer
Aaron Marcher
<me@drkhsh.at>
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 e997e4c9a86497272ff7a43269a0f6a338971821..fe17a6871e37a635e5eb1e7a0f4df1a585aa9dd4 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];