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

  1. ;
  2. ; Rainmeter configuration file
  3. ;
  4.  
  5. [Rainmeter]
  6. BackgroundMode=1
  7.  
  8. ;
  9. ; Define all measures first. The measures are used to measure things.
  10. ; Normally you create just one measure per thing that is measured even
  11. ; if you use different meters to shoe the results.
  12. ;
  13.  
  14. [MeasureUserName]
  15. Measure=Plugin
  16. Plugin=Plugins\SysInfo.dll
  17. SysInfoType=USER_NAME
  18.  
  19. [MeasureHostName]
  20. Measure=Plugin
  21. Plugin=Plugins\SysInfo.dll
  22. SysInfoType=HOST_NAME
  23.  
  24. [MeasureOS]
  25. Measure=Plugin
  26. Plugin=Plugins\SysInfo.dll
  27. SysInfoType=OS_VERSION
  28.  
  29. [MeasureIP]
  30. Measure=Plugin
  31. Plugin=Plugins\SysInfo.dll
  32. SysInfoType=IP_ADDRESS
  33. SysInfoData=0
  34.  
  35. [MeasureGateway]
  36. Measure=Plugin
  37. Plugin=Plugins\SysInfo.dll
  38. SysInfoType=GATEWAY_ADDRESS
  39. SysInfoData=0
  40.  
  41. [MeasureDNS]
  42. Measure=Plugin
  43. Plugin=Plugins\SysInfo.dll
  44. SysInfoType=DNS_SERVER
  45. SysInfoData=0
  46.  
  47. [MeasureCPU]
  48. Measure=CPU
  49.  
  50. [MeasureMem]
  51. Measure=PhysicalMemory
  52.  
  53. [MeasureSwap]
  54. Measure=SwapMemory
  55.  
  56. [MeasureProcesses]
  57. Measure=Plugin
  58. Plugin=plugins\PerfMon.dll
  59. PerfMonObject="System"
  60. PerfMonCounter="Processes"
  61. PerfMonInstance=""
  62. PerfMonDifference=0
  63.  
  64. [MeasurePerfMonDiskRead]
  65. Measure=Plugin
  66. Plugin=Plugins\PerfMon.dll
  67. PerfMonObject=PhysicalDisk
  68. PerfMonCounter="Disk Read Bytes/sec"
  69. PerfMonInstance=_Total
  70.  
  71. [MeasurePerfMonDiskWrite]
  72. Measure=Plugin
  73. Plugin=Plugins\PerfMon.dll
  74. PerfMonObject=PhysicalDisk
  75. PerfMonCounter="Disk Write Bytes/sec"
  76. PerfMonInstance=_Total
  77.  
  78. [MeasureNetIn]
  79. Measure=NetIn
  80.  
  81. [MeasureNetOut]
  82. Measure=NetOut
  83.  
  84. [MeasureNetInAll]
  85. Measure=NetIn
  86. Cumulative=1
  87.  
  88. [MeasureNetOutAll]
  89. Measure=NetOut
  90. Cumulative=1
  91.  
  92. [MeasureUptime]
  93. Measure=Uptime
  94.  
  95. [MeasureDiskSpaceC]
  96. Measure=FreeDiskSpace
  97. Drive=C:\
  98.  
  99. [MeasureDiskSpaceD]
  100. Measure=FreeDiskSpace
  101. Drive=D:\
  102.  
  103. [MeasureDiskSpaceE]
  104. Measure=FreeDiskSpace
  105. Drive=E:\
  106.  
  107. [MeasureDiskSpaceF]
  108. Measure=FreeDiskSpace
  109. Drive=F:\
  110.  
  111. ;
  112. ; Define all meters. The meters are the visual representations of the
  113. ; measured values. You can bind several meters to a one measure.
  114. ;
  115.  
  116. [MeterBlack]
  117. Meter=IMAGE
  118. X=0
  119. Y=0
  120. W=90
  121. H=325
  122. SolidColor=0, 0, 0, 128
  123.  
  124. [MeterWhite]
  125. Meter=IMAGE
  126. X=90
  127. Y=0
  128. W=90
  129. H=325
  130. SolidColor=255, 255, 255, 128
  131.  
  132. [MeterUserName]
  133. Meter=STRING
  134. MeasureName=MeasureUserName
  135. X=90
  136. Y=8
  137. FontColor=255, 255, 255
  138. StringStyle=NORMAL
  139. FontSize=8
  140. StringAlign=RIGHT
  141. FontFace=Arial
  142. PostFix="@"
  143. AntiAlias=1
  144.  
  145. [MeterHostName]
  146. Meter=STRING
  147. MeasureName=MeasureHostName
  148. X=90
  149. Y=8
  150. FontColor=0, 0, 0
  151. StringStyle=NORMAL
  152. FontSize=8
  153. StringAlign=LEFT
  154. FontFace=Arial
  155. AntiAlias=1
  156.  
  157. [MeterOS]
  158. Meter=STRING
  159. MeasureName=MeasureOS
  160. X=90
  161. Y=30
  162. FontColor=0, 0, 0
  163. StringStyle=NORMAL
  164. FontSize=8
  165. StringAlign=LEFT
  166. FontFace=Arial
  167. AntiAlias=1
  168.  
  169. [MeterOS.txt]
  170. Meter=STRING
  171. X=90
  172. Y=30
  173. FontColor=255, 255, 255
  174. StringStyle=NORMAL
  175. FontSize=8
  176. StringAlign=RIGHT
  177. FontFace=Arial
  178. AntiAlias=1
  179. Prefix="OS: "
  180.  
  181. [MeterIP]
  182. Meter=STRING
  183. MeasureName=MeasureIP
  184. X=90
  185. Y=45
  186. FontColor=0, 0, 0
  187. StringStyle=NORMAL
  188. FontSize=8
  189. StringAlign=LEFT
  190. FontFace=Arial
  191. AntiAlias=1
  192.  
  193. [MeterIP.txt]
  194. Meter=STRING
  195. X=90
  196. Y=45
  197. FontColor=255, 255, 255
  198. StringStyle=NORMAL
  199. FontSize=8
  200. StringAlign=RIGHT
  201. FontFace=Arial
  202. AntiAlias=1
  203. Prefix="IP: "
  204.  
  205. [MeterGateway]
  206. Meter=STRING
  207. MeasureName=MeasureGateway
  208. X=90
  209. Y=60
  210. FontColor=0, 0, 0
  211. StringStyle=NORMAL
  212. FontSize=8
  213. StringAlign=LEFT
  214. FontFace=Arial
  215. AntiAlias=1
  216.  
  217. [MeterGateway.txt]
  218. Meter=STRING
  219. X=90
  220. Y=60
  221. FontColor=255, 255, 255
  222. StringStyle=NORMAL
  223. FontSize=8
  224. StringAlign=RIGHT
  225. FontFace=Arial
  226. AntiAlias=1
  227. Prefix="Gateway: "
  228.  
  229. [MeterDNS]
  230. Meter=STRING
  231. MeasureName=MeasureDNS
  232. X=90
  233. Y=75
  234. FontColor=0, 0, 0
  235. StringStyle=NORMAL
  236. FontSize=8
  237. StringAlign=LEFT
  238. FontFace=Arial
  239. AntiAlias=1
  240.  
  241. [MeterDNS.txt]
  242. Meter=STRING
  243. X=90
  244. Y=75
  245. FontColor=255, 255, 255
  246. StringStyle=NORMAL
  247. FontSize=8
  248. StringAlign=RIGHT
  249. FontFace=Arial
  250. AntiAlias=1
  251. Prefix="DNS: "
  252.  
  253. [MeterCPU]
  254. Meter=STRING
  255. MeasureName=MeasureCPU
  256. X=90
  257. Y=90
  258. FontColor=0, 0, 0
  259. StringStyle=NORMAL
  260. FontSize=8
  261. StringAlign=LEFT
  262. FontFace=Arial
  263. Postfix="%"
  264. AntiAlias=1
  265.  
  266. [MeterCPU.txt]
  267. Meter=STRING
  268. X=90
  269. Y=90
  270. FontColor=255, 255, 255
  271. StringStyle=NORMAL
  272. FontSize=8
  273. StringAlign=RIGHT
  274. FontFace=Arial
  275. AntiAlias=1
  276. Prefix="CPU: "
  277.  
  278. [MeterMEM]
  279. Meter=STRING
  280. MeasureName=MeasureMEM
  281. X=90
  282. Y=105
  283. FontColor=0, 0, 0
  284. StringStyle=NORMAL
  285. FontSize=8
  286. StringAlign=LEFT
  287. FontFace=Arial
  288. Postfix="B"
  289. AntiAlias=1
  290. AutoScale=1
  291.  
  292. [MeterMEM.txt]
  293. Meter=STRING
  294. X=90
  295. Y=105
  296. FontColor=255, 255, 255
  297. StringStyle=NORMAL
  298. FontSize=8
  299. StringAlign=RIGHT
  300. FontFace=Arial
  301. AntiAlias=1
  302. Prefix="Memory: "
  303.  
  304. [MeterSwap]
  305. Meter=STRING
  306. MeasureName=MeasureSwap
  307. X=90
  308. Y=120
  309. FontColor=0, 0, 0
  310. StringStyle=NORMAL
  311. FontSize=8
  312. StringAlign=LEFT
  313. FontFace=Arial
  314. Postfix="B"
  315. AntiAlias=1
  316. AutoScale=1
  317.  
  318. [MeterSwap.txt]
  319. Meter=STRING
  320. X=90
  321. Y=120
  322. FontColor=255, 255, 255
  323. StringStyle=NORMAL
  324. FontSize=8
  325. StringAlign=RIGHT
  326. FontFace=Arial
  327. AntiAlias=1
  328. Prefix="Swap: "
  329.  
  330. [MeterProcesses]
  331. Meter=STRING
  332. MeasureName=MeasureProcesses
  333. X=90
  334. Y=135
  335. FontColor=0, 0, 0
  336. StringStyle=NORMAL
  337. FontSize=8
  338. StringAlign=LEFT
  339. FontFace=Arial
  340. AntiAlias=1
  341.  
  342. [MeterProcesses.txt]
  343. Meter=STRING
  344. X=90
  345. Y=135
  346. FontColor=255, 255, 255
  347. StringStyle=NORMAL
  348. FontSize=8
  349. StringAlign=RIGHT
  350. FontFace=Arial
  351. AntiAlias=1
  352. Prefix="Processes: "
  353.  
  354. [MeterPerfMonDiskRead]
  355. Meter=STRING
  356. MeasureName=MeasurePerfMonDiskRead
  357. X=90
  358. Y=150
  359. FontColor=0, 0, 0
  360. StringStyle=NORMAL
  361. FontSize=8
  362. StringAlign=LEFT
  363. FontFace=Arial
  364. AntiAlias=1
  365. AutoScale=1
  366. PostFix="Bps"
  367.  
  368. [MeterPerfMonDiskRead.txt]
  369. Meter=STRING
  370. X=90
  371. Y=150
  372. FontColor=255, 255, 255
  373. StringStyle=NORMAL
  374. FontSize=8
  375. StringAlign=RIGHT
  376. FontFace=Arial
  377. AntiAlias=1
  378. Prefix="Read bytes: "
  379.  
  380. [MeterPerfMonDiskWrite]
  381. Meter=STRING
  382. MeasureName=MeasurePerfMonDiskWrite
  383. X=90
  384. Y=165
  385. FontColor=0, 0, 0
  386. StringStyle=NORMAL
  387. FontSize=8
  388. StringAlign=LEFT
  389. FontFace=Arial
  390. AntiAlias=1
  391. AutoScale=1
  392. PostFix="Bps"
  393.  
  394. [MeterPerfMonDiskWrite.txt]
  395. Meter=STRING
  396. X=90
  397. Y=165
  398. FontColor=255, 255, 255
  399. StringStyle=NORMAL
  400. FontSize=8
  401. StringAlign=RIGHT
  402. FontFace=Arial
  403. AntiAlias=1
  404. Prefix="Write bytes: "
  405.  
  406. [MeterNetIn]
  407. Meter=STRING
  408. MeasureName=MeasureNetIn
  409. X=90
  410. Y=180
  411. FontColor=0, 0, 0
  412. StringStyle=NORMAL
  413. FontSize=8
  414. StringAlign=LEFT
  415. FontFace=Arial
  416. AntiAlias=1
  417. AutoScale=1
  418. PostFix="Bps"
  419.  
  420. [MeterNetIn.txt]
  421. Meter=STRING
  422. X=90
  423. Y=180
  424. FontColor=255, 255, 255
  425. StringStyle=NORMAL
  426. FontSize=8
  427. StringAlign=RIGHT
  428. FontFace=Arial
  429. AntiAlias=1
  430. Prefix="Net in: "
  431.  
  432. [MeterNetOut]
  433. Meter=STRING
  434. MeasureName=MeasureNetOut
  435. X=90
  436. Y=195
  437. FontColor=0, 0, 0
  438. StringStyle=NORMAL
  439. FontSize=8
  440. StringAlign=LEFT
  441. FontFace=Arial
  442. AntiAlias=1
  443. AutoScale=1
  444. PostFix="Bps"
  445.  
  446. [MeterNetOut.txt]
  447. Meter=STRING
  448. X=90
  449. Y=195
  450. FontColor=255, 255, 255
  451. StringStyle=NORMAL
  452. FontSize=8
  453. StringAlign=RIGHT
  454. FontFace=Arial
  455. AntiAlias=1
  456. Prefix="Net out: "
  457.  
  458. [MeterNetInAll]
  459. Meter=STRING
  460. MeasureName=MeasureNetInAll
  461. X=90
  462. Y=210
  463. FontColor=0, 0, 0
  464. StringStyle=NORMAL
  465. FontSize=8
  466. StringAlign=LEFT
  467. FontFace=Arial
  468. AntiAlias=1
  469. AutoScale=1
  470. PostFix="B"
  471.  
  472. [MeterNetInAll.txt]
  473. Meter=STRING
  474. X=90
  475. Y=210
  476. FontColor=255, 255, 255
  477. StringStyle=NORMAL
  478. FontSize=8
  479. StringAlign=RIGHT
  480. FontFace=Arial
  481. AntiAlias=1
  482. Prefix="Net in all: "
  483.  
  484. [MeterNetOutAll]
  485. Meter=STRING
  486. MeasureName=MeasureNetOutAll
  487. X=90
  488. Y=225
  489. FontColor=0, 0, 0
  490. StringStyle=NORMAL
  491. FontSize=8
  492. StringAlign=LEFT
  493. FontFace=Arial
  494. AntiAlias=1
  495. AutoScale=1
  496. PostFix="B"
  497.  
  498. [MeterNetOutAll.txt]
  499. Meter=STRING
  500. X=90
  501. Y=225
  502. FontColor=255, 255, 255
  503. StringStyle=NORMAL
  504. FontSize=8
  505. StringAlign=RIGHT
  506. FontFace=Arial
  507. AntiAlias=1
  508. Prefix="Net out all: "
  509.  
  510. [MeterUptime]
  511. Meter=STRING
  512. MeasureName=MeasureUptime
  513. X=90
  514. Y=240
  515. FontColor=0, 0, 0
  516. StringStyle=NORMAL
  517. FontSize=8
  518. StringAlign=LEFT
  519. FontFace=Arial
  520. AntiAlias=1
  521.  
  522. [MeterUptime.txt]
  523. Meter=STRING
  524. X=90
  525. Y=240
  526. FontColor=255, 255, 255
  527. StringStyle=NORMAL
  528. FontSize=8
  529. StringAlign=RIGHT
  530. FontFace=Arial
  531. AntiAlias=1
  532. Prefix="Uptime: "
  533.  
  534. [MeterDiskFreeC]
  535. Meter=STRING
  536. MeasureName=MeasureDiskSpaceC
  537. X=90
  538. Y=255
  539. FontColor=0, 0, 0
  540. StringStyle=NORMAL
  541. FontSize=8
  542. StringAlign=LEFT
  543. FontFace=Arial
  544. AntiAlias=1
  545. AutoScale=1
  546. Postfix="B"
  547.  
  548. [MeterDiskFreeC.txt]
  549. Meter=STRING
  550. X=90
  551. Y=255
  552. FontColor=255, 255, 255
  553. StringStyle=NORMAL
  554. FontSize=8
  555. StringAlign=RIGHT
  556. FontFace=Arial
  557. AntiAlias=1
  558. Prefix="Disk free C:\ "
  559.  
  560. [MeterDiskFreeD]
  561. Meter=STRING
  562. MeasureName=MeasureDiskSpaceD
  563. X=90
  564. Y=270
  565. FontColor=0, 0, 0
  566. StringStyle=NORMAL
  567. FontSize=8
  568. StringAlign=LEFT
  569. FontFace=Arial
  570. AntiAlias=1
  571. AutoScale=1
  572. Postfix="B"
  573.  
  574. [MeterDiskFreeD.txt]
  575. Meter=STRING
  576. X=90
  577. Y=270
  578. FontColor=255, 255, 255
  579. StringStyle=NORMAL
  580. FontSize=8
  581. StringAlign=RIGHT
  582. FontFace=Arial
  583. AntiAlias=1
  584. Prefix="Disk free D:\ "
  585.  
  586. [MeterDiskFreeE]
  587. Meter=STRING
  588. MeasureName=MeasureDiskSpaceE
  589. X=90
  590. Y=285
  591. FontColor=0, 0, 0
  592. StringStyle=NORMAL
  593. FontSize=8
  594. StringAlign=LEFT
  595. FontFace=Arial
  596. AntiAlias=1
  597. AutoScale=1
  598. Postfix="B"
  599.  
  600. [MeterDiskFreeE.txt]
  601. Meter=STRING
  602. X=90
  603. Y=285
  604. FontColor=255, 255, 255
  605. StringStyle=NORMAL
  606. FontSize=8
  607. StringAlign=RIGHT
  608. FontFace=Arial
  609. AntiAlias=1
  610. Prefix="Disk free E:\ "
  611.  
  612. [MeterDiskFreeF]
  613. Meter=STRING
  614. MeasureName=MeasureDiskSpaceF
  615. X=90
  616. Y=300
  617. FontColor=0, 0, 0
  618. StringStyle=NORMAL
  619. FontSize=8
  620. StringAlign=LEFT
  621. FontFace=Arial
  622. AntiAlias=1
  623. AutoScale=1
  624. Postfix="B"
  625.  
  626. [MeterDiskFreeF.txt]
  627. Meter=STRING
  628. X=90
  629. Y=300
  630. FontColor=255, 255, 255
  631. StringStyle=NORMAL
  632. FontSize=8
  633. StringAlign=RIGHT
  634. FontFace=Arial
  635. AntiAlias=1
  636. Prefix="Disk free F:\ "
  637.