X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/2b0f50d1aaf22e79272df8b3b0fe37f338ea1dae..3ac985eb0338773cfb1d1446fc0751f1f2afea94:/components/battery.c?ds=inline diff --git a/components/battery.c b/components/battery.c index 07b6ac1..f2b0f14 100644 --- a/components/battery.c +++ b/components/battery.c @@ -52,6 +52,7 @@ } map[] = { { "Charging", "+" }, { "Discharging", "-" }, + { "Full", "o" }, }; size_t i; char path[PATH_MAX], state[12];