all repos — slstatus @ 3ac985eb0338773cfb1d1446fc0751f1f2afea94

my build of slstatus (tools.suckless.org/slstatus/)

Full battery indicator

When you reach full charge the symbol would change
to a question mark "?" as "Full" was not defined,
now it changes to an "o" instead.
Cem Keylan cem@ckyln.com
Wed, 02 Oct 2019 11:31:54 +0300
commit

3ac985eb0338773cfb1d1446fc0751f1f2afea94

parent

2b0f50d1aaf22e79272df8b3b0fe37f338ea1dae

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M components/battery.ccomponents/battery.c

@@ -52,6 +52,7 @@ char *symbol;

} map[] = { { "Charging", "+" }, { "Discharging", "-" }, + { "Full", "o" }, }; size_t i; char path[PATH_MAX], state[12];