-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfig.inc
285 lines (246 loc) · 6.15 KB
/
Config.inc
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
[Variables]
; -----------------------------
; Setting HWiNFO related values
; -----------------------------
; You will need update the HWiNFO IDs included in this skin to match the IDs for your system. To do this:
; 1. Ensure HWiNFO is running, with sensors and shared memory active
; 2. Run the included "HWiNFOSharedMemoryViewer.exe" file
; 3. Find the sensor reading you need (CPU Usage for example) and make note of the sensor id, sensor instance and entry id
; 4. Edit the Config.inc file to replace the provided IDs with the IDs for your system
; 5. Refresh the skin
; HWiNFO references
; https://www.hwinfo.com/forum/threads/rainmeter-plug-in-for-hwinfo-3-2.2172/
; https://www.hwinfo.com/forum/threads/cpu_temp_sensors_explanation.5597/
; https://www.hwinfo.com/forum/threads/cpu_core_temperature_measuring_facts_fictions.148/
; https://forum.rainmeter.net/viewtopic.php?f=128&t=22169
; "en", "ru"
Locale="en"
; -----
; Sizes
; -----
SkinWidth=280
BarHeight=20
LineMeterHeight=50
; ----
; Font
; ----
FontFace=JetBrains Mono
FontSize=12
; Line height in pixels. Should be big enough to fit string with font size equal to FontSize
LineHeight=20
FontSizeSmall=10
; Should be big enough to fit string with font size equal to FontSizeSmall
LineHeightSmall=16
; Align string vertically if a font has offset
FontTopPaddingFix=1
; Align font string top inside line container
LineMeterStringTopFix=-3
; Align font string bottom inside line container
LineMeterStringBottomFix=5
; Border, Shadow or None
StringEffect=Border
; String effect color
FontEffectColor=34,34,34,255
; Default font color
FontColor=255,255,255,255
; Dimmed font color (less important information)
FontColorDim=255,255,255,200
; Font color for disabled label (not important information like zero write speed)
FontColorDisabled=255,255,255,150
; -----
; Colors
; -----
SkinBackground=34,34,34,255
; Meter box background color
MeterBackground=50,50,50,255
; Accent color
MeterColor=150,150,150,255
; Border color
SeparatorColor=50,50,50,255
; -------
; Symbols
; -------
; Net in, disk write symbol ▼
WriteSpeedPrefix="[\x25BC]"
; Net out, disk read symbol ▲
ReadSpeedPrefix="[\x25B2]"
; ---------------
; Update dividers
; ---------------
UpdateDividerTemp=3
UpdateDividerFan=10
UpdateDividerMemory=5
UpdateDividerDriveSpace=30
UpdateDividerCPUTopProcess=1
UpdateDividerGPUTopProcess=1
UpdateDividerIOTopProcess=1
; -----------
; Temperature
; -----------
; C, F, K
TemperatureUnit=C
TemperatureMax=100
; ------
; Uptime
; ------
; 0 - hide, 1 - show
UptimeBorderTop=0
UptimeBorderRight=1
UptimeBorderBottom=1
UptimeBorderLeft=1
; ---
; CPU
; ---
CPUHWiNFOSensorId=0xf0000400
CPUHWiNFOSensorInstance=0x0
CPUHWiNFOTemperatureEntryId=0x10000ff
; 0-5
CPUTopProcessesCount=3
; 0 - hide, 1 - show
CPUBorderTop=0
CPUBorderRight=1
CPUBorderBottom=1
CPUBorderLeft=1
; ------
; Memory
; ------
; 0-5
MemoryTopProcessesCount=3
; 0 - hide, 1 - show
MemoryBorderTop=0
MemoryBorderRight=1
MemoryBorderBottom=1
MemoryBorderLeft=1
; ---
; GPU
; ---
GPUHWiNFOSensorId=0xe0002000
GPUHWiNFOSensorInstance=0x0
GPUHWiNFOTemperatureEntryId=0x1000000
; Set to -1 to disable
GPUHWiNFOFanEntryId=0x8000000
GPUHWiNFOCoreLoadEntryId=0x7000000
GPUHWiNFOMemoryAllocatedEntryId=0x80000fc
; "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\" key index (it goes 0000, 0001, 00002)
GPUIndex=0000
; GPU total memory in bytes.
; Set when `HardwareInformation.qwMemorySize` is missing in the registry (HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\#GPUIndex#).
; Set to -1 to use value from registry
GPUTotalMemory=-1
; 0-5
GPUTopProcessesCount=2
; 0 - hide, 1 - show
GPUBorderTop=0
GPUBorderRight=1
GPUBorderBottom=1
GPUBorderLeft=1
; -------
; Network
; -------
; Set these for sure. http://speedtest.net
NetworkMaxDownloadMbits=94.33
NetworkMaxUploadMbits=91.30
; Set this if needed. Default: Best
NetworkInterface=Best
; 0 - hide, 1 - show
NetworkBorderTop=0
NetworkBorderRight=1
NetworkBorderBottom=1
NetworkBorderLeft=1
; ---
; I/O
; ---
; 0-5
IOTopProcessesCount=4
; 0 - hide, 1 - show
IOBorderTop=0
IOBorderRight=1
IOBorderBottom=1
IOBorderLeft=1
; -------------
; Drives Header
; -------------
; 0 - hide, 1 - show
DrivesHeaderBorderTop=0
DrivesHeaderBorderRight=1
DrivesHeaderBorderBottom=1
DrivesHeaderBorderLeft=1
; ------
; Drives
; ------
; Common for all drives
DriveHWiNFOSMARTSensorId=0xf0000100
Drive1=C:
; Common for S.M.A.R.T. and Drive sensors
Drive1HWiNFOSensorInstance=0x0
Drive1HWiNFOTemperatureEntryId=0x1000000
; Only for SSD. Set to -1 to disable
Drive1HWiNFORemainingLifeEntryId=0x7000000
; 0 - hide, 1 - show
Drive1BorderTop=0
Drive1BorderRight=1
Drive1BorderBottom=1
Drive1BorderLeft=1
Drive2=D:
Drive2HWiNFOSensorInstance=0x1
Drive2HWiNFOTemperatureEntryId=0x1000000
; Only for SSD. Set to -1 to disable
Drive2HWiNFORemainingLifeEntryId=-1
; 0 - hide, 1 - show
Drive2BorderTop=0
Drive2BorderRight=1
Drive2BorderBottom=1
Drive2BorderLeft=1
Drive3=E:
Drive3HWiNFOSensorInstance=0x2
Drive3HWiNFOTemperatureEntryId=0x1000000
; Only for SSD. Set to -1 to disable
Drive3HWiNFORemainingLifeEntryId=-1
; 0 - hide, 1 - show
Drive3BorderTop=0
Drive3BorderRight=1
Drive3BorderBottom=1
Drive3BorderLeft=1
Drive4=F:
Drive4HWiNFOSensorInstance=0x3
Drive4HWiNFOTemperatureEntryId=0x1000000
; Only for SSD. Set to -1 to disable
Drive4HWiNFORemainingLifeEntryId=-1
; 0 - hide, 1 - show
Drive4BorderTop=0
Drive4BorderRight=1
Drive4BorderBottom=1
Drive4BorderLeft=1
Drive5=G:
Drive5HWiNFOSensorInstance=0x4
Drive5HWiNFOTemperatureEntryId=0x1000000
; Only for SSD. Set to -1 to disable
Drive5HWiNFORemainingLifeEntryId=-1
; 0 - hide, 1 - show
Drive5BorderTop=0
Drive5BorderRight=1
Drive5BorderBottom=1
Drive5BorderLeft=1
Drive6=H:
Drive6HWiNFOSensorInstance=0x5
Drive6HWiNFOTemperatureEntryId=0x1000000
; Only for SSD. Set to -1 to disable
Drive6HWiNFORemainingLifeEntryId=-1
; 0 - hide, 1 - show
Drive6BorderTop=0
Drive6BorderRight=1
Drive6BorderBottom=1
Drive6BorderLeft=1
; ------
; Player
; ------
; https://docs.rainmeter.net/manual/measures/nowplaying/#playerlist
PlayerName=
; Skin header
PlayerTitle=
PlayerPath=
; 0 - hide, 1 - show
PlayerBorderTop=0
PlayerBorderRight=1
PlayerBorderBottom=1
PlayerBorderLeft=1