mirror of
https://github.com/WCBROW01/WinPowerDMS.git
synced 2025-12-12 10:18:06 -05:00
The battery warning could be annoying, and the option to disable it is confusing to somebody who may never see it.
16 lines
780 B
Markdown
16 lines
780 B
Markdown
# WinPowerDMS
|
|
|
|
A utility for switching the resolution of your laptop's display based on the current power state.
|
|
|
|
Currently a work in progress. Not very useful yet since it doesn't save your preferences. It doesn't even have an icon.
|
|
|
|
This is a simple C program written using Visual Studio 2022 that has no external dependencies. It should support Windows Vista or higher, but this hasn't been tested yet.
|
|
|
|
## TODO
|
|
- [x] Save preferences to the Windows registry.
|
|
- [x] Add a checkbox to preferences for starting at login.
|
|
- [x] Add an icon.
|
|
- [ ] Add behavior for when multiple displays are connected.
|
|
- [x] Make the default display mode the current one instead of the highest resolution if there are no preferences set.
|
|
- [ ] Make an actual about dialog.
|
|
- [ ] Support dark mode. |