X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/ec306623df7321a4e6ec11f70b6152a2e614d1ed..d1b23e5509863fd0790261b2b388e687d5218d53:/components/battery.c 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];