Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soleon authored Dec 15, 2024
1 parent 30131e0 commit 298d54a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Battery Percentage Icon
1. See your battery percentage and charging status in the Windows system tray.
2. Get Windows notification when your battery is critical, low, high, and full.
3. See more battery details such as charge rate, designed capacity and battery health in the main app window.

## Getting the app
This app requires Windows 11.

1. Install it from [Microsoft Store](https://apps.microsoft.com/detail/9PCKT2B7DZMW) or search the store for "Battery Percentage Icon" if you prefer an effortless always up-to-date app experience.
2. Manually download it from the [Releases](https://github.com/soleon/Percentage/releases) page if you prefer a portable self-contained single exe file.
* Note that to use the in-app auto start setting, you need to run the app as a Microsoft Store app.
* Otherwise, you need to manually create a shortcut of the app in your start menu startup folder located at: `C:\Users\<user name>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup`.

GitHub releases are often a few hours or days prior to the Microsoft Store release because store apps must go through Microsoft certification process.

## Screenshots
### Notification
![Dark theme notification screenshot](https://github.com/user-attachments/assets/b47ad850-22ef-4fd5-bff6-e6ce72fb8456) ![Light theme notification screenshot](https://github.com/user-attachments/assets/6eea58bd-6aa1-4f11-a1d7-dfa350c47dea)

Expand All @@ -10,8 +22,3 @@

### Settings
![Dark theme settings screenshot](https://github.com/user-attachments/assets/5dcb6cbc-5512-46d5-bf20-f175d1a057b7) ![Light theme settings screenshot](https://github.com/user-attachments/assets/c9b6416c-e87d-4e58-a334-8be2c34e2fee)

## Requirement
This application requires:
1. [.NET Desktop Runtime 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
2. Windows 11

0 comments on commit 298d54a

Please sign in to comment.