-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
219 lines (210 loc) · 3.84 KB
/
config.yaml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
debug: False
#debug: True
use_sudo: false
init_system: "OpenRC"
fan_control:
active: true
rpm_query:
type: cmd
cmd: ["sudo", "ectool", "pwmgetfanrpm", "all"]
parse: ectool
type: "fw-fanctrl"
sensors:
acpitz-acpi-0:
temp3:
temp3_input: CPU
temp4:
temp4_input: APU
amdgpu-pci-c200:
edge:
temp1_input: iGPU
PPT:
power1_average:
- iGPU (Avg. Power)
- W
amdgpu-pci-c500:
edge:
temp1_input: iGPU (edge)
PPT:
power1_average:
- iGPU (Avg. Power)
- W
amdgpu-pci-0300:
edge:
temp1_input: dGPU (Edge)
junction:
temp2_input: dGPU (Junction)
mem:
temp3_input: dGPU (Memory)
PPT:
power1_average:
- dGPU (Avg. Power)
- W
mt7921_phy0-pci*:
temp1:
temp1_input: WiFi
nvme-pci-0100:
Composite:
temp1_input: SSD 1TB
nvme-pci-0300:
Composite:
temp1_input: SSD 2TB
nvme-pci-0400:
Composite:
temp1_input: SSD 1TB
nvme-pci-0600:
Composite:
temp1_input: SSD 2TB
ryzen:
sudo: True
display:
- STAPM VALUE
- PPT LIMIT FAST
- PPT LIMIT SLOW
- THM LIMIT CORE
change:
"PPT LIMIT FAST":
min: 1000
max: 54000
step: 1000
step_turbo: 5000
multiplier: 1000
"PPT LIMIT SLOW":
min: 1000
max: 54000
step: 1000
step_turbo: 5000
multiplier: 1000
"THM LIMIT CORE":
min: 50
max: 100
step: 5
step_turbo: 10
refresh:
default: 5
power_default: 5
maximum: 15
power:
sys_class_path: "/sys/class/power_supply/BAT1"
colors:
battery:
- 15.0
- 60.0
- 95.0
power:
- 10.0
- 15.0
- 20.0
- 25.0
processes:
- title: Chrome
name:
- chrome
- title: Firefox
name:
- firefox
- title: Qutebrowser
name:
- qutebrowser
- QtWebEngineProcess
- title: Discord
name:
- Discord
- title: Telegram
name:
- telegram-desktop
- title: JetBrains Toolbox
name:
- jetbrains-toolbox
- title: PyCharm
name:
- java
cmdline: PyCharm
- title: CLion
name:
- java
cmdline: CLion
- title: DataGrip
name:
- java
cmdline: datagrip
- title: DrRacket
name:
- drracket
cmdline: DrRacket
- title: LibreOffice
name:
- soffice.bin
- title: Pulse Audio Volume Control
name:
- pavucontrol
# - title: Tuxedo Control Center
# name:
# - tuxedo-control-center
- title: Zen Monitor
name:
- zenmonitor
- title: Quimup
name:
- quimup
services:
- title: Docker
name: docker
- title: sshd
name: sshd
- title: Music Player Daemon
name: mpd
- title: CUPS
name: cupsd
- title: Fan Control
name: fw-fanctrl
# - title: Mosquitto
# name: mosquitto
- title: Bluetooth
name: bluetooth
needs-modules:
- btintel
- btmtk
- bnep
- rfcomm
- bluetooth
- title: WiFi
name: net.wlp2s0
needs-modules:
- mt7921e
- mt7921_common
- mt792x_lib
- mt76_connac_lib
- mt76
- mac80211
- cfg80211
# - title: Ethernet (Builtin)
# name: net.enp2s0
# - title: Ethernet (eth0)
# name: net.eth0
# needs-modules:
# - cdc_ether
# - r8152
modules:
- title: Bluetooth
usage-modules:
- uhid
- btmtk
- bnep
- bluetooth
modules: ['bluetooth', 'bnep', 'btintel', 'btmtk', 'btusb']
service: bluetooth
- title: WiFi
usage-modules:
- mt7921e
- mt7921_common
- mt792x_lib
- mt76_connac_lib
- mt76
modules: ['mt76', 'mt76_connac_lib', 'mt792x_lib', 'mt7921_common', 'mt7921e']
service: net.wlo1
# - title: USB-Ethernet
# usage-modules:
# - cdc_ether
# - r8152
# modules: ['mii', 'r8152', 'usbnet', 'cdc_ether']