Table of Contents

Doom Guy CPU Meter

Description

Doom guy starts suffering more and more as the average CPU load goes up.

Download

Code

[Rainmeter]
Update=1000
AccurateText=1

[Metadata]
Name=DoomCPU
Author=Wizardry and Steamworks
Information=A CPU utilization meter based on Doom guy.
Version=1.0
License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0

[MeasureCPU]
Measure=CPU
Processor=0
IfCondition=(MeasureCPU >= 0) && (MeasureCPU < 25)
IfTrueAction=[!SetOption DoomGuy ImageName "#@#Images\0.png"]
IfCondition2=(MeasureCPU >= 25) && (MeasureCPU < 50)
IfTrueAction2=[!SetOption DoomGuy ImageName "#@#Images\25.png"]
IfCondition3=(MeasureCPU >= 50) && (MeasureCPU < 75)
IfTrueAction3=[!SetOption DoomGuy ImageName "#@#Images\50.png"]
IfCondition4=(MeasureCPU >= 75) && (MeasureCPU < 100)
IfTrueAction4=[!SetOption DoomGuy ImageName "#@#Images\100.png"]
OnUpdateAction=[!UpdateMeter MeterCPU][!Redraw]

[DoomGuy]
Meter=Image
AntiAlias=0
W=143
H=183
ImageName=#@#Images\0.png