X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/2bd581a47b8e355a398b87bb82fdcff547b8073a..2b82bf02488147a3e69a715267934f015fe29a43:/components/battery.c?ds=sidebyside diff --git a/components/battery.c b/components/battery.c index e997e4c..fe17a68 100644 --- a/components/battery.c +++ b/components/battery.c @@ -29,7 +29,6 @@ } map[] = { { "Charging", "+" }, { "Discharging", "-" }, - { "Full", "=" }, }; size_t i; char path[PATH_MAX], state[12];