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

  1. ;
  2. ; Rainmeter configuration file
  3. ;
  4. ;
  5. ; If you want to change the clock from 24H format to 12H format
  6. ; change the TimeFormat="%H:%M:%S" to TimeFormat="%I:%M:%S %p" 
  7. ;
  8.  
  9. [Variables]
  10. TimeFormat="%H:%M:%S"
  11. DateFormat="%d-%m-%Y"
  12.  
  13. [Rainmeter]
  14. BackgroundMode=1
  15. Author=Rainy (rainy@iki.fi)
  16. Update=1000
  17. AppVersion=1001
  18.  
  19. ;-----------------------------------------------------------------------
  20.  
  21. [MeterLeft]
  22. Meter=IMAGE
  23. X=0
  24. Y=0
  25. ImageName=bg-left.png
  26.  
  27. [MeterCenter]
  28. Meter=IMAGE
  29. X=64
  30. Y=0
  31. W=560
  32. H=64
  33. ImageName=bg-center.png
  34.  
  35. [MeterRight]
  36. Meter=IMAGE
  37. X=615
  38. Y=0
  39. ImageName=bg-right.png
  40.  
  41. ;-----------------------------------------------------------------------
  42.  
  43. [MeasureCPU]
  44. Measure=CPU
  45.  
  46. [MeterCPUbg]
  47. Meter=IMAGE
  48. X=10
  49. Y=5
  50. ImageName=screen.png
  51.  
  52. [MeterCPULine]
  53. Meter=LINE
  54. MeasureName=MeasureCPU
  55. X=9r
  56. Y=7r
  57. W=68
  58. H=40
  59. LineColor=0, 0, 0
  60. LineWidth=2
  61. Antialias=1
  62.  
  63. [MeterCPUbgShine]
  64. Meter=IMAGE
  65. X=-9r
  66. Y=-7r
  67. ImageName=screen-shine.png
  68.  
  69. [MeterCPUText]
  70. Meter=STRING
  71. MeasureName=MeasureCPU
  72. X=8r
  73. Y=6r
  74. FontColor=0, 0, 0, 128
  75. StringStyle=NORMAL
  76. FontSize=8
  77. StringAlign=LEFT
  78. FontFace=Tahoma
  79. Antialias=1
  80. Text="CPU: %1%"
  81.  
  82. ;-----------------------------------------------------------------------
  83.  
  84. [MeasureTime]
  85. Measure=TIME
  86. Format=#TimeFormat#
  87.  
  88. [MeasureDate]
  89. Measure=TIME
  90. Format=#DateFormat#
  91.  
  92. [MeterTimeText]
  93. Meter=STRING
  94. MeasureName=MeasureTime
  95. X=150
  96. Y=10
  97. FontColor=0, 0, 0
  98. StringStyle=BOLD
  99. FontSize=12
  100. StringAlign=CENTER
  101. FontFace=Tahoma
  102. Antialias=1
  103.  
  104. [MeterDateText]
  105. Meter=STRING
  106. MeasureName=MeasureDate
  107. X=0r
  108. Y=20r
  109. FontColor=0, 0, 0
  110. StringStyle=BOLD
  111. FontSize=12
  112. StringAlign=CENTER
  113. FontFace=Tahoma
  114. Antialias=1
  115.  
  116. ;-----------------------------------------------------------------------
  117.  
  118. [MeasurePhysMem]
  119. Measure=PhysicalMemory
  120.  
  121. [MeasureSwapMem]
  122. Measure=SwapMemory
  123.  
  124. [MeterPhysBG]
  125. Meter=IMAGE
  126. X=210
  127. Y=7
  128. ImageName=bar-bg.png
  129.  
  130. [MeterPhysBar]
  131. Meter=BAR
  132. MeasureName=MeasurePhysMem
  133. X=5r
  134. Y=5r
  135. BarImage=bar.png
  136. BarBorder=8
  137. BarOrientation=HORIZONTAL
  138.  
  139. [MeterPhysText]
  140. Meter=STRING
  141. MeasureName=MeasurePhysMem
  142. X=10r
  143. Y=0r
  144. FontColor=0, 0, 0
  145. StringStyle=NORMAL
  146. FontSize=8
  147. StringAlign=LEFT
  148. FontFace=Tahoma
  149. Antialias=1
  150. Text="Phys: %1B"
  151. AutoScale=1 
  152.  
  153. [MeterSwapBG]
  154. Meter=IMAGE
  155. X=-15r
  156. Y=22r
  157. ImageName=bar-bg.png
  158.  
  159. [MeterSwapBar]
  160. Meter=BAR
  161. MeasureName=MeasureSwapMem
  162. X=5r
  163. Y=5r
  164. BarImage=bar.png
  165. BarBorder=8
  166. BarOrientation=HORIZONTAL
  167.  
  168. [MeterSwapText]
  169. Meter=STRING
  170. MeasureName=MeasureSwapMem
  171. X=10r
  172. Y=0r
  173. FontColor=0, 0, 0
  174. StringStyle=NORMAL
  175. FontSize=8
  176. StringAlign=LEFT
  177. FontFace=Tahoma
  178. Antialias=1
  179. Text="Swap: %1B"
  180. AutoScale=1
  181.  
  182. ;-----------------------------------------------------------------------
  183.  
  184. [MeasureNetIn]
  185. Measure=NetIn
  186.  
  187. [MeasureNetOut]
  188. Measure=NetOut
  189.  
  190. [MeterNetBG]
  191. Meter=IMAGE
  192. X=340
  193. Y=5
  194. ImageName=screen.png
  195.  
  196. [MeterNetLineIn]
  197. Meter=LINE
  198. MeasureName=MeasureNetIn
  199. X=9r
  200. Y=7r
  201. W=68
  202. H=19
  203. LineColor=0, 0, 0
  204. LineWidth=2
  205. Antialias=1
  206.  
  207. [MeterNetLineOut]
  208. Meter=LINE
  209. MeasureName=MeasureNetOut
  210. X=0r
  211. Y=22r
  212. W=68
  213. H=19
  214. LineColor=0, 0, 0
  215. LineWidth=2
  216. Antialias=1
  217. Flip=1
  218.  
  219. [MeterNetbgShine]
  220. Meter=IMAGE
  221. X=-9r
  222. Y=-27r
  223. ImageName=screen-shine.png
  224.  
  225. [MeterNetInText]
  226. Meter=STRING
  227. MeasureName=MeasureNetIn
  228. X=8r
  229. Y=6r
  230. FontColor=0, 0, 0, 128
  231. StringStyle=NORMAL
  232. FontSize=8
  233. StringAlign=LEFT
  234. FontFace=Tahoma
  235. Antialias=1
  236. Text="DL: %1B"
  237. AutoScale=1
  238.  
  239. [MeterNetOutText]
  240. Meter=STRING
  241. MeasureName=MeasureNetOut
  242. X=0r
  243. Y=25r
  244. FontColor=0, 0, 0, 128
  245. StringStyle=NORMAL
  246. FontSize=8
  247. StringAlign=LEFT
  248. FontFace=Tahoma
  249. Antialias=1
  250. Text="UL: %1B"
  251. AutoScale=1
  252.  
  253. ;-----------------------------------------------------------------------
  254.  
  255. [MeasureDiskC]
  256. Measure=FreeDiskSpace
  257. Drive=C:
  258. InvertMeasure=1
  259.  
  260. [MeterDiskCBG]
  261. Meter=IMAGE
  262. X=435
  263. Y=5
  264. ImageName=sphere.png
  265.  
  266. [MeterDiskCPie]
  267. Meter=ROUNDLINE
  268. MeasureName=MeasureDiskC
  269. X=0r
  270. Y=0r
  271. W=52
  272. H=52
  273. StartAngle=4.712
  274. RotationAngle=-6.283
  275. LineLength=15
  276. AntiAlias=1
  277. LineColor=0, 0, 0
  278. Solid=1
  279.  
  280. [MeterDiskCShine]
  281. Meter=IMAGE
  282. X=0r
  283. Y=0r
  284. ImageName=sphere-shine.png
  285.  
  286. [MeterDiskCText]
  287. Meter=STRING
  288. X=-1r
  289. Y=-3r
  290. FontColor=0, 0, 0
  291. StringStyle=BOLD
  292. FontSize=12
  293. StringAlign=CENTER
  294. FontFace=Tahoma
  295. Antialias=1
  296. Text="C"
  297.  
  298. ;-----------------------------------------------------------------------
  299.  
  300. [MeasureDiskD]
  301. Measure=FreeDiskSpace
  302. Drive=D:
  303. InvertMeasure=1
  304.  
  305. [MeterDiskDBG]
  306. Meter=IMAGE
  307. X=495
  308. Y=5
  309. ImageName=sphere.png
  310.  
  311. [MeterDiskDPie]
  312. Meter=ROUNDLINE
  313. MeasureName=MeasureDiskD
  314. X=0r
  315. Y=0r
  316. W=52
  317. H=52
  318. StartAngle=4.712
  319. RotationAngle=-6.283
  320. LineLength=15
  321. AntiAlias=1
  322. LineColor=0, 0, 0
  323. Solid=1
  324.  
  325. [MeterDiskDShine]
  326. Meter=IMAGE
  327. X=0r
  328. Y=0r
  329. ImageName=sphere-shine.png
  330.  
  331. [MeterDiskDText]
  332. Meter=STRING
  333. X=-1r
  334. Y=-3r
  335. FontColor=0, 0, 0
  336. StringStyle=BOLD
  337. FontSize=12
  338. StringAlign=CENTER
  339. FontFace=Tahoma
  340. Antialias=1
  341. Text="D"
  342.  
  343. ;-----------------------------------------------------------------------
  344.  
  345. [MeasureDiskE]
  346. Measure=FreeDiskSpace
  347. Drive=E:
  348. InvertMeasure=1
  349.  
  350. [MeterDiskEBG]
  351. Meter=IMAGE
  352. X=555
  353. Y=5
  354. ImageName=sphere.png
  355.  
  356. [MeterDiskEPie]
  357. Meter=ROUNDLINE
  358. MeasureName=MeasureDiskE
  359. X=0r
  360. Y=0r
  361. W=52
  362. H=52
  363. StartAngle=4.712
  364. RotationAngle=-6.283
  365. LineLength=15
  366. AntiAlias=1
  367. LineColor=0, 0, 0
  368. Solid=1
  369.  
  370. [MeterDiskEShine]
  371. Meter=IMAGE
  372. X=0r
  373. Y=0r
  374. ImageName=sphere-shine.png
  375.  
  376. [MeterDiskEText]
  377. Meter=STRING
  378. X=-1r
  379. Y=-3r
  380. FontColor=0, 0, 0
  381. StringStyle=BOLD
  382. FontSize=12
  383. StringAlign=CENTER
  384. FontFace=Tahoma
  385. Antialias=1
  386. Text="E"
  387.  
  388. ;-----------------------------------------------------------------------
  389.  
  390. [MeasureDiskF]
  391. Measure=FreeDiskSpace
  392. Drive=F:
  393. InvertMeasure=1
  394.  
  395. [MeterDiskFBG]
  396. Meter=IMAGE
  397. X=615
  398. Y=5
  399. ImageName=sphere.png
  400.  
  401. [MeterDiskFPie]
  402. Meter=ROUNDLINE
  403. MeasureName=MeasureDiskF
  404. X=0r
  405. Y=0r
  406. W=52
  407. H=52
  408. StartAngle=4.712
  409. RotationAngle=-6.283
  410. LineLength=15
  411. AntiAlias=1
  412. LineColor=0, 0, 0
  413. Solid=1
  414.  
  415. [MeterDiskFShine]
  416. Meter=IMAGE
  417. X=0r
  418. Y=0r
  419. ImageName=sphere-shine.png
  420.  
  421. [MeterDiskFText]
  422. Meter=STRING
  423. X=-1r
  424. Y=-3r
  425. FontColor=0, 0, 0
  426. StringStyle=BOLD
  427. FontSize=12
  428. StringAlign=CENTER
  429. FontFace=Tahoma
  430. Antialias=1
  431. Text="F"
  432.  
  433. ;-----------------------------------------------------------------------
  434.  
  435.