home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rainmeter / rainmeter-0.11.exe / Bar-CD.ini < prev    next >
INI File  |  2004-07-10  |  5KB  |  336 lines

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