Advertisement
Guest User

Untitled

a guest
Feb 12th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 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=255, 255, 255, 150
  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. UpdateDivider=30
  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. ;[CPU0 UTILIZATION]===============================
  91.  
  92. [MeasureCPU0%]
  93. MeasureName=MeasureCPU0
  94. Meter=STRING
  95. Percentual=1
  96. X=15
  97. Y=20r
  98. FontColor=#FontColor#
  99. StringStyle=NORMAL
  100. FontSize=9
  101. StringAlign=LEFT
  102. FontFace=#FontFace#
  103. NumOfDecimals=1
  104. Text="CPU0 Usage: %1%"
  105. AntiAlias=1
  106.  
  107. [MeterCPUGraph0]
  108. Meter=Line
  109. MeasureName=MeasureCPU0
  110. Percentual=1
  111. X=10R
  112. Y=0r
  113. H=12
  114. W=40
  115. LineCount=1
  116. LineColor=255, 255, 255, 64
  117.  
  118. ;[CPU1 UTILIZATION]===============================
  119.  
  120. [MeasureCPU1%]
  121. MeasureName=MeasureCPU1
  122. Meter=STRING
  123. Percentual=1
  124. X=15
  125. Y=20r
  126. FontColor=#FontColor#
  127. StringStyle=NORMAL
  128. FontSize=9
  129. StringAlign=LEFT
  130. FontFace=#FontFace#
  131. NumOfDecimals=1
  132. Text="CPU1 Usage: %1%"
  133. AntiAlias=1
  134.  
  135. [MeterCPUGraph1]
  136. Meter=Line
  137. MeasureName=MeasureCPU1
  138. Percentual=1
  139. X=10R
  140. Y=0r
  141. H=12
  142. W=40
  143. LineCount=1
  144. LineColor=255, 255, 255, 64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement