Battery State
Any of the available software on windows fits my needs about battery usage, wear level etc. so I decided to develop my own. I would like a software that :
- is really light
- that can show me the wear level of my battery
- is running in background
- show the basics about the laptop battery
I have written this software with C++/Qt and using the native C API of Windows to get the battery informations.
Currently this is a quick and dirty implementation and it is restricted to Windows but I plan to extend the compatibility to OS X, make it a bit more sexy and clean the code to push it on GitHub.