home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / bonus / softreview / files / rainmeter-0.10.exe / SysMeter.ini < prev    next >
INI File  |  2003-02-09  |  2KB  |  145 lines

  1. ;
  2. ; Rainmeter configuration file
  3. ;
  4.  
  5. [Rainmeter]
  6. Background=Sphere.png
  7. BackgroundMode=0
  8.  
  9. ;
  10. ; Define all measures first. The measures are used to measure things.
  11. ; Normally you create just one measure per thing that is measured even
  12. ; if you use different meters to shoe the results.
  13. ;
  14.  
  15. [MeasureCPU]
  16. Measure=CPU
  17.  
  18. [MeasureNetIn]
  19. Measure=NetIn
  20.  
  21. [MeasureNetOut]
  22. Measure=NetOut
  23.  
  24. [MeasureUptime]
  25. Measure=Uptime
  26.  
  27. ;
  28. ; We'll also have these cumulative measures even though they are not drawn.
  29. ; This way the stats are gathered even if this skin is used (and they will 
  30. ; show in the About dialog).
  31. ;
  32. [MeasureNetInAll]
  33. Measure=NetIn
  34. Cumulative=1
  35.  
  36. [MeasureNetOutAll]
  37. Measure=NetOut
  38. Cumulative=1
  39.  
  40. ;
  41. ; Define all meters. The meters are the visual representations of the
  42. ; measured values. You can bind several meters to a one measure.
  43. ;
  44.  
  45. [MeterCPU]
  46. Meter=LINE
  47. MeasureName=MeasureCPU
  48. X=25
  49. Y=33
  50. W=56
  51. H=40
  52. LineCount=1
  53. LineColor=255,255,255,128
  54. AntiAlias=1
  55.  
  56. [MeterNetInBar]
  57. MeasureName=MeasureNetIn
  58. Meter=BITMAP
  59. X=9
  60. Y=16
  61. BitmapImage=LeftBar.png
  62. BitmapFrames=9
  63.  
  64. [MeterNetOutBar]
  65. MeasureName=MeasureNetOut
  66. Meter=BITMAP
  67. X=69
  68. Y=16
  69. BitmapImage=RightBar.png
  70. BitmapFrames=9
  71.  
  72. [MeterNetInText]
  73. MeasureName=MeasureNetIn
  74. Meter=STRING
  75. X=52
  76. Y=12
  77. FontColor=255, 255, 255
  78. StringStyle=NORMAL
  79. FontSize=6
  80. StringAlign=CENTER
  81. FontFace=Arial
  82. PreFix="In:"
  83. AutoScale=1
  84. AntiAlias=1
  85.  
  86. [MeterNetOutText]
  87. MeasureName=MeasureNetOut
  88. Meter=STRING
  89. X=52
  90. Y=20
  91. FontColor=255, 255, 255
  92. StringStyle=NORMAL
  93. FontSize=6
  94. StringAlign=CENTER
  95. FontFace=Arial
  96. PreFix="Out:"
  97. AutoScale=1
  98. AntiAlias=1
  99.  
  100. [MeterUptime]
  101. MeasureName=MeasureUptime
  102. Meter=STRING
  103. X=52
  104. Y=82
  105. FontColor=255, 255, 255
  106. StringStyle=NORMAL
  107. FontSize=6
  108. StringAlign=CENTER
  109. FontFace=Arial
  110. AntiAlias=1
  111.  
  112. [MeterNetCPU.txt]
  113. MeasureName=MeasureCPU
  114. Meter=STRING
  115. X=52
  116. Y=82
  117. FontColor=255, 255, 255
  118. StringStyle=NORMAL
  119. FontSize=6
  120. StringAlign=CENTER
  121. FontFace=Arial
  122. AntiAlias=1
  123. PreFix="CPU: "
  124. PostFix="%"
  125. Hidden=1
  126.  
  127. ;
  128. ; Create dummy meter, which acts as a button
  129. ;
  130. [MeterButton]
  131. Meter=IMAGE
  132. X=30
  133. Y=80
  134. W=40
  135. H=10
  136. LeftMouseDownAction=!execute [!RainmeterToggleMeter MeterUptime]  [!RainmeterToggleMeter MeterNetCPU.txt] [!RainmeterRedraw]
  137.  
  138. ;
  139. ; The shine is the last 'meter' so that it will be drawn on top of everything
  140. ;
  141. [MeterShine]
  142. Meter=IMAGE
  143. X=0
  144. Y=0
  145. ImageName=Shine.png