mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Update README.md
This commit is contained in:
@@ -139,14 +139,16 @@ Debloating helps to save your battery and keep laptop a bit cooler
|
|||||||
|
|
||||||
### Custom power plans with each mode
|
### Custom power plans with each mode
|
||||||
|
|
||||||
In config.json (under %appdata/GHelper) 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 config.json (under ``%appdata/GHelper``) 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)
|
||||||
|
|
||||||
Format is following : "scheme_<mode>" : "GUID"
|
Format is following : ``"scheme_<mode>" : "GUID" ``
|
||||||
|
|
||||||
Where mode = 0 (balanced), 1 (turbo), 2 (silent)
|
Where ``mode = 0 (balanced), 1 (turbo), 2 (silent)``
|
||||||
|
|
||||||
"scheme_0": "2ac1d0e0-17a7-44ed-8091-d88ef75a4eb0",
|
```
|
||||||
"scheme_1": "381b4222-f694-41f0-9685-ff5bb260df2e"
|
"scheme_0": "2ac1d0e0-17a7-44ed-8091-d88ef75a4eb0",
|
||||||
|
"scheme_1": "381b4222-f694-41f0-9685-ff5bb260df2e"
|
||||||
|
```
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user