Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 900 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 900 Bytes

percentage

See your battery percentage in the Windows 10 system tray

Installing

  1. Download the latest release
  2. Put percentage.exe in your startup folder
    1. To get to your startup folder, press Windows+R, type "shell:startup", then press enter

Compiling

This project was compiled with Visual Studio Community 2019.

Select ".NET desktop development" when setting up Visual Studio.

To build the project

  1. Open the percentage/percentage.sln file with Visual Studio
  2. Click "Build > Build Solution"
  3. percentage.exe can be found at percentage\percentage\percentage\bin\Debug\percentage.exe

Contributions

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.