See your battery percentage in the Windows 10 system tray
- Download the latest release
- Put percentage.exe in your startup folder
- To get to your startup folder, press Windows+R, type "shell:startup", then press enter
This project was compiled with Visual Studio Community 2019.
Select ".NET desktop development" when setting up Visual Studio.
To build the project
- Open the percentage/percentage.sln file with Visual Studio
- Click "Build > Build Solution"
- percentage.exe can be found at percentage\percentage\percentage\bin\Debug\percentage.exe
My goal for this project is to keep it as simple as possible. I welcome suggestions, but for complicated features I'd recommend forking the project.