Spazdmo

Download.ini for CircuitousTwo RMSKIN

Nov 4th, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3. Group=circa2
  4.  
  5. [Metadata]
  6. Name=Circuitous | Nic Upload
  7. Author=Flying Hyrax | flyinghyrax.deviantart.com
  8. Information=Displays inbound/download traffic over the computer's network interface card, relative to a user specified maximum. | Mouse over the main text to display your computer's WAN IP address in a tooltip. | Adjust the maximum download speed of your network connection in the Settings.ini skin.
  9. Version=1.0
  10. License=Creative Commons BY-NC-SA 3.0
  11.  
  12. @include1=#@#Settings.txt
  13. @include2=#@#Appearance.txt
  14.  
  15. @include3="#@#Styles\common.inc"
  16. @include4="#@#Styles\#orient#.inc"
  17.  
  18. [mDownload]
  19. Measure=NetIn
  20. Interface=0
  21.  
  22. [AdjustedRate]
  23. Measure=Calc
  24. Formula=(mDownload * 8)
  25.  
  26. [mDownloadPercent]
  27. Measure=Calc
  28. Formula=(mDownload/#downloadMax#)
  29.  
  30. [mWanIp]
  31. Measure=Plugin
  32. Plugin=WebParser
  33. URL="http://icanhazip.com/"
  34. RegExp=(.*)
  35. StringIndex=1
  36. Substitute="":"n/a"
  37. UpdateRate=43200
  38.  
  39. @include5="#@#sharedMeters.inc"
  40.  
  41. [pie]
  42. Meter=ROUNDLINE
  43. MeterStyle=roundlineCommon | pieCommon
  44. MeasureName=mDownloadPercent
  45.  
  46. [divider]
  47. Meter=IMAGE
  48. MeterStyle=dividerStyle | dividerCommon
  49.  
  50. [mainText]
  51. Meter=STRING
  52. MeterStyle=mainTextStyle | mainTextCommon
  53. MeasureName=mDownloadPercent
  54. MeasureName2=mWanIp
  55. Percentual=1
  56. ToolTipText="wan: %2"
  57. Text="dl %1%"
  58.  
  59. [subText]
  60. Meter=STRING
  61. MeterStyle=subTextStyle | subTextCommon
  62. MeasureName=AdjustedRate
  63. Text="%1b/s"
  64. AutoScale=1
Add Comment
Please, Sign In to add comment