all repos — slstatus @ cceeec0efada64579525b90b30e5597cd24dfc6c

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

loading thresholds state
Aaron Marcher info@nulltime.net
Thu, 30 Mar 2017 17:32:20 +0200
commit

cceeec0efada64579525b90b30e5597cd24dfc6c

parent

b11dd2db0ebfc0b20ef2d5a972f13cf39bdd0b31

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

jump to
M slstatus.cslstatus.c

@@ -140,6 +140,8 @@ } else if (strcmp(state, "Discharging") == 0) {

return smprintf("-"); } else if (strcmp(state, "Full") == 0) { return smprintf("="); + } else if (strcmp(state, "Unknown") == 0) { + return smprintf("/"); } else { return smprintf("?"); }