https://github.com/sebastianbecker2/powerplanswitcher
Tray-Icon tool to show the currently selected windows power plan, switch it manually and automatically.
https://github.com/sebastianbecker2/powerplanswitcher
automation battery-life powerplan system-tray windows
Last synced: 6 months ago
JSON representation
Tray-Icon tool to show the currently selected windows power plan, switch it manually and automatically.
- Host: GitHub
- URL: https://github.com/sebastianbecker2/powerplanswitcher
- Owner: SebastianBecker2
- License: mit
- Created: 2022-05-18T17:19:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T22:18:04.000Z (over 1 year ago)
- Last Synced: 2024-11-06T23:23:07.340Z (over 1 year ago)
- Topics: automation, battery-life, powerplan, system-tray, windows
- Language: C#
- Homepage:
- Size: 23.5 MB
- Stars: 33
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerPlanSwitcher
[](https://ci.appveyor.com/project/SebastianBecker2/powerplanswitcher/branch/main)
Configure visibility, icon and global hotkey for your Windows power plans in the settings dialog.

Switch your power plan easily and quickly by clicking the tray-icon.

Or let PowerPlanSwitcher automatically switch between power plans depending on what you do.

Create Process Rules that activate when a certain process is started.

Or Energy Rules that activate when plugging or unplugging your laptop.

Furher settings allow you to:
- Configure a global hotkey to cycle through your power plans.
- Set your prefered color theme.
- Specify the display of notifications when a power plan is switched by a rule or a hotkey press.
- Activate extended logging.

PowerPlanSwitcher is using the following tools, resources and libraries:
- [.NET 8](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-8)
- [Newtonsoft.Json](https://www.newtonsoft.com/json)
- The amazing [FatCow IconPack](https://www.fatcow.com/free-icons)
- [WindowsAPICodePack](https://github.com/contre/Windows-API-Code-Pack-1.1)
- [Vanara](https://github.com/dahall/Vanara)
- [Serilog](https://serilog.net/)
- [SkiaSharp](https://github.com/mono/SkiaSharp)
- [SevenZipSharp](https://github.com/squid-box/SevenZipSharp)
- [WiX Toolset 6](https://wixtoolset.org/)
- [HotkeyManager](https://github.com/SebastianBecker2/HotkeyManager)