-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoretemp.ini
299 lines (258 loc) · 4.3 KB
/
coretemp.ini
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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
[Rainmeter]
Update=1000
AccurateText=1
[Metadata]
Name=CoreTemp
Author=Dawid Adamski
Information=Core temp
Version=1
License=GNU GENERAL PUBLIC LICENSE
[Variables]
fontName=Trebuchet MS
textSize=8
colorBar=235,170,0,255
colorText=255,255,255,205
colorBarCore1=141,198,63,255
colorBarCore2=255,242,0,255
graphH=42
; ----------------------------------
; STYLES are used to "centralize" options
; ----------------------------------
[styleTitle]
StringAlign=CENTER
StringCase=UPPER
StringEffect=SHADOW
FontEffectColor=0,0,0,40
FontColor=#colorText#
FontFace=#fontName#
FontSize=12
AntiAlias=1
ClipString=1
[styleLeftText]
StringAlign=LEFT
StringCase=NONE
StringEffect=SHADOW
FontEffectColor=0,0,0,40
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1
[styleRightText]
StringAlign=RIGHT
StringCase=NONE
StringEffect=SHADOW
FontEffectColor=0,0,0,40
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1
[styleBarCore1]
BarColor=#colorBarCore1#
BarOrientation=Vertical
SolidColor=0,0,0,50
[styleBarCore2]
BarColor=#colorBarCore2#
BarOrientation=Vertical
SolidColor=0,0,0,50
; ----------------------------------
; METERS display images, text, bars, etc.
; ----------------------------------
[meterHeader]
Meter=IMAGE
ImageName=#SKINSPATH#\SystemInformation\img\Header.png
X=0
Y=0
H=50
W=180
[meterBody]
Meter=IMAGE
ImageName=#SKINSPATH#\SystemInformation\img\Body.png
Tile=1
X=0r
Y=0R
H=128
W=180
[meterFooter]
Meter=IMAGE
ImageName=#SKINSPATH#\SystemInformation\img\Footer.png
X=0
Y=0R
H=38
W=180
[meterTitle]
Meter=STRING
MeterStyle=styleTitle
X=90
Y=15
W=180
H=20
Text="Cpu Core Temp"
; Calculating
[MeasureMaxTemp]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=MaxTemperature
[MeasureCore1Temp]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=Temperature
CoreTempIndex=0
MinValue=30
MaxValue=105
[MeasureCore2Temp]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=Temperature
CoreTempIndex=1
MinValue=30
MaxValue=105
[MeasureTjMax]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=TjMax
CoreTempIndex=0
; View pane
[MeterLabelMaxTemp]
Meter=STRING
MeterStyle=styleLeftText
X=15
Y=10R
W=145
H=14
Text="Max Temp"
[MeterMaxTemp]
Meter=STRING
MeterStyle=styleRightText
MeasureName=MeasureMaxTemp
X=165
Y=0r
W=145
H=14
Text="%1°C"
Autoscale=1
Numofdecimals=0
[MeterLabelCore1]
Meter=STRING
MeterStyle=styleLeftText
X=15
Y=2R
W=145
H=14
Text="Core 1"
[MeterTempCore1]
Meter=STRING
MeterStyle=styleRightText
MeasureName=MeasureCore1Temp
X=125
Y=0r
W=115
H=14
Text="%1 C"
[MeterMAXCore1]
Meter=STRING
MeterStyle=styleRightText
MeasureName=MeasureTjMax
X=165
Y=0r
W=115
H=14
Text="/ %1 C"
[meterHLGraphBG]
Meter=IMAGE
ImageName=#SKINSPATH#\SystemInformation\img\Graphbg.png
X=15
Y=2R
H=#graphH#
W=137
[Core1GraphLine]
Meter=Line
MeasureName=MeasureCore1Temp
LineColor=#colorBarCore1#
MeterStyle=styleBarCore1
X=1r
Y=1r
H=40
W=135
LineWidth=1
LineCount=1
AntiAlias=1
[meterHLBarCRam1BG]
Meter=IMAGE
ImageName=#SKINSPATH#\SystemInformation\img\CoreBG.png
X=2R
Y=-1r
H=#graphH#
W=12
[meterBarCore1]
Meter=BAR
MeterStyle=styleBarCore1
MeasureName=MeasureCore1Temp
X=0r
Y=0r
Barimage=#SKINSPATH#\SystemInformation\img\Core1f.png
W=12
H=#graphH#
#####
[MeterLabelCore2]
Meter=STRING
MeterStyle=styleLeftText
X=15
Y=2R
W=145
H=14
Text="Core 2"
[MeterTempCore2]
Meter=STRING
MeterStyle=styleRightText
MeasureName=MeasureCore2Temp
X=125
Y=0r
W=115
H=14
Text="%1 C"
[MeterMAXCore2]
Meter=STRING
MeterStyle=styleRightText
MeasureName=MeasureTjMax
X=165
Y=0r
W=145
H=14
Text="/ %1 C"
[meterHLGraphBG2]
Meter=IMAGE
ImageName=#SKINSPATH#\SystemInformation\img\Graphbg.png
X=15
Y=2R
H=#graphH#
W=137
[Core2GraphLine]
Meter=Line
MeasureName=MeasureCore2Temp
LineColor=#colorBarCore2#
MeterStyle=styleBarCore2
X=1r
Y=1r
H=40
W=135
LineWidth=1
LineCount=1
AntiAlias=1
[meterHLBarCRam2BG]
Meter=IMAGE
ImageName=#SKINSPATH#\SystemInformation\img\CoreBG.png
X=2R
Y=-1r
H=#graphH#
W=12
[meterBarCore2]
Meter=BAR
MeterStyle=styleBarCore2
MeasureName=MeasureCore2Temp
X=0r
Y=0r
Barimage=#SKINSPATH#\SystemInformation\img\Core2f.png
W=12
H=#graphH#