Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- Author=Spanktastic2120
- Update=25
- [Variables]
- @Include=#ROOTCONFIGPATH#\Variables.inc
- VARFILE=#ROOTCONFIGPATH#\Variables.inc
- ;
- ;
- ;Measures
- ;
- ;
- [mBackground]
- Measure=calc
- Formula=1
- UpdateDivider=1000000
- [mUpload]
- Measure=NetOut
- MinValue=0
- MaxValue=#NetUp#
- UpdateDivider=10
- [mDownload]
- Measure=NetIn
- MinValue=0
- MaxValue=#NetDown#
- UpdateDivider=10
- [mUpCounterStart]
- Measure=Calc
- Formula=(mUpCounterStart + (mUpload / #NetUp#))
- [mDownCounterStart]
- Measure=Calc
- Formula=(mDownCounterStart + (mDownload / #NetDown#))
- [mEnd]
- Measure=Calc
- Formula=(PI / 2)
- UpdateDivider=1000000
- ;
- ;
- ;Meters
- ;
- ;
- [BackgroundOuter]
- Meter=RoundLine
- MeasureName=mBackground
- LineWidth=1
- LineLength=194
- LineStart=191
- StartAngle=-0
- RotationAngle=6.283185
- LineColor=0,0,0,100
- AntiAlias=1
- Solid=1
- h=1024
- w=1280
- x=0
- y=0
- Hidden=0
- [BackgroundInner]
- Meter=RoundLine
- MeasureName=mBackground
- LineWidth=1
- LineLength=170
- LineStart=167
- StartAngle=-0
- RotationAngle=6.283185
- LineColor=0,0,0,100
- AntiAlias=1
- Solid=1
- h=1024
- w=1280
- x=0
- y=0
- Hidden=0
- [Up]
- Meter=RoundLine
- MeasureName=mBackground
- DynamicVariables=1
- ControlAngle=0
- LineWidth=1
- LineLength=191
- LineStart=170
- StartAngle=-[mUpCounterStart]
- RotationAngle=[mEnd]
- LineColor=0,0,0,100
- AntiAlias=1
- Solid=1
- h=1024
- w=1280
- x=0
- y=0
- [Down]
- Meter=RoundLine
- MeasureName=mBackground
- DynamicVariables=1
- ControlAngle=0
- LineWidth=1
- LineLength=191
- LineStart=170
- StartAngle=[mDownCounterStart]
- RotationAngle=[mEnd]
- LineColor=255,255,255,150
- AntiAlias=1
- Solid=1
- h=1024
- w=1280
- x=0
- y=0
Add Comment
Please, Sign In to add comment