|
[Rainmeter] |
|
LocalFont="../ext/helveticaneueltprolt.ttf" |
|
Author=Joss Whittle |
|
Update=1000 |
|
|
|
[Style] |
|
Fontface="HelveticaNeueLT Pro 45 Lt" |
|
Antialias=1 |
|
|
|
[Variables] |
|
HIDESTATIC=0 |
|
MinValue=0 |
|
MaxValue=100 |
|
MyFontsize=12 |
|
MyFontCol=255,255,255,150 |
|
TINT=255,255,255,50 |
|
TEXTH=15r |
|
|
|
[MeasureFontHeight] |
|
Measure=Calc |
|
Formula=#MyFontSize#/0.75 |
|
|
|
[MeasureMaxTemp] |
|
Measure=Plugin |
|
Plugin=CoreTemp |
|
CoreTempType=MaxTemperature |
|
|
|
[MeasureCore1Load] |
|
Measure=Plugin |
|
Plugin=CoreTemp |
|
CoreTempType=Load |
|
CoreTempIndex=0 |
|
|
|
[MeasureCore2Load] |
|
Measure=Plugin |
|
Plugin=CoreTemp |
|
CoreTempType=Load |
|
CoreTempIndex=1 |
|
|
|
[MeasureCore3Load] |
|
Measure=Plugin |
|
Plugin=CoreTemp |
|
CoreTempType=Load |
|
CoreTempIndex=2 |
|
|
|
[MeasureCore4Load] |
|
Measure=Plugin |
|
Plugin=CoreTemp |
|
CoreTempType=Load |
|
CoreTempIndex=3 |
|
|
|
[MeasureCpuSpeed] |
|
Measure=Plugin |
|
Plugin=CoreTemp |
|
CoreTempType=CpuSpeed |
|
|
|
[m1Load] |
|
Measure=calc |
|
Formula=MeasureCore1Load |
|
MinValue=#MinValue# |
|
MaxValue=#MaxValue# |
|
|
|
[m2Load] |
|
Measure=Calc |
|
Formula=MeasureCore2Load |
|
MinValue=#MinValue# |
|
MaxValue=#MaxValue# |
|
|
|
[m3Load] |
|
Measure=Calc |
|
Formula=MeasureCore3Load |
|
MinValue=#MinValue# |
|
MaxValue=#MaxValue# |
|
|
|
[m4Load] |
|
Measure=Calc |
|
Formula=MeasureCore4Load |
|
MinValue=#MinValue# |
|
MaxValue=#MaxValue# |
|
|
|
[maxTemp] |
|
Measure=Calc |
|
Formula=ROUND(MeasureMaxTemp) |
|
MinValue=#MinValue# |
|
MaxValue=#MaxValue# |
|
|
|
[MeasureTotalRAM] |
|
Measure=PhysicalMemory |
|
Total=1 |
|
VariableName=TotalRAM |
|
|
|
[MeasureRAMUsed] |
|
Measure=PhysicalMemory |
|
|
|
[MeasureMemory] |
|
Measure=PhysicalMemory |
|
|
|
;-------------------------------------METER RAM-------------------------------------------- |
|
|
|
[MeterRAM] |
|
Meter=STRING |
|
MeasureName=MeasureMemory |
|
X=0 |
|
Y=0 |
|
StringAlign=LEFT |
|
FontColor=#MyFontCol# |
|
FontSize=#MyFontSize# |
|
AutoScale=1 |
|
Antialias=1 |
|
Text="%1" |
|
|
|
[MeterStaticBar] |
|
Meter=IMAGE |
|
X=0r |
|
Y=#TEXTH# |
|
ImageName=../ext/barmeter.png |
|
ImageTint=#TINT# |
|
Hidden=0 |
|
|
|
[MeterMemoryBar] |
|
MeasureName=MeasureRAMUsed |
|
Meter=Bar |
|
X=0r |
|
Y=0r |
|
BarImage=../ext/barmeter.png |
|
ImageTint=#MyFontCol# |
|
BarOrientation=Horizontal |
|
Hidden=#HIDESTATIC# |
|
|
|
;-------------------------------------METER Temp-------------------------------------------- |
|
|
|
[MeterCPUTemp] |
|
Meter=STRING |
|
MeasureName=maxTemp |
|
X=0 |
|
Y=10r |
|
StringAlign=LEFT |
|
FontColor=#MyFontCol# |
|
FontSize=#MyFontSize# |
|
AutoScale=1 |
|
Antialias=1 |
|
NumOfDecimals=0 |
|
Text="%1" |
|
|
|
[MeterStaticTempBar] |
|
Meter=IMAGE |
|
X=0r |
|
Y=#TEXTH# |
|
ImageName=../ext/barmeter.png |
|
ImageTint=#TINT# |
|
Hidden=0 |
|
|
|
[MeterTempBar] |
|
MeasureName=maxTemp |
|
Meter=Bar |
|
X=0r |
|
Y=0r |
|
BarImage=../ext/barmeter.png |
|
ImageTint=#MyFontCol# |
|
BarOrientation=Horizontal |
|
Hidden=#HIDESTATIC# |
|
|
|
;-------------------------------------METER Load-------------------------------------------- |
|
|
|
[MeterCPULoad1] |
|
Meter=STRING |
|
MeasureName=m1Load |
|
X=0 |
|
Y=10r |
|
StringAlign=LEFT |
|
FontColor=#MyFontCol# |
|
FontSize=#MyFontSize# |
|
AutoScale=1 |
|
Antialias=1 |
|
NumOfDecimals=0 |
|
Text="%1" |
|
|
|
[MeterStaticLoad1Bar] |
|
Meter=IMAGE |
|
X=0r |
|
Y=#TEXTH# |
|
ImageName=../ext/barmeter.png |
|
ImageTint=#TINT# |
|
Hidden=0 |
|
|
|
[MeterLoad1Bar] |
|
MeasureName=m1Load |
|
Meter=Bar |
|
X=0r |
|
Y=0r |
|
BarImage=../ext/barmeter.png |
|
ImageTint=#MyFontCol# |
|
BarOrientation=Horizontal |
|
Hidden=#HIDESTATIC# |
|
|
|
;-------------------------------------METER Load-------------------------------------------- |
|
|
|
[MeterCPULoad2] |
|
Meter=STRING |
|
MeasureName=m2Load |
|
X=0 |
|
Y=10r |
|
StringAlign=LEFT |
|
FontColor=#MyFontCol# |
|
FontSize=#MyFontSize# |
|
AutoScale=1 |
|
Antialias=1 |
|
NumOfDecimals=0 |
|
Text="%1" |
|
|
|
[MeterStaticLoad2Bar] |
|
Meter=IMAGE |
|
X=0r |
|
Y=#TEXTH# |
|
ImageName=../ext/barmeter.png |
|
ImageTint=#TINT# |
|
Hidden=0 |
|
|
|
[MeterLoad2Bar] |
|
MeasureName=m2Load |
|
Meter=Bar |
|
X=0r |
|
Y=0r |
|
BarImage=../ext/barmeter.png |
|
ImageTint=#MyFontCol# |
|
BarOrientation=Horizontal |
|
Hidden=#HIDESTATIC# |
|
|
|
;-------------------------------------METER Load-------------------------------------------- |
|
|
|
[MeterCPULoad3] |
|
Meter=STRING |
|
MeasureName=m3Load |
|
X=0 |
|
Y=10r |
|
StringAlign=LEFT |
|
FontColor=#MyFontCol# |
|
FontSize=#MyFontSize# |
|
AutoScale=1 |
|
Antialias=1 |
|
NumOfDecimals=0 |
|
Text="%1" |
|
|
|
[MeterStaticLoad3Bar] |
|
Meter=IMAGE |
|
X=0r |
|
Y=#TEXTH# |
|
ImageName=../ext/barmeter.png |
|
ImageTint=#TINT# |
|
Hidden=0 |
|
|
|
[MeterLoad3Bar] |
|
MeasureName=m3Load |
|
Meter=Bar |
|
X=0r |
|
Y=0r |
|
BarImage=../ext/barmeter.png |
|
ImageTint=#MyFontCol# |
|
BarOrientation=Horizontal |
|
Hidden=#HIDESTATIC# |
|
|
|
;-------------------------------------METER Load-------------------------------------------- |
|
|
|
[MeterCPULoad4] |
|
Meter=STRING |
|
MeasureName=m4Load |
|
X=0 |
|
Y=10r |
|
StringAlign=LEFT |
|
FontColor=#MyFontCol# |
|
FontSize=#MyFontSize# |
|
AutoScale=1 |
|
Antialias=1 |
|
NumOfDecimals=0 |
|
Text="%1" |
|
|
|
[MeterStaticLoad4Bar] |
|
Meter=IMAGE |
|
X=0r |
|
Y=#TEXTH# |
|
ImageName=../ext/barmeter.png |
|
ImageTint=#TINT# |
|
Hidden=0 |
|
|
|
[MeterLoad4Bar] |
|
MeasureName=m4Load |
|
Meter=Bar |
|
X=0r |
|
Y=0r |
|
BarImage=../ext/barmeter.png |
|
ImageTint=#MyFontCol# |
|
BarOrientation=Horizontal |
|
Hidden=#HIDESTATIC# |