Advertisement
Guest User

look over

a guest
Aug 16th, 2018
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 KB | None | 0 0
  1. [Rainmeter]
  2. Author=NovaSev
  3. Update=1000
  4.  
  5. ;========================================== SOME INFORMATION FOR YOUR PLEASURE =================================================
  6.  
  7. ;I was going to include a ReadMe file but decided that alot of the information can be found from Rainmeter.net pretty easily in their
  8. ;documentation. Before that though, you'll see alot of the info you need commented within this file.
  9.  
  10. ;If you want to contact NovaSev for any reason, find me on Facebook @ http://www.facebook.com/NovaSev or contact me through
  11. ;http://novasev.com/contact.html - I hope you like the skin.
  12.  
  13. ;Also, I would love to see you all on my Facebook or Google+ pages to help make me feel happy about life in general :) Just search for NovaSev
  14.  
  15. [Metadata]
  16. Name=SN Common
  17. Description=Bar progress meter to show common different stats. Includes icons to open or perform actions. (Inspired from poiru's work)
  18. Instructions=The email is for Gmail, so change username and password to work with yours.
  19. Version=1.8.7
  20. License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
  21.  
  22. ;================================================================
  23. ;----------------------- VARIABLES ----------------------------
  24. ;================================================================
  25. ;Fonts for all aspects of skin - included in @Resources folder. It is highly recommended that you only edit the colors and location or
  26. ;password related variables. Anything else being edited with out proper experience can result in the skin no longer working correctly.
  27. [Variables]
  28. Font=Agency FB
  29. FS1=10
  30. FS2=14
  31. BarUsed=13A7C7
  32. BarTotal=225,225,225,55
  33. FCN=255,255,255,255
  34. FCT=13a7c7
  35. User=hackerrs6doe
  36. Pass=321etihw
  37.  
  38. ;================================================================
  39. ;------------------------ MEASURES ----------------------------
  40. ;================================================================
  41. ;Measures are parts of Rainmeter that your meters call in order to display information.
  42. [RSS]
  43. Measure=Plugin
  44. Plugin=Plugins\WebParser.dll
  45. Url=#Url#
  46. RegExp="(?siU)<title>(.+)</title>(.+)<entry(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>"
  47. StringIndex=1
  48. Substitute=#Substitute#
  49. FinishAction=!execute #ToggleLoading#[!RainmeterRedraw]
  50. Debug=1
  51.  
  52. [MeasureMailCount]
  53. Measure=WebParser
  54. Url=https://#User#:#Pass#@gmail.google.com/gmail/feed/atom
  55. RegExp=(?siU)<fullcount>(.*)</fullcount>
  56.  
  57.  
  58. ;================================================================
  59. ;------------------------ STYLES ------------------------------
  60. ;================================================================
  61. ;Styles are called by every meter that you see. They are used to control the looks (font, size, color, etc) of all the meters.
  62. [styleTitle]
  63. StringCase=UPPER
  64. StringStyle=BOLD
  65. StringEffect=SHADOW
  66. FontEffectColor=0,0,0,50
  67. FontColor=FF0009
  68. FontFace=#Font#
  69. FontSize=#FS2#
  70. AntiAlias=1
  71.  
  72. [styleLeftText]
  73. StringAlign=LEFT
  74. StringCase=NONE
  75. StringStyle=BOLD
  76. StringEffect=SHADOW
  77. FontEffectColor=0,0,0,20
  78. FontColor=#FCN#
  79. FontFace=#Font#
  80. FontSize=#FS1#
  81. AntiAlias=1
  82. ClipString=1
  83.  
  84. [styleRightText]
  85. StringAlign=RIGHT
  86. StringCase=NONE
  87. StringStyle=BOLD
  88. StringEffect=SHADOW
  89. FontEffectColor=0,0,0,20
  90. FontColor=FF0009
  91. FontFace=#Font#
  92. FontSize=#FS1#
  93. AntiAlias=1
  94. ClipString=1
  95.  
  96. [styleBar]
  97. BarColor=#BarUsed#
  98. BarOrientation=HORIZONTAL
  99. SolidColor=#BarTotal#
  100.  
  101. [styleSeperator]
  102. SolidColor=#BarTotal#
  103.  
  104. ;================================================================
  105. ;-------------------------- METERS -----------------------------
  106. ;================================================================
  107. ;This is everything that you'll see on your desktop here (Excluding hidden meters, which you can see after you
  108. ;click on a certain part of the skin to UN hide meters.
  109.  
  110. [meterTitle]
  111. Meter=STRING
  112. MeterStyle=styleTitle
  113. X=22
  114. Y=70
  115. Text="Misc"
  116. Angle=1.57
  117.  
  118. [TopProcess]
  119. Measure=Plugin
  120. Plugin=Plugins\AdvancedCPU.dll
  121. TopProcess=2
  122. CPUExclude=Idle
  123.  
  124. [MeasureOS]
  125. Measure=Plugin
  126. Plugin=Plugins\SysInfo.dll
  127. SysInfoType=OS_VERSION
  128.  
  129. [MeasureUser]
  130. Measure=Plugin
  131. Plugin=Plugins\SysInfo.dll
  132. SysInfoType=USER_NAME
  133.  
  134. [User]
  135. Meter=STRING
  136. MeterStyle=styleLeftText
  137. MeasureName=MeasureUser
  138. X=30
  139. Y=42
  140. W=290
  141. H=14
  142.  
  143. [OS]
  144. Meter=STRING
  145. MeterStyle=styleLeftText
  146. MeasureName=MeasureOS
  147. X=140
  148. Y=0r
  149. W=290
  150. H=14
  151. Text=%1
  152.  
  153. [Process]
  154. Meter=STRING
  155. MeterStyle=styleRightText
  156. MeasureName=TopProcess
  157. X=290
  158. Y=0r
  159. W=190
  160. H=14
  161.  
  162. [meterSeperator1]
  163. Meter=IMAGE
  164. MeterStyle=styleSeperator
  165. X=30
  166. Y=60
  167. W=260
  168. H=3
  169.  
  170. ; ------------------------------ 2nd Item: Trash
  171.  
  172. [MeasureBin]
  173. Measure=Plugin
  174. Plugin=RecycleManager.dll
  175. Drives=ALL
  176. RecycleType=COUNT
  177.  
  178. [MeasureSize]
  179. Measure=Plugin
  180. Plugin=RecycleManager.dll
  181. Drives=ALL
  182. RecycleType=SIZE
  183.  
  184. [meterLabelTrash]
  185. Meter=STRING
  186. MeterStyle=styleLeftText
  187. X=30
  188. Y=72
  189. W=290
  190. H=14
  191. Text=Trash
  192.  
  193. [MeterCount]
  194. Meter=STRING
  195. MeterStyle=styleRightText
  196. MeasureName=MeasureBin
  197. X=190
  198. Y=0r
  199. W=190
  200. H=14
  201. AntiAlias=1
  202. Postfix=" items"
  203.  
  204. [MeterSize]
  205. Meter=STRING
  206. MeterStyle=styleRightText
  207. MeasureName=MeasureSize
  208. X=290
  209. Y=0r
  210. W=190
  211. H=14
  212. AntiAlias=1
  213. Postfix="B"
  214. AutoScale=1
  215. NumOfDecimals=2
  216. LeftMouseDownAction=!execute [!RainmeterPluginBang "MeasureBin EmptyBin"]
  217. RightMouseUpAction =!execute [::{645FF040-5081-101B-9F08-00AA002F954E}]
  218. [BinAction]
  219. Measure=Calc
  220. Formula=MeasureBin
  221. IfAboveAction=!execute [!RainmeterHideMeter MeterBinEmpty][!RainmeterShowMeter MeterBinFull]
  222. IfAboveValue=0
  223. IfEqualAction=!execute [!RainmeterHideMeter MeterBinFull][!RainmeterShowMeter MeterBinEmpty]
  224. IfEqualValue=0
  225.  
  226. [meterSeperator2]
  227. Meter=IMAGE
  228. MeterStyle=styleSeperator
  229. X=30
  230. Y=90
  231. W=260
  232. H=3
  233.  
  234. ; ------------------------------ 3rd Item: Gmail
  235.  
  236. [Text]
  237. Meter=STRING
  238. MeterStyle=styleLeftText
  239. X=30
  240. Y=102
  241. W=290
  242. H=14
  243. FontColor=#Font Color#
  244. AntiAlias=1
  245. Text="You currenlty have: "
  246.  
  247. [Count]
  248. MeasureName=MeasureMailCount
  249. Meter=STRING
  250. MeterStyle=styleRightText
  251. X=210
  252. Y=0r
  253. W=290
  254. H=14
  255. Text=%1
  256.  
  257. [Text1]
  258. Meter=STRING
  259. MeterStyle=styleRightText
  260. X=290
  261. Y=0r
  262. W=290
  263. H=14
  264. Text=", new Emails"
  265. LeftMouseUpAction=["http://mail.google.com/mail/"][!RainmeterRefresh]
  266. MiddleMouseUpAction=[!RainmeterRefresh]
  267.  
  268. [meterSeperator3]
  269. Meter=IMAGE
  270. MeterStyle=styleSeperator
  271. X=30
  272. Y=120
  273. W=260
  274. H=3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement