Guest User

RainFetch

a guest
Mar 24th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. [Rainmeter]
  2. update=1000
  3. used2d=1
  4. accuratetext=1
  5. Dynamicwindowsize=1
  6. -------------------------------------------------------------------------------------
  7.  
  8.  
  9. [MeasureScreenWidth]
  10. Measure=Plugin
  11. Plugin=SysInfo
  12. SysInfoType=SCREEN_WIDTH
  13. SysInfoData=1
  14.  
  15. [MeasureScreenHeight]
  16. Measure=Plugin
  17. Plugin=SysInfo
  18. SysInfoType=SCREEN_HEIGHT
  19. SysInfoData=1
  20.  
  21. [MeasurePhysMemTotal]
  22. Measure=PhysicalMemory
  23. Total=1
  24. UpdateDivider=3600
  25.  
  26.  
  27. [MeasurePhysMemUsed]
  28. Measure=PhysicalMemory
  29. UpdateDivider=2
  30.  
  31. [MeasureUptime]
  32. Measure=Uptime
  33. Format="%4!i! days %3!i! hours %2!i! mins %1!i! secs"
  34.  
  35. [MeasureUsedDiskSpace]
  36. Measure=FreeDiskSpace
  37. Drive=C:
  38. InvertMeasure=1
  39.  
  40. [MeasureTotalDiskSpace]
  41. Measure=FreeDiskSpace
  42. Drive=C:
  43. Total=1
  44.  
  45. [MeasureMyPictures]
  46. Measure=Plugin
  47. Plugin=QuotePlugin
  48. PathName=*Path to your pictures here*
  49. Subfolders=0
  50. FileFilter=*.jpg;*.gif;*.bmp;*.png
  51. UpdateDivider=100
  52.  
  53. [Foo]
  54. Measure=Plugin
  55. Plugin=NowPlaying
  56. PlayerName=CAD
  57. PlayerType=TITLE
  58.  
  59. [FooArtist]
  60. Measure=Plugin
  61. Plugin=NowPlaying
  62. PlayerName=CAD
  63. PlayerType=ARTIST
  64.  
  65. [FooAlbum]
  66. Measure=Plugin
  67. Plugin=NowPlaying
  68. PlayerName=CAD
  69. PlayerType=ALBUM
  70. -------------------------------------------------------------------------------------
  71.  
  72. [Variables]
  73. font=Montecarlo fixed 12
  74. fontsize=12
  75. fcolor=105,105,105
  76. fcolor2=31,31,31
  77. aa=1
  78.  
  79. [bg]
  80. Meter=Image
  81. w=500
  82. h=230
  83. solidcolor=255,255,255
  84.  
  85.  
  86. [Waifu?]
  87. Meter=image
  88. h=230
  89. w=230
  90. y=0
  91. x=0
  92. imagetint=31,31,31
  93. MeasureName=MeasureMyPictures
  94. LeftMouseUpAction=[!Refresh]
  95.  
  96. [namelabel]
  97. meter=string
  98. text=Name:
  99. Fontface=#font#
  100. Fontcolor=#fcolor#
  101. Fontsize=#fontsize#
  102. antialias=#aa#
  103. x=250
  104. y=12
  105.  
  106. [kernellabel]
  107. meter=string
  108. text=Kernel:
  109. Fontface=#font#
  110. Fontcolor=#fcolor#
  111. Fontsize=#fontsize#
  112. antialias=#aa#
  113. x=r
  114. y=15r
  115.  
  116. [OSlabel]
  117. meter=string
  118. text=OS:
  119. Fontface=#font#
  120. Fontcolor=#fcolor#
  121. Fontsize=#fontsize#
  122. antialias=#aa#
  123. x=r
  124. y=15r
  125.  
  126. [MemoryLabel]
  127. meter=string
  128. text=Memory:
  129. Fontsize=#fontsize#
  130. Fontface=#font#
  131. Fontcolor=#fcolor#
  132. antialias=#aa#
  133. x=r
  134. y=15r
  135.  
  136. [Uptimelabel]
  137. meter=string
  138. text=Uptime:
  139. Fontface=#font#
  140. Fontcolor=#fcolor#
  141. Fontsize=#fontsize#
  142. antialias=#aa#
  143. x=r
  144. y=15r
  145.  
  146. [Visualstylelabel]
  147. meter=string
  148. text=Visual Style:
  149. Fontsize=#fontsize#
  150. Fontface=#font#
  151. Fontcolor=#fcolor#
  152. antialias=#aa#
  153. x=r
  154. y=15r
  155.  
  156. [Resolutionlabel]
  157. meter=string
  158. text=Resolution:
  159. Fontface=#font#
  160. Fontsize=#fontsize#
  161. Fontcolor=#fcolor#
  162. antialias=#aa#
  163. x=r
  164. y=15r
  165.  
  166. [CPUlabel]
  167. meter=string
  168. text=CPU:
  169. Fontface=#font#
  170. Fontsize=#fontsize#
  171. Fontcolor=#fcolor#
  172. antialias=#aa#
  173. x=r
  174. y=15r
  175.  
  176. [GPUlabel]
  177. meter=string
  178. text=GPU:
  179. Fontface=#font#
  180. Fontsize=#fontsize#
  181. Fontcolor=#fcolor#
  182. antialias=#aa#
  183. x=r
  184. y=15r
  185.  
  186. [C:label]
  187. meter=string
  188. text=Disk Space:
  189. Fontface=#font#
  190. Fontsize=#fontsize#
  191. Fontcolor=#fcolor#
  192. antialias=#aa#
  193. x=r
  194. y=15r
  195.  
  196. [terminallabel]
  197. meter=string
  198. text=Terminal:
  199. Fontface=#font#
  200. Fontsize=#fontsize#
  201. Fontcolor=#fcolor#
  202. antialias=#aa#
  203. x=r
  204. y=15r
  205.  
  206.  
  207.  
  208. [SHelllabel]
  209. meter=string
  210. text=Shell:
  211. Fontface=#font#
  212. Fontsize=#fontsize#
  213. Fontcolor=#fcolor#
  214. antialias=#aa#
  215. x=r
  216. y=15r
  217.  
  218. [Musicplayerlabel]
  219. meter=string
  220. text=Music Player:
  221. Fontface=#font#
  222. Fontsize=#fontsize#
  223. Fontcolor=#fcolor#
  224. antialias=#aa#
  225. x=r
  226. y=15r
  227.  
  228. [Nowplayinglabel]
  229. Meter=string
  230. Text=Now Playing:
  231. fontface=#font#
  232. Fontsize=#fontsize#
  233. Fontcolor=#fcolor#
  234. antialias=#aa#
  235. x=r
  236. y=15r
  237.  
  238. [name]
  239. meter=string
  240. text= *Your name here*
  241. Fontface=#font#
  242. Fontsize=#fontsize#
  243. Fontcolor=#fcolor2#
  244. antialias=#aa#
  245. x=32r
  246. y=12
  247.  
  248. [kernel]
  249. meter=string
  250. text=*Your Kernel Here*
  251. fontface=#font#
  252. Fontsize=#fontsize#
  253. fontcolor=#fcolor2#
  254. antialias=#aa#
  255. x=13r
  256. y=15r
  257.  
  258. [OS]
  259. meter=string
  260. text=*your OS here*
  261. fontface=#font#
  262. Fontsize=#fontsize#
  263. fontcolor=#fcolor2#
  264. antialias=#aa#
  265. x=-25r
  266. y=15r
  267.  
  268. [memory]
  269. Meter=String
  270. MeasureName=MeasurePhysMemUsed
  271. FontColor=#fcolor2#
  272. fontface=#font#
  273. Fontsize=#fontsize#
  274. antialias=#aa#
  275. Text=[%1/*Total RAM in MB*]MB
  276. x=25r
  277. y=15r
  278. scale=1000000
  279. NumOfDecimals=0
  280.  
  281. [uptime]
  282. Meter=String
  283. MeasureName=MeasureUptime
  284. Text=%1
  285. FontColor=#fcolor2#
  286. fontface=#font#
  287. Fontsize=#fontsize#
  288. antialias=#aa#
  289. x=r
  290. y=15r
  291.  
  292. [Visual style]
  293. meter=string
  294. text=*Your VS*
  295. fontface=#font#
  296. Fontsize=#fontsize#
  297. fontcolor=#fcolor2#
  298. antialias=#aa#
  299. x=38r
  300. y=15r
  301.  
  302. [Resolution]
  303. Meter=String
  304. Y=15r
  305. x=-13r
  306. Fontsize=#fontsize#
  307. FontColor=#fcolor2#
  308. antialias=#aa#
  309. Text=*Screen Resolution*
  310. Fontface=#font#
  311.  
  312. [CPU]
  313. meter=string
  314. text=*Your CPU here*
  315. fontface=#font#
  316. Fontsize=#fontsize#
  317. fontcolor=#fcolor2#
  318. antialias=#aa#
  319. x=-42r
  320. y=15r
  321.  
  322. [GPU]
  323. meter=string
  324. text=*Your GPU here*
  325. fontface=#font#
  326. Fontsize=#fontsize#
  327. fontcolor=#fcolor2#
  328. antialias=#aa#
  329. x=r
  330. y=15r
  331.  
  332. [C:]
  333. Meter=String
  334. MeasureName=MeasureUsedDiskSpace
  335. MeasureName2=MeasureTotalDiskSpace
  336. Text=%1/%2 MB
  337. fontface=#font#
  338. Fontsize=#fontsize#
  339. fontcolor=#fcolor2#
  340. antialias=#aa#
  341. scale=100000000
  342. x=42r
  343. y=15r
  344.  
  345.  
  346. [terminal]
  347. Meter=string
  348. Text=Rainmeter
  349. fontface=#font#
  350. Fontsize=#fontsize#
  351. fontcolor=#fcolor2#
  352. antialias=#aa#
  353. x=-12r
  354. y=15r
  355.  
  356.  
  357. [SHell]
  358. Meter=string
  359. Text= Explorer
  360. fontface=#font#
  361. Fontsize=#fontsize#
  362. fontcolor=#fcolor2#
  363. antialias=#aa#
  364. x=-20r
  365. y=15r
  366.  
  367. [Msuic]
  368. Meter=string
  369. Text=Foobar
  370. fontface=#font#
  371. Fontsize=#fontsize#
  372. fontcolor=#fcolor2#
  373. antialias=#aa#
  374. x=43r
  375. y=15r
  376.  
  377.  
  378. [MeterTitle]
  379. Meter=String
  380. MeasureName=Foo
  381. MeasureName2=FooArtist
  382. X=-6r
  383. Y=15r
  384. fontface=#font#
  385. Fontsize=#fontsize#
  386. fontcolor=#fcolor2#
  387. antialias=#aa#
  388. Text=%2,%1
  389. LeftMouseUpAction=["C:\Program Files (x86)\foobar2000\foobar2000.exe"]
  390. clipstring=2
  391. clipstringh=15
  392. clipstringw=170
Advertisement
Add Comment
Please, Sign In to add comment