Code: Select all
[Rainmeter]
Update=1000
DefaultUpdateDivider=1
DynamicWindowSize=1
AccurateText=1
[.case1]
X=0
Y=5R
H=[#CURRENTSECTION#:W]
Shape=Rectangle 0,0,128,128 | StrokeWidth 0 | Fill Color 255,0,0,255
Shape2=Rectangle 0,0,128,128 | StrokeWidth 0
Shape3=Combine Shape | Intersect Shape2 | Scale ([#CURRENTSECTION#:W]/128),([#CURRENTSECTION#:W]/128),0,0
Shape4=Rectangle 12,12,104,104 | StrokeWidth 0 | Fill Color 0,255,0,255
Shape5=Combine Shape4 | Intersect Shape2 | Scale ([#CURRENTSECTION#:W]/128),([#CURRENTSECTION#:W]/128),0,0
DynamicVariables=1
[.case2]
X=5R
Y=r
Shape4=Rectangle 12,12,104,104 | StrokeWidth 1 | Fill Color 0,255,0,255
[Test1]
Meter=Shape
MeterStyle=.case1
W=64
[Test2]
Meter=Shape
MeterStyle=.case1 | .case2
W=64
[Test3]
Meter=Shape
MeterStyle=.case1
W=128
[Test4]
Meter=Shape
MeterStyle=.case1 | .case2
W=128
[Test5]
Meter=Shape
MeterStyle=.case1
W=256
[Test6]
Meter=Shape
MeterStyle=.case1 | .case2
W=256
I'm using Rainmeter 4.4.0.3348 beta
Edit: Corrected Update from 1 to 1000. Was a mistake, doesn't change the outcome on my end.