[Rainmeter] Update=1000 @Include=#@#Globals\MeasurePower.inc Active=1 WindowX=0 WindowY=0 [Metadata] Name=Battery Power Meter Author=Tuxwonder Information=This skin measures the amount of battery power you have left on your computer. Less bars, less power License= Version=1.0.0 [BarCalc] Measure=Calc Formula=Ceil(MeasurePower_Percent*0.3)/30 IfCondition=BarCalc*30>=20 IfTrueAction=[!SetOption MeterPower BarImage "#@#Images\Hull\meter_good.png"] IfCondition2=(BarCalc*30>=10) && (BarCalc*30<20) IfTrueAction2=[!SetOption MeterPower BarImage "#@#Images\Hull\meter_ok.png"] IfCondition3=BarCalc*30<10 IfTrueAction3=[!SetOption MeterPower BarImage "#@#Images\Hull\meter_bad.png"] OnUpdateAction=[!UpdateMeter MeterPower][!Redraw] [MeterHud] Meter=Image ImageName=#@#Images\Hull\power_hud.png [MeterPower] Meter=Bar X=10r MeasureName=BarCalc BarImage=#@#Images\Hull\meter_good.png BarOrientation=Horizontal