Njanderson / resmon

Displays resource utilization in the VSCode status bar.
81 stars 22 forks source link

When laptop is charging shows incorrect battery level #16

Closed sjimenez77 closed 4 years ago

sjimenez77 commented 5 years ago

Curently shows 124% 😆!!

image

Maybe the solution is something as easy as display 100 when detect a battery level greater.

letmaik commented 4 years ago

@Njanderson Maybe updating the systeminformation package to the latest version resolves this issue.

Njanderson commented 4 years ago

Nice! That's wild! I have not seen that myself. I am updating from minimum systeminformation 3 to 4. Looks like there were some fixes with battery at the end of 2018 - I'm not sure why it displays that! I might put a ceiling at 100%, which is sort of a bandaid.

I'll max it at 100% in the next release (and min it at 0%!).