From e923d827321ff48260738d16f5a5976464b564e6 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 13 Jun 2023 12:34:11 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 268e1bef..e52e92e6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -177,17 +177,18 @@ By default app will use your windows language setting. But you can set language Add following line to ``%AppData%\GHelper\config.json`` : ``"language" : "en"`` (by replacing "en" with language of your choice) -### Custom power plans with each mode +### Custom windows power plans with each mode -In ``%AppData%\GHelper\config.json`` you can manually add custom power plan GUID (it can be either "real" power plan that can be switched or "overlay" power plan like the ones g-helper sets by default) +In ``%AppData%\GHelper\config.json`` you can manually add custom power plan (or power mode) GUID. It can be either "real" power plan that can be switched or "overlay" power plan like the ones g-helper sets by default. Format is following : ``"scheme_" : "GUID" `` - Where ``mode = 0 (balanced), 1 (turbo), 2 (silent)`` +Default behaviour is : ``` -"scheme_0": "2ac1d0e0-17a7-44ed-8091-d88ef75a4eb0", -"scheme_1": "381b4222-f694-41f0-9685-ff5bb260df2e" +"scheme_0": "00000000-0000-0000-0000-000000000000", +"scheme_1": "ded574b5-45a0-4f42-8737-46345c09c238", +"scheme_2": "961cc777-2547-4f9d-8174-7d86181b8a7a", ``` Make sure to keep json structure (i.e. not to break it with extra or missing comas, etc) - or app will fail to read it and will just recreate a new config instead.