Advertisement
Guest User

Untitled

a guest
May 12th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 3.88 KB | None | 0 0
  1. ;=================================================
  2. ; Rainmeter configuration file
  3. ; Updated April 19, 2009
  4. ;
  5. ; I owe thanks for:
  6. ; NonartGrey by RRunner
  7. ; MultiCPU by Rainy
  8. ;
  9. ;=================================================
  10.  
  11. ;[BEGIN CONFIG FILE]==============================
  12.  
  13. [Rainmeter]
  14. Author=Jeffrey Morley
  15. BackgroundMode=1
  16. Update=500
  17. AppVersion=14001
  18.  
  19. [Variables]
  20. FontColor=#textcolor15#
  21. FontFace=Tahoma
  22. BarColor=255, 255, 255, 64
  23.  
  24.  
  25.  
  26.  
  27. ;[CPU NAME]=======================================
  28.  
  29. [MeasureCPU]
  30. Measure=CPU
  31. UpdateDivider=2
  32.  
  33. [MeasureCPUName]
  34. Measure=Registry
  35. RegHKey=HKEY_LOCAL_MACHINE
  36. RegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0
  37. RegValue=ProcessorNameString
  38.  
  39.  
  40. [MeterCPUName]
  41. Meter=STRING
  42. MeasureName=MeasureCPUName
  43. X=15
  44. Y=17r
  45. FontColor=#FontColor#
  46. FontSize=8
  47. FontFace=#FontFace#
  48. AntiAlias=1
  49. Text="%1"
  50.  
  51. ;[CPU CLOCK SPEED]================================
  52.  
  53. [MeasureCPUMHz]
  54. Measure=Plugin
  55. Plugin=Plugins\PowerPlugin.dll
  56. PowerState=MHZ
  57. UpdateDivider=30
  58.  
  59. [MeterMHz]
  60. Meter=STRING
  61. MeasureName=MeasureCPUMHz
  62. X=15
  63. Y=15r
  64. FontColor=#FontColor#
  65. FontSize=8
  66. FontFace=#FontFace#
  67. AntiAlias=1
  68. Text="Clock Speed - %1 MHz"
  69.  
  70. ;[GATHER CPU UTILIZATION]=========================
  71.  
  72. [MeasureCPU0]
  73. Measure=Plugin
  74. Plugin=Perfmon.dll
  75. PerfMonObject="Processor"
  76. PerfMonInstance=0
  77. PerfMonCounter="% Processor Time"
  78. PerfMonDifference=1
  79. InvertMeasure=1
  80.  
  81. [MeasureCPU1]
  82. Measure=Plugin
  83. Plugin=Perfmon.dll
  84. PerfMonObject="Processor"
  85. PerfMonInstance=1
  86. PerfMonCounter="% Processor Time"
  87. PerfMonDifference=1
  88. InvertMeasure=1
  89.  
  90. [MeasureCPU2]
  91. Measure=Plugin
  92. Plugin=Perfmon.dll
  93. PerfMonObject="Processor"
  94. PerfMonInstance=2
  95. PerfMonCounter="% Processor Time"
  96. PerfMonDifference=1
  97. InvertMeasure=1
  98.  
  99. [MeasureCPU3]
  100. Measure=Plugin
  101. Plugin=Perfmon.dll
  102. PerfMonObject="Processor"
  103. PerfMonInstance=3
  104. PerfMonCounter="% Processor Time"
  105. PerfMonDifference=1
  106. InvertMeasure=1
  107.  
  108. ;[CPU0 UTILIZATION]===============================
  109.  
  110. [MeasureCPU0%]
  111. MeasureName=MeasureCPU0
  112. Meter=STRING
  113. Percentual=1
  114. X=15
  115. Y=20r
  116. FontColor=#FontColor#
  117. StringStyle=NORMAL
  118. FontSize=9
  119. StringAlign=LEFT
  120. FontFace=#FontFace#
  121. NumOfDecimals=0
  122. Text="CPU1 Usage: %1%"
  123. AntiAlias=1
  124.  
  125. [MeterCPUGraph0]
  126. Meter=Line
  127. MeasureName=MeasureCPU0
  128. Percentual=1
  129. X=10R
  130. Y=0r
  131. H=12
  132. W=40
  133. LineCount=1
  134. LineColor=255, 255, 255, 64
  135.  
  136. ;[CPU1 UTILIZATION]===============================
  137.  
  138. [MeasureCPU1%]
  139. MeasureName=MeasureCPU1
  140. Meter=STRING
  141. Percentual=1
  142. X=15
  143. Y=20r
  144. FontColor=#FontColor#
  145. StringStyle=NORMAL
  146. FontSize=9
  147. StringAlign=LEFT
  148. FontFace=#FontFace#
  149. NumOfDecimals=0
  150. Text="CPU2 Usage: %1%"
  151. AntiAlias=1
  152.  
  153. [MeterCPUGraph1]
  154. Meter=Line
  155. MeasureName=MeasureCPU1
  156. Percentual=1
  157. X=10R
  158. Y=0r
  159. H=12
  160. W=40
  161. LineCount=1
  162. LineColor=255, 255, 255, 64
  163.  
  164. ;[CPU2 UTILIZATION]===============================
  165.  
  166. [MeasureCPU2%]
  167. MeasureName=MeasureCPU2
  168. Meter=STRING
  169. Percentual=1
  170. X=15
  171. Y=20r
  172. FontColor=#FontColor#
  173. StringStyle=NORMAL
  174. FontSize=9
  175. StringAlign=LEFT
  176. FontFace=#FontFace#
  177. NumOfDecimals=0
  178. Text="CPU3 Usage: %1%"
  179. AntiAlias=1
  180.  
  181. [MeterCPUGraph2]
  182. Meter=Line
  183. MeasureName=MeasureCPU2
  184. Percentual=1
  185. X=10R
  186. Y=0r
  187. H=12
  188. W=40
  189. LineCount=1
  190. LineColor=255, 255, 255, 64
  191.  
  192.  
  193. [MeasureCPU3%]
  194. MeasureName=MeasureCPU3
  195. Meter=STRING
  196. Percentual=1
  197. X=15
  198. Y=20r
  199. FontColor=#FontColor#
  200. StringStyle=NORMAL
  201. FontSize=9
  202. StringAlign=LEFT
  203. FontFace=#FontFace#
  204. NumOfDecimals=0
  205. Text="CPU4 Usage: %1%"
  206. AntiAlias=1
  207.  
  208. [MeterCPUGraph3]
  209. Meter=Line
  210. MeasureName=MeasureCPU3
  211. Percentual=1
  212. X=10R
  213. Y=0r
  214. H=12
  215. W=40
  216. LineCount=1
  217. LineColor=255, 255, 255, 64
  218.  
  219. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  220.  
  221. [MeterPercent]
  222. MeasureName=MeasureCPU
  223. Meter=String
  224. X=30
  225. Y=0
  226. StringAlign=center
  227. StringStyle=NORMAL
  228. FontColor=#textcolor2#,255
  229. FontFace=#FontFaceLight#
  230. FontSize=12
  231. AntiAlias=1
  232. Percentual=1
  233. NumOfDecimals=0
  234. Text=%1%
  235.  
  236.  
  237. ::::::::::::::::::::::::::::
  238.  
  239. [Background]
  240. Meter=IMAGE
  241. SolidColor=0,0,0,35
  242. X=0
  243. Y=0
  244. W=200
  245. H=150
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement