This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.yml
65 lines (65 loc) · 1.84 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
app_name: "G14 Control" # Name of the app, you can customize that as you wish!
notification_time: 3 # How long notifications will stay on the screen
check_power_every: 10 # Seconds in between checks to get the battery/ac status
temp_dir: 'C:\temp\' # MUST END with "\"!!
default_starting_plan: "Windows"
default_ac_plan: "Performance"
default_dc_plan: "Silent (low-speed fan)"
debug: false # true/false Don't change unless you know what you are doing!!!
plans:
- name: Silent (fanless)
plan: silent
cpu_curve: "30c:0%,40c:0%,50c:0%,60c:0%,70c:31%,80c:49%,90c:56%,100c:56%"
gpu_curve: "30c:0%,40c:0%,50c:0%,60c:0%,70c:34%,80c:51%,90c:61%,100c:61%"
cpu_tdp: null
boost: false
dgpu_enabled: false
screen_hz: 60
- name: Silent (low-speed fan)
plan: silent
cpu_curve: "30c:0%,40c:5%,50c:10%,60c:10%,70c:31%,80c:49%,90c:56%,100c:56%"
gpu_curve: "30c:0%,40c:5%,50c:10%,60c:10%,70c:34%,80c:51%,90c:61%,100c:61%"
cpu_tdp: null
boost: false
dgpu_enabled: false
screen_hz: 60
- name: Silent (default fan speed)
plan: silent
cpu_curve: null
gpu_curve: null
cpu_tdp: null
boost: false
dgpu_enabled: false
screen_hz: null
- name: Windows
plan: windows
cpu_curve: null
gpu_curve: null
cpu_tdp: null
boost: false
dgpu_enabled: false
screen_hz: 120
- name: Performance
plan: performance
cpu_curve: null
gpu_curve: null
cpu_tdp: null
boost: false
dgpu_enabled: true
screen_hz: 120
- name: Turbo
plan: turbo
cpu_curve: null
gpu_curve: null
cpu_tdp: null
boost: false
dgpu_enabled: true
screen_hz: 120
- name: Extreme
plan: turbo
cpu_curve: null
gpu_curve: null
cpu_tdp: 45000
boost: True
dgpu_enabled: True
screen_hz: 60