Advertisement
Guest User

Untitled

a guest
May 28th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. [Rainmeter]
  2. BackgroundMode=0
  3. MouseOverAction=!execute [!RainmeterShowMeter btn][!RainmeterShowMeter set][!RainmeterShowMeter size][!RainmeterShowMeter MeterClose][!RainmeterShowMeter MeterChange][!RainmeterRedraw]
  4. MouseLeaveAction=!execute [!RainmeterHideMeter set][!RainmeterHideMeter btn][!RainmeterHideMeter size][!RainmeterHideMeter MeterClose][!RainmeterHideMeter MeterChange][!RainmeterRedraw]
  5. MouseActionCursor=0
  6. MiddleMouseUpAction=!RainmeterDeactivateConfig
  7. Update=86400000
  8. Blur=#globalblurenable#
  9. BlurRegion=#blurtype#,5,5,(#height#+5),(#height#+5),#blurcornerradius#
  10. ;Metadata added by RainBrowser
  11. ;http://rainmeter.net/RainCMS/?q=Rainmeter101_AnatomyOfASkin
  12.  
  13. [Metadata]
  14. Name=
  15. Config=
  16. Description=
  17. Instructions=
  18. Version=
  19. Author=Xyrfo and fediaFedia
  20. License=
  21. Variant=
  22. Preview=
  23.  
  24. ;End of added Metadata
  25.  
  26. [Variables]
  27. @include=#SKINSPATH#\WP7\Common\Variables\UserVariables.inc
  28. @include1=#SKINSPATH#\WP7\Common\Variables\Languages\lang.inc
  29. @include3=#CURRENTPATH#\size.inc
  30. @include4=#SKINSPATH#\WP7\Common\color\color.inc
  31. @include2=#CURRENTPATH#\UserVariables.inc
  32.  
  33. [shadow]
  34. Meter=Image
  35. ImageName=#SKINSPATH#\WP7\Common\Borders\#shadow#.png
  36. x=0
  37. y=0
  38. w=(#height#+10)
  39. h=(#height#+10)
  40. ImageTint=#bordercolor#
  41. Greyscale=1
  42.  
  43. [act]
  44. SolidColor=0,0,0,1
  45. x=5
  46. y=5
  47. Meter=image
  48. w=(#height#-10)
  49. h=#height#
  50.  
  51.  
  52. [bg]
  53. Meter=Image
  54. ImageName=#Imagedir#\btn3.png
  55. x=(5-#padding#)
  56. y=(5-#padding#)
  57. w=(#height#+#padding#*2)
  58. h=(#height#+#padding#*2)
  59. ImageTint=#colorskin#,#opacity#
  60. Greyscale=1
  61.  
  62. [btn]
  63. Meter=IMAGE
  64. ImageName=#Imagedir#\btn3.png
  65. x=(5-#padding#)
  66. y=(5-#padding#)
  67. w=(#height#+#padding#*2)
  68. h=(#height#+#padding#*2)
  69. Hidden=1
  70. ImageTint=#colorskin2#,#opacity2#
  71. Greyscale=1
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. ---no-stealing-by-fediafedia-and-xyrfo--
  80.  
  81. [MeterClose]
  82. Meter=BUTTON
  83. ButtonImage=#SKINSPATH#WP7\Common\Panel\close.png
  84. X=(#height#-10)
  85. y=5
  86. ButtonCommand=!RainmeterDeactivateConfig
  87. Hidden=1
  88.  
  89.  
  90. [DriveText1]
  91. FontSize=14
  92. FontFace=#FontFaceUI#
  93. Antialias=1
  94. ClipString=1
  95.  
  96. [size]
  97. Meter=BUTTON
  98. ButtonImage=#SKINSPATH#WP7\Common\Panel\size.png
  99. X=(#Height#-10)
  100. Y=(#Height#-10)
  101. ButtonCommand=!Execute ["#SKINSPATH#\WP7\Common\Size\size.exe" "#CURRENTCONFIG#" single]
  102. Hidden=1
  103. [set]
  104. Meter=BUTTON
  105. ButtonImage=#SKINSPATH#WP7\Common\Panel\settings.png
  106. X=(#height#-10)
  107. Y=20
  108. ButtonCommand=!Execute ["#SKINSPATH#WP7\Common\Config\config.exe" #CURRENTCONFIG#]
  109. Hidden=1
  110.  
  111. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  112.  
  113. ;=================================================
  114. ;
  115. ;
  116. ;
  117. ;
  118. ;
  119. ;
  120. ;
  121. ;=================================================
  122. ;[BEGIN CONFIG FILE]==============================
  123.  
  124.  
  125. [Rainmeter]
  126. Author=Jeffrey Morley
  127. BackgroundMode=1
  128. Update=500
  129. AppVersion=14001
  130.  
  131. [Variables]
  132. FontColor=255, 255, 255,
  133. FontFace=Tahoma
  134. BarColor=255, 255, 255,
  135.  
  136.  
  137.  
  138.  
  139. ;[CPU NAME]=======================================
  140.  
  141. [MeasureCPU]
  142. Measure=CPU
  143. UpdateDivider=2
  144.  
  145. [MeasureCPUName]
  146. Measure=Registry
  147. RegHKey=HKEY_LOCAL_MACHINE
  148. RegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0
  149. RegValue=ProcessorNameString
  150.  
  151.  
  152. [MeterCPUName]
  153. Meter=STRING
  154. MeasureName=MeasureCPUName
  155. X=15
  156. Y=17r
  157. FontColor=#FontColor#
  158. FontSize=8
  159. FontFace=#FontFace#
  160. AntiAlias=1
  161. Text="%1"
  162.  
  163. ;[CPU CLOCK SPEED]================================
  164.  
  165. [MeasureCPUMHz]
  166. Measure=Plugin
  167. Plugin=Plugins\PowerPlugin.dll
  168. PowerState=MHZ
  169. UpdateDivider=30
  170.  
  171. [MeterMHz]
  172. Meter=STRING
  173. MeasureName=MeasureCPUMHz
  174. X=15
  175. Y=15r
  176. FontColor=#FontColor#
  177. FontSize=8
  178. FontFace=#FontFace#
  179. AntiAlias=1
  180. Text="Clock Speed - %1 MHz"
  181.  
  182. ;[GATHER CPU UTILIZATION]=========================
  183.  
  184. [MeasureCPU0]
  185. Measure=Plugin
  186. Plugin=Perfmon.dll
  187. PerfMonObject="Processor"
  188. PerfMonInstance=0
  189. PerfMonCounter="% Processor Time"
  190. PerfMonDifference=1
  191. InvertMeasure=1
  192.  
  193. [MeasureCPU1]
  194. Measure=Plugin
  195. Plugin=Perfmon.dll
  196. PerfMonObject="Processor"
  197. PerfMonInstance=1
  198. PerfMonCounter="% Processor Time"
  199. PerfMonDifference=1
  200. InvertMeasure=1
  201.  
  202. [MeasureCPU2]
  203. Measure=Plugin
  204. Plugin=Perfmon.dll
  205. PerfMonObject="Processor"
  206. PerfMonInstance=2
  207. PerfMonCounter="% Processor Time"
  208. PerfMonDifference=1
  209. InvertMeasure=1
  210.  
  211. [MeasureCPU3]
  212. Measure=Plugin
  213. Plugin=Perfmon.dll
  214. PerfMonObject="Processor"
  215. PerfMonInstance=3
  216. PerfMonCounter="% Processor Time"
  217. PerfMonDifference=1
  218. InvertMeasure=1
  219.  
  220. ;[CPU0 UTILIZATION]===============================
  221.  
  222. [MeasureCPU0%]
  223. MeasureName=MeasureCPU0
  224. Meter=STRING
  225. Percentual=1
  226. X=15
  227. Y=20r
  228. FontColor=#FontColor#
  229. StringStyle=NORMAL
  230. FontSize=9
  231. StringAlign=LEFT
  232. FontFace=#FontFace#
  233. NumOfDecimals=0
  234. Text="CPU1 Usage: %1%"
  235. AntiAlias=1
  236.  
  237. [MeterCPUGraph0]
  238. Meter=Line
  239. MeasureName=MeasureCPU0
  240. Percentual=1
  241. X=10R
  242. Y=0r
  243. H=12
  244. W=40
  245. LineCount=1
  246. LineColor=255, 255, 255, 64
  247.  
  248. ;[CPU1 UTILIZATION]===============================
  249.  
  250. [MeasureCPU1%]
  251. MeasureName=MeasureCPU1
  252. Meter=STRING
  253. Percentual=1
  254. X=15
  255. Y=20r
  256. FontColor=#FontColor#
  257. StringStyle=NORMAL
  258. FontSize=9
  259. StringAlign=LEFT
  260. FontFace=#FontFace#
  261. NumOfDecimals=0
  262. Text="CPU2 Usage: %1%"
  263. AntiAlias=1
  264.  
  265. [MeterCPUGraph1]
  266. Meter=Line
  267. MeasureName=MeasureCPU1
  268. Percentual=1
  269. X=10R
  270. Y=0r
  271. H=12
  272. W=40
  273. LineCount=1
  274. LineColor=255, 255, 255, 500
  275.  
  276. ;[CPU2 UTILIZATION]===============================
  277.  
  278. [MeasureCPU2%]
  279. MeasureName=MeasureCPU2
  280. Meter=STRING
  281. Percentual=1
  282. X=15
  283. Y=20r
  284. FontColor=#FontColor#
  285. StringStyle=NORMAL
  286. FontSize=9
  287. StringAlign=LEFT
  288. FontFace=#FontFace#
  289. NumOfDecimals=0
  290. Text="CPU3 Usage: %1%"
  291. AntiAlias=1
  292.  
  293. [MeterCPUGraph2]
  294. Meter=Line
  295. MeasureName=MeasureCPU2
  296. Percentual=1
  297. X=10R
  298. Y=0r
  299. H=12
  300. W=40
  301. LineCount=1
  302. LineColor=255, 255, 255, 500
  303.  
  304.  
  305. [MeasureCPU3%]
  306. MeasureName=MeasureCPU3
  307. Meter=STRING
  308. Percentual=1
  309. X=15
  310. Y=20r
  311. FontColor=#FontColor#
  312. StringStyle=NORMAL
  313. FontSize=9
  314. StringAlign=LEFT
  315. FontFace=#FontFace#
  316. NumOfDecimals=0
  317. Text="CPU4 Usage: %1%"
  318. AntiAlias=1
  319.  
  320. [MeterCPUGraph3]
  321. Meter=Line
  322. MeasureName=MeasureCPU3
  323. Percentual=1
  324. X=10R
  325. Y=0r
  326. H=12
  327. W=40
  328. LineCount=1
  329. LineColor=255, 255, 255, 64
  330.  
  331. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  332.  
  333. [MeterPercent]
  334. MeasureName=MeasureCPU
  335. Meter=String
  336. X=50
  337. Y=12
  338. StringAlign=center
  339. StringStyle=NORMAL
  340. FontColor=#textcolor2#,255
  341. FontFace=#FontFaceLight#
  342. FontSize=12
  343. AntiAlias=1
  344. Percentual=1
  345. NumOfDecimals=0
  346. Text=Total: %1%
  347.  
  348.  
  349. ::::::::::::::::::::::::::::
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement