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.
155 lines
3.0 KiB
155 lines
3.0 KiB
4 years ago
|
[Rainmeter]
|
||
|
Update=400
|
||
|
|
||
|
@Include=#@#Globals\MeasureCPU.inc
|
||
|
@Include2=#@#Globals\Formats.inc
|
||
|
@Include3=#@#Globals\MeasureTemp.inc
|
||
|
|
||
|
[Metadata]
|
||
|
Name=CPU Usage Histograms: Eight Core
|
||
|
Author=Tuxwonder + Secopree
|
||
|
Information=This meter measures your CPU usage for each individual CPU core. This specific skin measures for an eight core system, but puts the extra cores on top of the existing four in order to save screen space.
|
||
|
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_hud8_stacked.png
|
||
|
|
||
|
;---CPU_HISTOS--------------------------------------------------------------------
|
||
|
|
||
|
[MeasureCPU5]
|
||
|
Measure=CPU
|
||
|
Processor=5
|
||
|
|
||
|
[MeasureCPU6]
|
||
|
Measure=CPU
|
||
|
Processor=6
|
||
|
|
||
|
[MeasureCPU7]
|
||
|
Measure=CPU
|
||
|
Processor=7
|
||
|
|
||
|
[MeasureCPU8]
|
||
|
Measure=CPU
|
||
|
Processor=8
|
||
|
|
||
|
[CPUBar5]
|
||
|
Meter=Histogram
|
||
|
MeasureName=MeasureCPU5
|
||
|
X=37
|
||
|
Y=19
|
||
|
MeterStyle=MeterFormat_Histogram
|
||
|
|
||
|
[CPUBar6]
|
||
|
Meter=Histogram
|
||
|
MeasureName=MeasureCPU6
|
||
|
X=98r
|
||
|
Y=0r
|
||
|
MeterStyle=MeterFormat_Histogram
|
||
|
|
||
|
[CPUBar7]
|
||
|
Meter=Histogram
|
||
|
MeasureName=MeasureCPU7
|
||
|
X=98r
|
||
|
Y=0r
|
||
|
MeterStyle=MeterFormat_Histogram
|
||
|
|
||
|
[CPUBar8]
|
||
|
Meter=Histogram
|
||
|
MeasureName=MeasureCPU8
|
||
|
X=98r
|
||
|
Y=0r
|
||
|
MeterStyle=MeterFormat_Histogram
|
||
|
|
||
|
[CPUBar1]
|
||
|
Meter=Histogram
|
||
|
MeasureName=MeasureCPU1
|
||
|
X=37
|
||
|
Y=61
|
||
|
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
|
||
|
|
||
|
[CPU_Icon]
|
||
|
Meter=Image
|
||
|
ImageName=#@#Images\Weapons\CPU_icon4.png
|
||
|
X=-14
|
||
|
Y=41
|
||
|
|
||
|
;------------------------------------------------
|
||
|
|
||
|
[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
|
||
|
|
||
|
[Test7]
|
||
|
Measure=Calc
|
||
|
Formula=MeasureCPU7 < #threshold# ? 0 : 1
|
||
|
|
||
|
[Test8]
|
||
|
Measure=Calc
|
||
|
Formula=MeasureCPU8 < #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]
|
||
|
|
||
|
|
||
|
|