Guest User

Untitled

a guest
Aug 13th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Rainmeter]
  2. Author=Spanktastic2120
  3. Update=25
  4. [Variables]
  5. @Include=#ROOTCONFIGPATH#\Variables.inc
  6. VARFILE=#ROOTCONFIGPATH#\Variables.inc
  7.  
  8. ;
  9. ;
  10. ;Measures
  11. ;
  12. ;
  13.  
  14. [mBackground]
  15. Measure=calc
  16. Formula=1
  17. UpdateDivider=1000000
  18.  
  19. [mUpload]
  20. Measure=NetOut
  21. MinValue=0
  22. MaxValue=#NetUp#
  23. UpdateDivider=10
  24.  
  25. [mDownload]
  26. Measure=NetIn
  27. MinValue=0
  28. MaxValue=#NetDown#
  29. UpdateDivider=10
  30.  
  31. [mUpCounterStart]
  32. Measure=Calc
  33. Formula=(mUpCounterStart + (mUpload / #NetUp#))
  34.  
  35. [mDownCounterStart]
  36. Measure=Calc
  37. Formula=(mDownCounterStart + (mDownload / #NetDown#))
  38.  
  39. [mEnd]
  40. Measure=Calc
  41. Formula=(PI / 2)
  42. UpdateDivider=1000000
  43.  
  44. ;
  45. ;
  46. ;Meters
  47. ;
  48. ;
  49.  
  50. [BackgroundOuter]
  51. Meter=RoundLine
  52. MeasureName=mBackground
  53. LineWidth=1
  54. LineLength=194
  55. LineStart=191
  56. StartAngle=-0
  57. RotationAngle=6.283185
  58. LineColor=0,0,0,100
  59. AntiAlias=1
  60. Solid=1
  61. h=1024
  62. w=1280
  63. x=0
  64. y=0
  65. Hidden=0
  66.  
  67. [BackgroundInner]
  68. Meter=RoundLine
  69. MeasureName=mBackground
  70. LineWidth=1
  71. LineLength=170
  72. LineStart=167
  73. StartAngle=-0
  74. RotationAngle=6.283185
  75. LineColor=0,0,0,100
  76. AntiAlias=1
  77. Solid=1
  78. h=1024
  79. w=1280
  80. x=0
  81. y=0
  82. Hidden=0
  83.  
  84. [Up]
  85. Meter=RoundLine
  86. MeasureName=mBackground
  87. DynamicVariables=1
  88. ControlAngle=0
  89. LineWidth=1
  90. LineLength=191
  91. LineStart=170
  92. StartAngle=-[mUpCounterStart]
  93. RotationAngle=[mEnd]
  94. LineColor=0,0,0,100
  95. AntiAlias=1
  96. Solid=1
  97. h=1024
  98. w=1280
  99. x=0
  100. y=0
  101.  
  102. [Down]
  103. Meter=RoundLine
  104. MeasureName=mBackground
  105. DynamicVariables=1
  106. ControlAngle=0
  107. LineWidth=1
  108. LineLength=191
  109. LineStart=170
  110. StartAngle=[mDownCounterStart]
  111. RotationAngle=[mEnd]
  112. LineColor=255,255,255,150
  113. AntiAlias=1
  114. Solid=1
  115. h=1024
  116. w=1280
  117. x=0
  118. y=0
Add Comment
Please, Sign In to add comment