You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
2.5 KiB
125 lines
2.5 KiB
[Rainmeter]
|
|
Update=400
|
|
|
|
@Include=#@#Globals\MeasureCPU.inc
|
|
@Include2=#@#Globals\Formats.inc
|
|
@Include3=#@#Globals\MeasureTemp.inc
|
|
|
|
[Metadata]
|
|
Name=CPU Usage Histograms: Six Core
|
|
Author=Tuxwonder + Secopree
|
|
Information=This meter measures your CPU usage for each individual CPU core. This specific skin measures for an six core system.
|
|
License=
|
|
Version=1.0.0
|
|
|
|
[Variables]
|
|
threshold=25
|
|
;The threshold is the percent at which a power bar is turned on
|
|
|
|
;---FRAME--------------------------------------------------------------
|
|
|
|
[MeterHUD]
|
|
Meter=Image
|
|
ImageName=#@#Images\Weapons\CPU_hud6.png
|
|
|
|
;---CPU_HISTOS--------------------------------------------------------------------
|
|
|
|
[MeasureCPU5]
|
|
Measure=CPU
|
|
Processor=5
|
|
|
|
[MeasureCPU6]
|
|
Measure=CPU
|
|
Processor=6
|
|
|
|
[CPUBar1]
|
|
Meter=Histogram
|
|
MeasureName=MeasureCPU1
|
|
X=37
|
|
Y=19
|
|
MeterStyle=MeterFormat_Histogram
|
|
|
|
[CPUBar2]
|
|
Meter=Histogram
|
|
MeasureName=MeasureCPU2
|
|
X=98r
|
|
Y=0r
|
|
MeterStyle=MeterFormat_Histogram
|
|
|
|
[CPUBar3]
|
|
Meter=Histogram
|
|
MeasureName=MeasureCPU3
|
|
X=98r
|
|
Y=0r
|
|
MeterStyle=MeterFormat_Histogram
|
|
|
|
[CPUBar4]
|
|
Meter=Histogram
|
|
MeasureName=MeasureCPU4
|
|
X=98r
|
|
Y=0r
|
|
MeterStyle=MeterFormat_Histogram
|
|
|
|
[CPUBar5]
|
|
Meter=Histogram
|
|
MeasureName=MeasureCPU5
|
|
X=98r
|
|
Y=0r
|
|
MeterStyle=MeterFormat_Histogram
|
|
|
|
[CPUBar6]
|
|
Meter=Histogram
|
|
MeasureName=MeasureCPU6
|
|
X=98r
|
|
Y=0r
|
|
MeterStyle=MeterFormat_Histogram
|
|
|
|
[CPU_Icon]
|
|
Meter=Image
|
|
ImageName=#@#Images\Weapons\CPU_icon4.png
|
|
X=-14
|
|
Y=0
|
|
|
|
;------------------------------------------------
|
|
|
|
[Test1]
|
|
Measure=Calc
|
|
Formula=MeasureCPU1 < #threshold# ? 0 : 1
|
|
|
|
[Test2]
|
|
Measure=Calc
|
|
Formula=MeasureCPU2 < #threshold# ? 0 : 1
|
|
|
|
[Test3]
|
|
Measure=Calc
|
|
Formula=MeasureCPU3 < #threshold# ? 0 : 1
|
|
|
|
[Test4]
|
|
Measure=Calc
|
|
Formula=MeasureCPU4 < #threshold# ? 0 : 1
|
|
|
|
[Test5]
|
|
Measure=Calc
|
|
Formula=MeasureCPU5 < #threshold# ? 0 : 1
|
|
|
|
[Test6]
|
|
Measure=Calc
|
|
Formula=MeasureCPU6 < #threshold# ? 0 : 1
|
|
|
|
[TestIcon]
|
|
Measure=Calc
|
|
Formula=Test1 + Test2 + Test3 + Test4
|
|
IfCondition=TestIcon=0
|
|
IfTrueAction=[!SetOption CPU_Icon ImageName #@#Images\Weapons\CPU_icon0.png]
|
|
IfCondition2=TestIcon=1
|
|
IfTrueAction2=[!SetOption CPU_Icon ImageName #@#Images\Weapons\CPU_icon1.png]
|
|
IfCondition3=TestIcon=2
|
|
IfTrueAction3=[!SetOption CPU_Icon ImageName #@#Images\Weapons\CPU_icon2.png]
|
|
IfCondition4=TestIcon=3
|
|
IfTrueAction4=[!SetOption CPU_Icon ImageName #@#Images\Weapons\CPU_icon3.png]
|
|
IfCondition5=TestIcon=4
|
|
IfTrueAction5=[!SetOption CPU_Icon ImageName #@#Images\Weapons\CPU_icon4.png]
|
|
|
|
|
|
|