From: Aaron Marcher Date: Thu, 30 Mar 2017 15:32:20 +0000 (+0200) Subject: loading thresholds state X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/cceeec0efada64579525b90b30e5597cd24dfc6c?hp=b11dd2db0ebfc0b20ef2d5a972f13cf39bdd0b31 loading thresholds state --- diff --git a/slstatus.c b/slstatus.c index 53e1946..90b4808 100644 --- a/slstatus.c +++ b/slstatus.c @@ -140,6 +140,8 @@ battery_state(const char *bat) return smprintf("-"); } else if (strcmp(state, "Full") == 0) { return smprintf("="); + } else if (strcmp(state, "Unknown") == 0) { + return smprintf("/"); } else { return smprintf("?"); }