[Rainmeter]
Author=axerron.deviantart.com
Update=1000
BackgroundMode=1
MiddleMouseUpAction=!Execute ["#ROOTCONFIGPATH#Variables.txt"]
[Metadata]
Name=Skyrim CPU Meter
Description=CPU utilization meter inspired by Skyrim magicka indicator.
Instructions=Instructions: If you want to change the color of the bar, go to Variables.txt file or middle-mouse click on this skin.
Version=2.0
Tags= RAM | Skyrim | Memory | UI
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
;........................................................................
;Local Variables
;........................................................................
[Variables]
FontColorText=888888
FontColorLabel=f2f2f2
FontFace=Futura LT Condensed
FontSizeLabel=15
FontSizeText=12
StringEffect=SHADOW
FontEffectColor=3a3a3a
@include="#ROOTCONFIGPATH#Variables.txt"
;........................................................................
;Measures
;........................................................................
[MeasureCPUUsed]
Measure=CPU
Processor=0
[MeasureCPUBar]
Measure=CPU
Processor=0
InvertMeasure=1
;........................................................................
;Meters
;........................................................................
[CPUBarBackground]
Meter=Image
ImageName=#ROOTCONFIGPATH#Resources\skyrim_bar_background.png
X=120
Y=0
W=221
H=26
[MeterCPUUsedBar]
MeasureName=MeasureCPUBar
Meter=BAR
X=21r
Y=7r
W=178
H=13
BarImage=#CPUBarColor#
BarOrientation=HORIZONTAL
[MeterCPUUsedPrefix]
Meter=STRING
X=10
Y=5
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeText#
FontColor=#FontColorText#
StringAlign=Left
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="CPU Last"
AntiAlias=1
[MeterCPUUsed]
MeasureName=MeasureCPUUsed
Meter=STRING
X=2R
Y=2
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeLabel#
FontColor=#FontColorLabel#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="%1% "
AntiAlias=1
AutoScale=1