• This repository has been archived on 01/Jan/2024
  • Stars
    star
    365
  • Rank 116,301 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

See your battery percentage in the Windows 10 system tray

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.