-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c9c19e
commit b1addcd
Showing
11 changed files
with
32 additions
and
25 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
# PowerTray | ||
Welcome! PowerTray is a battery monitor that displays your battery percentage/time left. | ||
Welcome! PowerTray is a simple battery monitor that sits in your system tray! | ||
The tooltip also displays useful information. | ||
You can get even more information by Right clicking the tray button>Battery Info. | ||
You can also right click on the icon>Click "Battery Info" to see even more information! | ||
|
||
## Features | ||
- Displays customizable information in the system tray | ||
- Displays battery capacity, charge, and status | ||
- Allows you to see more advanced information, like voltage, design capacity, and battery health | ||
- Calculates discharge and charge rate manually for a more accurate reading than the system | ||
- Uses minimal resources and stays out of your way | ||
- Tray, tooltip, and battery information updates frequently | ||
- Customizable tray display | ||
|
||
## Creation | ||
This is an open-source project created with Visual Studio. | ||
It was made using the .NET framework. | ||
It was made using the .NET framework and WPF. | ||
|
||
Supports for Windows 10 & 11 | ||
|
||
Made for Windows 10 & 11, but 8 and 7 may not work as expected and are unsupported. | ||
I used some components from LibreHardware Monitor to detect more battery information. | ||
|
||
## Installation | ||
|
||
1. Download the latest release | ||
2. To get to your startup folder, press Windows+R, type "shell:startup", then press enter | ||
3. Put PowerTray.exe in that folder | ||
4. It will now run every time your computer starts up! | ||
1. Make sure you have .NET 8.0 installed! | ||
2. Download the latest release | ||
3. To get to your startup folder, press Windows+R, type "shell:startup", then press enter | ||
4. Put PowerTray.exe in that folder | ||
5. It will now run every time your computer starts up! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
bbb5762db388ce448f695a08a468fab114c86e8c5100b70701e024d5aa5eac76 | ||
2f762fec741266d588d4daf11d03460a3060decdca01722e3521bcbd0adcaba0 |
2 changes: 1 addition & 1 deletion
2
obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_MarkupCompile.i.lref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
| ||
FC:\Users\agpan\Programming\PowerTray\App.xaml;; | ||
|
||
FC:\Users\agpan\Programming\PowerTray\BatInfo.xaml;; | ||
FC:\Users\agpan\Programming\PowerTray\Settings.xaml;; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters