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.
37 lines
947 B
37 lines
947 B
4 years ago
|
[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
|