Advertisement
Guest User

Untitled

a guest
Feb 9th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. [Rainmeter]
  2. Update=500
  3. Background=#@#Background.png
  4. BackgroundMode=3
  5. BackgroundMargins=0,34,0,14
  6. ContextTitle=Settings
  7. ContextAction=[!ActivateConfig "illustro Monitor\Settings"]
  8.  
  9. [Metadata]
  10. Author=Funky7Monkey
  11. License=Creative Commons BY-NC-SA 4.0
  12. Description=Displays network usage.
  13. Version=1.0.0
  14.  
  15. [Variables]
  16. @Include=#@#Settings.inc
  17.  
  18. ;--Measures--
  19.  
  20. [measureNetIn]
  21. Measure=NetIn
  22. UseBits=1
  23. Interface=Best
  24. NetInSpeed=(#MaxDownload# * 1048576)
  25.  
  26. [measureNetOut]
  27. Measure=NetOut
  28. UseBits=1
  29. Interface=Best
  30. NetOutSpeed=(#maxUpload# * 1048576)
  31.  
  32. ;--Meters--
  33.  
  34. [meterTitle]
  35. Meter=String
  36. MeterStyle=styleTitle
  37. X=100
  38. Y=12
  39. Text=Network
  40. LeftMouseUpAction=!Execute ["::{26EE0668-A00A-44D7-9371-BEB064C98683}\3\::{8E908FC9-BECC-40F6-915B-F4CA0E70D03D}"]
  41. ToolTipText="Open Network and Sharing Center"
  42.  
  43. [meterUploadBar]
  44. Meter=Bar
  45. MeterStyle=styleBar
  46. MeasureName=measureNetOut
  47. X=10
  48. Y=52
  49. W=190
  50.  
  51. [meterUploadLabel]
  52. Meter=String
  53. MeterStyle=styleLeftText
  54. X=0r
  55. Y=-12r
  56. Text=Upload
  57.  
  58. [meterUploadValue]
  59. Meter=String
  60. MeterStyle=styleRightText
  61. MeasureName=measureNetOut
  62. X=190r
  63. Y=0r
  64. Text=%1b/s
  65. NumOfDecimals=1
  66. AutoScale=1
  67.  
  68. [meterDownloadBar]
  69. Meter=Bar
  70. MeterStyle=styleBar
  71. MeasureName=measureNetIn
  72. X=10
  73. Y=32r
  74. W=190
  75.  
  76. [meterDownloadLabel]
  77. Meter=String
  78. MeterStyle=styleLeftText
  79. X=10
  80. Y=-12r
  81. Text=Download
  82.  
  83. [meterDownloadValue]
  84. Meter=String
  85. MeterStyle=styleRightText
  86. MeasureName=measureNetIn
  87. X=190r
  88. Y=0r
  89. Text=%1b/s
  90. NumOfDecimals=1
  91. AutoScale=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement