Skip to content

Instantly share code, notes, and snippets.

@hyrious
Created April 25, 2017 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyrious/79dc021f3a389ffbe8a9f3c26f79fe1d to your computer and use it in GitHub Desktop.
Save hyrious/79dc021f3a389ffbe8a9f3c26f79fe1d to your computer and use it in GitHub Desktop.
[Rainmeter] Just Another Disturbing Thing on my Desktop
[Rainmeter]
Update=1000
[Metadata]
Name=MeasureNetInOut
Author=hyrious
Information=Just Another Disturbing Thing on my Desktop
License=WTFPLv2
Version=0.01
[Variables]
Interface=Best
MinValue=0
MaxDownloadMbits=4
MaxUploadMbits=4
AvrSize=6
DynVar=1
[MeasureNetIn]
Measure=NetIn
Interface=#Interface#
MinValue=#MinValue#
MaxValue=(#MaxDownloadMbits# * 1048576)
AverageSize=#AvrSize#
DynamicVariables=#DynVar#
[MeasureNetOut]
Measure=NetOut
Interface=#Interface#
MinValue=#MinValue#
MaxValue=(#MaxUploadMbits# * 1048576)
AverageSize=#AvrSize#
DynamicVariables=#DynVar#
[MeasureInDelay]
Measure=Calc
Formula=MeasureNetIn
[MeasureOutDelay]
Measure=Calc
Formula=MeasureNetOut
[LineStyle]
X=0
W=#SCREENAREAWIDTH#
SolidColor=00000000
SolidColor2=11223399
GradientAngle=90
AutoScale=1
AntiAlias=1
LineCount=1
LineWidth=2
[MeterLineOut]
Meter=Line
MeterStyle=LineStyle
Y=(25+46)
H=25
MeasureName=MeasureNetOut
LineColor=102,204,255,255
[MeterLineIn]
Meter=Line
MeterStyle=LineStyle
Y=46
H=50
MeasureName=MeasureNetIn
LineColor=140,252,124,255
[StringStyle]
FontFace=mononoki
FontSize=12
StringStyle=Bold
Y=0
X=#SCREENAREAWIDTH#
StringAlign=Right
InlineSetting=Shadow | 0 | 0 | 1.4 | FFFFFF
InlineSetting2=Shadow | 1 | 1 | 1.4 | 001111
InlineSetting3=Shadow | 1 | 1 | 1.4 | 001111
AntiAlias=1
AutoScale=1
NumOfDecimals=0
Text=%1b/s
[MeterStringIn]
MeterStyle=StringStyle
Meter=String
FontColor=140,252,124,255
MeasureName=MeasureInDelay
[MeterStringOut]
MeterStyle=StringStyle
Meter=String
Y=R
FontColor=102,204,255,255
MeasureName=MeasureOutDelay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment