After fixing my silly mistakes, I am nearly there with this skin!
I still could do with some help with download/upload formulas please.
As well as solving the issue with placement of the line part of the meters.
I just can't seem to figure these out.
Thanks for your help.![Thumbs Up :thumbup:]()

I still could do with some help with download/upload formulas please.
As well as solving the issue with placement of the line part of the meters.
I just can't seem to figure these out.
Thanks for your help.

Code:
[Variables]; Adjust Bar size to suit:BarW=14BarH=45; Specify Speed in MB/s:DownSpeed=30.00UpSpeed=10.00; Specify BinSize in GB:BinSize=50[sBar2]DynamicVariables=1Shape=Rectangle 0, 0, ([#[#CURRENTSECTION]]=1?0:#BarW#), -#BarH# | StrokeWidth 0 | Fill Color #Bg#Group=BarBgX=([#[#CURRENTSECTION]]=1 ? 0 : 2)RY=#BarH#; SHAPE = Bg; SHAPE2=Bar; SHAPE3=Line[4Stat] ; NET downloadMeter=ShapeMeterStyle=sBar2Shape2=Rectangle 0, 0, ([#[#CURRENTSECTION]]=1?0:#BarW#), (([&m[#CURRENTSECTION]:%]/#DownSpeed#)*(-#BarH#)) | StrokeWidth 0 | Fill Color [#C[#CURRENTSECTION]],#BarAlphe#Shape3=Rectangle 0, (([&m[#CURRENTSECTION]:%]/#DownSpeed#)*(-#BarH#)), ([#[#CURRENTSECTION]]=1?0:#BarW#), 2 | StrokeWidth 0 | Fill Color [#C[#CURRENTSECTION]][5Stat] ; NET uploadMeter=ShapeMeterStyle=sBar2Shape2=Rectangle 0, 0, ([#[#CURRENTSECTION]]=1?0:#BarW#), (([&m[#CURRENTSECTION]:%]/#UPSpeed#)*(-#BarH#)) | StrokeWidth 0 | Fill Color [#C[#CURRENTSECTION]],#BarAlphe#Shape3=Rectangle 0, (([&m[#CURRENTSECTION]:%]/#UPSpeed#)*(-#BarH#)), ([#[#CURRENTSECTION]]=1?0:#BarW#), 2 | StrokeWidth 0 | Fill Color [#C[#CURRENTSECTION]]
Statistics: Posted by sl23 — Today, 11:11 am