[Rainmeter]
Author=MBGD
AppVersion=14000
;Metadata added by RainBrowser
;
http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D
[Metadata]
Name=
Config=
Description=Meter for measuring CPU usage.
Instructions=
Version=1.0
Tags=
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Variant=
Preview=
;End of added Metadata
[Variables]
fontColor.Text=215, 52, 52, 255
graph.line1=35, 167, 174, 255
graph.line2=35, 167, 174, 100
FontName=Prototype
AntiAlias=1
;===========================================
; Set CPU to Measure
;===========================================
[MeasureCPU]
Measure=CPU
;===========================================
; Top 100% Red Line and Red Shading
;===========================================
[MeterCPUTopLine]
Meter=IMAGE
X=40
Y=29
W=348
H=1
SolidColor=215, 52, 52, 255
[MeterCPUTopLine2]
Meter=IMAGE
X=40
Y=30
W=348
H=4
SolidColor=215, 52, 52, 255
;===========================================
; CPU Graph 1=Line 2=Transparent Shading
;===========================================
[CPUGraph1]
Meter=Line
MeasureName=MeasureCPU
X=40
Y=30
H=40
W=348
LineCount=1
LineColor=#graph.line1#
AntiAlias=1
[CPUGraph2]
Meter=HISTOGRAM
MeasureName=MeasureCPU
X=0r
Y=0r
H=39
W=348
PrimaryColor=#graph.line2#
AntiAlias=1
;===========================================
; CPU Graph Label
;===========================================
[LabelCPU]
Meter=STRING
X=15
Y=10
FontColor=215, 52, 52, 255
FontFace=#FontName#
FontSize=10
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
Text="AMD Phenom II X4 945"
AntiAlias=1
;===========================================
; CPU Graph % Used
;===========================================
[CPUUsage%]
Meter=STRING
MeasureName=MeasureCPU
X=190
Y=10
FontColor=215, 52, 52, 255
FontFace=#FontName#
FontSize=10
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
AntiAlias=1
Text="%1%"
;===========================================
; CPU Graph 0% & 100% Labels
;===========================================
[Label100]
Meter=STRING
X=14
Y=28
FontColor=160, 52, 52, 255
FontFace=#FontName#
FontSize=6
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
Text="100%"
AntiAlias=1
[Label0]
Meter=STRING
X=20
Y=63
FontColor=35, 167, 174, 255
FontFace=#FontName#
FontSize=6
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
Text="0%"
AntiAlias=1