Naios / powersaver

Manages Windows Power Plans automatically based on running process names
GNU General Public License v3.0
13 stars 1 forks source link

Feature Request: Add more power plans #4

Open Cris-- opened 4 months ago

Cris-- commented 4 months ago

Hi,

nice tool, very useful for my Laptop!

It would be great if we can also add more power plans like High Performance Mode or custom ones...

powercfg /list

For the DAW Bitwig Studio i prefer tmy High performance plan over any other plan, less clicks and pops in the audio material if CPU is nearly maxed out!

example:

# Process pooling time in seconds
interval: 30

# Case insensitive program names that promote the current
# power scheme to "Balanced", otherwise "Power Saver" is set.
balanced:
  - Unreal
  - Blender
  - devenv

high:
  - Bitwig Studio

8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c:
  - Bitwig Studio
Naios commented 4 months ago

Hi @Cris--, I'm glad you like the tool. If you like, you could create a PR that adds this feature. I wrote the code originally to also support this feature in the future.

Some initial steps to accomplish this would be:

Cris-- commented 3 months ago

Sry, i didn't have nearly any coding skills except a bit php & py. Maybe if you get time and willing coding this it would be great!