home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 April / com_0405_1.iso / opensource / rainmeter-0.12.exe / Bar-C.ini < prev    next >
Encoding:
INI File  |  2004-08-13  |  4.1 KB  |  296 lines

  1. ;
  2. ; Rainmeter configuration file
  3. ;
  4. ; If you want to change the clock from 24H format to 12H format
  5. ; change the TimeFormat="%H:%M:%S" to TimeFormat="%I:%M:%S %p" 
  6. ;
  7.  
  8. [Variables]
  9. TimeFormat="%H:%M:%S"
  10. DateFormat="%d-%m-%Y"
  11.  
  12. [Rainmeter]
  13. BackgroundMode=1
  14. Author=Rainy (rainy@iki.fi)
  15. Update=1000
  16. AppVersion=1001
  17.  
  18. ;-----------------------------------------------------------------------
  19.  
  20. [MeterLeft]
  21. Meter=IMAGE
  22. X=0
  23. Y=0
  24. ImageName=bg-left.png
  25.  
  26. [MeterCenter]
  27. Meter=IMAGE
  28. X=64
  29. Y=0
  30. W=380
  31. H=64
  32. ImageName=bg-center.png
  33.  
  34. [MeterRight]
  35. Meter=IMAGE
  36. X=435
  37. Y=0
  38. ImageName=bg-right.png
  39.  
  40. ;-----------------------------------------------------------------------
  41.  
  42. [MeasureCPU]
  43. Measure=CPU
  44.  
  45. [MeterCPUbg]
  46. Meter=IMAGE
  47. X=10
  48. Y=5
  49. ImageName=screen.png
  50.  
  51. [MeterCPULine]
  52. Meter=LINE
  53. MeasureName=MeasureCPU
  54. X=9r
  55. Y=7r
  56. W=68
  57. H=40
  58. LineColor=0, 0, 0
  59. LineWidth=2
  60. Antialias=1
  61.  
  62. [MeterCPUbgShine]
  63. Meter=IMAGE
  64. X=-9r
  65. Y=-7r
  66. ImageName=screen-shine.png
  67.  
  68. [MeterCPUText]
  69. Meter=STRING
  70. MeasureName=MeasureCPU
  71. X=8r
  72. Y=6r
  73. FontColor=0, 0, 0, 128
  74. StringStyle=NORMAL
  75. FontSize=8
  76. StringAlign=LEFT
  77. FontFace=Tahoma
  78. Antialias=1
  79. Text="CPU: %1%"
  80.  
  81. ;-----------------------------------------------------------------------
  82.  
  83. [MeasureTime]
  84. Measure=TIME
  85. Format=#TimeFormat#
  86.  
  87. [MeasureDate]
  88. Measure=TIME
  89. Format=#DateFormat#
  90.  
  91. [MeterTimeText]
  92. Meter=STRING
  93. MeasureName=MeasureTime
  94. X=150
  95. Y=10
  96. FontColor=0, 0, 0
  97. StringStyle=BOLD
  98. FontSize=12
  99. StringAlign=CENTER
  100. FontFace=Tahoma
  101. Antialias=1
  102.  
  103. [MeterDateText]
  104. Meter=STRING
  105. MeasureName=MeasureDate
  106. X=0r
  107. Y=20r
  108. FontColor=0, 0, 0
  109. StringStyle=BOLD
  110. FontSize=12
  111. StringAlign=CENTER
  112. FontFace=Tahoma
  113. Antialias=1
  114.  
  115. ;-----------------------------------------------------------------------
  116.  
  117. [MeasurePhysMem]
  118. Measure=PhysicalMemory
  119.  
  120. [MeasureSwapMem]
  121. Measure=SwapMemory
  122.  
  123. [MeterPhysBG]
  124. Meter=IMAGE
  125. X=210
  126. Y=7
  127. ImageName=bar-bg.png
  128.  
  129. [MeterPhysBar]
  130. Meter=BAR
  131. MeasureName=MeasurePhysMem
  132. X=5r
  133. Y=5r
  134. BarImage=bar.png
  135. BarBorder=8
  136. BarOrientation=HORIZONTAL
  137.  
  138. [MeterPhysText]
  139. Meter=STRING
  140. MeasureName=MeasurePhysMem
  141. X=10r
  142. Y=0r
  143. FontColor=0, 0, 0
  144. StringStyle=NORMAL
  145. FontSize=8
  146. StringAlign=LEFT
  147. FontFace=Tahoma
  148. Antialias=1
  149. Text="Phys: %1B"
  150. AutoScale=1 
  151.  
  152. [MeterSwapBG]
  153. Meter=IMAGE
  154. X=-15r
  155. Y=22r
  156. ImageName=bar-bg.png
  157.  
  158. [MeterSwapBar]
  159. Meter=BAR
  160. MeasureName=MeasureSwapMem
  161. X=5r
  162. Y=5r
  163. BarImage=bar.png
  164. BarBorder=8
  165. BarOrientation=HORIZONTAL
  166.  
  167. [MeterSwapText]
  168. Meter=STRING
  169. MeasureName=MeasureSwapMem
  170. X=10r
  171. Y=0r
  172. FontColor=0, 0, 0
  173. StringStyle=NORMAL
  174. FontSize=8
  175. StringAlign=LEFT
  176. FontFace=Tahoma
  177. Antialias=1
  178. Text="Swap: %1B"
  179. AutoScale=1
  180.  
  181. ;-----------------------------------------------------------------------
  182.  
  183. [MeasureNetIn]
  184. Measure=NetIn
  185.  
  186. [MeasureNetOut]
  187. Measure=NetOut
  188.  
  189. [MeterNetBG]
  190. Meter=IMAGE
  191. X=340
  192. Y=5
  193. ImageName=screen.png
  194.  
  195. [MeterNetLineIn]
  196. Meter=LINE
  197. MeasureName=MeasureNetIn
  198. X=9r
  199. Y=7r
  200. W=68
  201. H=19
  202. LineColor=0, 0, 0
  203. LineWidth=2
  204. Antialias=1
  205.  
  206. [MeterNetLineOut]
  207. Meter=LINE
  208. MeasureName=MeasureNetOut
  209. X=0r
  210. Y=22r
  211. W=68
  212. H=19
  213. LineColor=0, 0, 0
  214. LineWidth=2
  215. Antialias=1
  216. Flip=1
  217.  
  218. [MeterNetbgShine]
  219. Meter=IMAGE
  220. X=-9r
  221. Y=-27r
  222. ImageName=screen-shine.png
  223.  
  224. [MeterNetInText]
  225. Meter=STRING
  226. MeasureName=MeasureNetIn
  227. X=8r
  228. Y=6r
  229. FontColor=0, 0, 0, 128
  230. StringStyle=NORMAL
  231. FontSize=8
  232. StringAlign=LEFT
  233. FontFace=Tahoma
  234. Antialias=1
  235. Text="DL: %1B"
  236. AutoScale=1
  237.  
  238. [MeterNetOutText]
  239. Meter=STRING
  240. MeasureName=MeasureNetOut
  241. X=0r
  242. Y=25r
  243. FontColor=0, 0, 0, 128
  244. StringStyle=NORMAL
  245. FontSize=8
  246. StringAlign=LEFT
  247. FontFace=Tahoma
  248. Antialias=1
  249. Text="UL: %1B"
  250. AutoScale=1
  251.  
  252. ;-----------------------------------------------------------------------
  253.  
  254. [MeasureDiskC]
  255. Measure=FreeDiskSpace
  256. Drive=C:
  257. InvertMeasure=1
  258.  
  259. [MeterDiskCBG]
  260. Meter=IMAGE
  261. X=435
  262. Y=5
  263. ImageName=sphere.png
  264.  
  265. [MeterDiskCPie]
  266. Meter=ROUNDLINE
  267. MeasureName=MeasureDiskC
  268. X=0r
  269. Y=0r
  270. W=52
  271. H=52
  272. StartAngle=4.712
  273. RotationAngle=-6.283
  274. LineLength=15
  275. AntiAlias=1
  276. LineColor=0, 0, 0
  277. Solid=1
  278.  
  279. [MeterDiskCShine]
  280. Meter=IMAGE
  281. X=0r
  282. Y=0r
  283. ImageName=sphere-shine.png
  284.  
  285. [MeterDiskCText]
  286. Meter=STRING
  287. X=-1r
  288. Y=-3r
  289. FontColor=0, 0, 0
  290. StringStyle=BOLD
  291. FontSize=12
  292. StringAlign=CENTER
  293. FontFace=Tahoma
  294. Antialias=1
  295. Text="C"
  296.