home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rainmeter / rainmeter-0.11.exe / System-CDE.ini < prev    next >
INI File  |  2004-07-08  |  11KB  |  740 lines

  1. ;
  2. ; Rainmeter configuration file
  3. ;
  4. ; Layout based on NonartGrey by rrunner
  5. ; http://www.skinbase.org/rate.php?id=10170
  6. ;
  7.  
  8. [Rainmeter]
  9. BackgroundMode=1
  10. Author=Rainy (layout by rrunner)
  11. Update=1000
  12. AppVersion=1001
  13.  
  14. ;-----------------------------------------------------------------------
  15.  
  16. [MeterTop]
  17. Meter=IMAGE
  18. X=0
  19. Y=0
  20. ImageName=bg-top.png
  21.  
  22. [MeterMiddle]
  23. Meter=IMAGE
  24. X=0
  25. Y=100
  26. W=189
  27. H=245
  28. ImageName=bg-middle.png
  29.  
  30. [MeterBottom]
  31. Meter=IMAGE
  32. X=0
  33. Y=335
  34. ImageName=bg-bottom.png
  35.  
  36. ;-----------------------------------------------------------------------
  37.  
  38. [MeasureCPU]
  39. Measure=CPU
  40.  
  41. [MeterCPU]
  42. Meter=STRING
  43. MeasureName=MeasureCPU
  44. X=15
  45. Y=40
  46. FontColor=0, 0, 0
  47. StringStyle=BOLD
  48. FontSize=8
  49. StringAlign=LEFT
  50. FontFace=Tahoma
  51. Text="CPU Usage: %1%"
  52. AntiAlias=1
  53.  
  54. [MeterCPUHistogram]
  55. MeasureName=MeasureCPU
  56. Meter=HISTOGRAM
  57. X=0r
  58. Y=10r
  59. W=160
  60. H=30
  61. PrimaryColor=0, 0, 0, 64
  62.  
  63. ;-----------------------------------------------------------------------
  64.  
  65. [MeasurePhysMemTotal]
  66. Measure=PhysicalMemory
  67. Total=1
  68.  
  69. [MeasurePhysMemUsed]
  70. Measure=PhysicalMemory
  71.  
  72. [MeasurePhysMemFree]
  73. Measure=PhysicalMemory
  74. InvertMeasure=1
  75.  
  76. [MeasureSwapMemTotal]
  77. Measure=SwapMemory
  78. Total=1
  79.  
  80. [MeasureSwapMemUsed]
  81. Measure=SwapMemory
  82.  
  83. [MeasureSwapMemFree]
  84. Measure=SwapMemory
  85. InvertMeasure=1
  86.  
  87. [MeterMemory]
  88. Meter=STRING
  89. X=15
  90. Y=40r
  91. FontColor=0, 0, 0
  92. StringStyle=BOLD
  93. FontSize=8
  94. StringAlign=LEFT
  95. FontFace=Tahoma
  96. Text="Memory:"
  97. AntiAlias=1
  98.  
  99. [MeterTotalPhysMemText]
  100. MeasureName=MeasurePhysMemTotal
  101. Meter=STRING
  102. X=0r
  103. Y=15r
  104. FontColor=0, 0, 0
  105. StringStyle=NORMAL
  106. FontSize=8
  107. StringAlign=LEFT
  108. FontFace=Tahoma
  109. Text="Total physical memory: %1B"
  110. AntiAlias=1
  111. AutoScale=1
  112.  
  113. [MeterUsedPhysMemBar]
  114. MeasureName=MeasurePhysMemUsed
  115. Meter=BAR
  116. X=0r
  117. Y=16r
  118. W=160
  119. H=33
  120. BarColor=0, 0, 0, 64
  121. BarOrientation=HORIZONTAL
  122.  
  123. [MeterUsedPhysMemText]
  124. MeasureName=MeasurePhysMemUsed
  125. Meter=STRING
  126. X=0r
  127. Y=3r
  128. FontColor=0, 0, 0
  129. StringStyle=NORMAL
  130. FontSize=8
  131. StringAlign=LEFT
  132. FontFace=Tahoma
  133. Text="Used %1B"
  134. AntiAlias=1
  135. AutoScale=1
  136.  
  137. [MeterFreePhysMemText]
  138. MeasureName=MeasurePhysMemFree
  139. Meter=STRING
  140. X=160r
  141. Y=0r
  142. FontColor=0, 0, 0
  143. StringStyle=NORMAL
  144. FontSize=8
  145. StringAlign=RIGHT
  146. FontFace=Tahoma
  147. Text="Free %1B"
  148. AntiAlias=1
  149. AutoScale=1
  150.  
  151. [MeterUsedPhysMemText%]
  152. MeasureName=MeasurePhysMemUsed
  153. Meter=STRING
  154. X=-160r
  155. Y=15r
  156. FontColor=0, 0, 0
  157. StringStyle=NORMAL
  158. FontSize=8
  159. StringAlign=LEFT
  160. FontFace=Tahoma
  161. Text="%1%"
  162. Percentual=1
  163. AutoScale=1
  164.  
  165. [MeterFreePhysMemText%]
  166. MeasureName=MeasurePhysMemFree
  167. Meter=STRING
  168. X=160r
  169. Y=0r
  170. FontColor=0, 0, 0
  171. StringStyle=NORMAL
  172. FontSize=8
  173. StringAlign=RIGHT
  174. FontFace=Tahoma
  175. Text="%1%"
  176. Percentual=1
  177. AutoScale=1
  178.  
  179. [MeterTotalSwapMemText]
  180. MeasureName=MeasureSwapMemTotal
  181. Meter=STRING
  182. X=-160r
  183. Y=20r
  184. FontColor=0, 0, 0
  185. StringStyle=NORMAL
  186. FontSize=8
  187. StringAlign=LEFT
  188. FontFace=Tahoma
  189. Text="Total virtual memory: %1B"
  190. AntiAlias=1
  191. AutoScale=1
  192.  
  193. [MeterUsedSwapMemBar]
  194. MeasureName=MeasureSwapMemUsed
  195. Meter=BAR
  196. X=0r
  197. Y=16r
  198. W=160
  199. H=33
  200. BarColor=0, 0, 0, 64
  201. BarOrientation=HORIZONTAL
  202.  
  203. [MeterUsedSwapMemText]
  204. MeasureName=MeasureSwapMemUsed
  205. Meter=STRING
  206. X=0r
  207. Y=3r
  208. FontColor=0, 0, 0
  209. StringStyle=NORMAL
  210. FontSize=8
  211. StringAlign=LEFT
  212. FontFace=Tahoma
  213. Text="Used %1B"
  214. AntiAlias=1
  215. AutoScale=1
  216.  
  217. [MeterFreeSwapMemText]
  218. MeasureName=MeasureSwapMemFree
  219. Meter=STRING
  220. X=160r
  221. Y=0r
  222. FontColor=0, 0, 0
  223. StringStyle=NORMAL
  224. FontSize=8
  225. StringAlign=RIGHT
  226. FontFace=Tahoma
  227. Text="Free %1B"
  228. AntiAlias=1
  229. AutoScale=1
  230.  
  231. [MeterUsedSwapMemText%]
  232. MeasureName=MeasureSwapMemUsed
  233. Meter=STRING
  234. X=-160r
  235. Y=15r
  236. FontColor=0, 0, 0
  237. StringStyle=NORMAL
  238. FontSize=8
  239. StringAlign=LEFT
  240. FontFace=Tahoma
  241. Text="%1%"
  242. Percentual=1
  243. AutoScale=1
  244.  
  245. [MeterFreeSwapMemText%]
  246. MeasureName=MeasureSwapMemFree
  247. Meter=STRING
  248. X=160r
  249. Y=0r
  250. FontColor=0, 0, 0
  251. StringStyle=NORMAL
  252. FontSize=8
  253. StringAlign=RIGHT
  254. FontFace=Tahoma
  255. Text="%1%"
  256. Percentual=1
  257. AutoScale=1
  258.  
  259. ;-----------------------------------------------------------------------
  260.  
  261. [MeasureTotalC]
  262. Measure=FreeDiskSpace
  263. Drive=C:
  264. Total=1
  265.  
  266. [MeasureFreeC]
  267. Measure=FreeDiskSpace
  268. Drive=C:
  269.  
  270. [MeasureUsedC]
  271. Measure=FreeDiskSpace
  272. Drive=C:
  273. InvertMeasure=1
  274.  
  275. [MeterDrives]
  276. Meter=STRING
  277. X=15
  278. Y=30r
  279. FontColor=0, 0, 0
  280. StringStyle=BOLD
  281. FontSize=8
  282. StringAlign=LEFT
  283. FontFace=Tahoma
  284. Text="Drives:"
  285. AntiAlias=1
  286.  
  287. [MeterTotalCText]
  288. MeasureName=MeasureTotalC
  289. Meter=STRING
  290. X=0r
  291. Y=15r
  292. FontColor=0, 0, 0
  293. StringStyle=NORMAL
  294. FontSize=8
  295. StringAlign=LEFT
  296. FontFace=Tahoma
  297. Text="[C:\] Total %1B"
  298. AntiAlias=1
  299. AutoScale=1
  300.  
  301. [MeterUsedCBar]
  302. MeasureName=MeasureUsedC
  303. Meter=BAR
  304. X=0r
  305. Y=16r
  306. W=160
  307. H=33
  308. BarColor=0, 0, 0, 64
  309. BarOrientation=HORIZONTAL
  310.  
  311. [MeterUsedCText]
  312. MeasureName=MeasureUsedC
  313. Meter=STRING
  314. X=0r
  315. Y=3r
  316. FontColor=0, 0, 0
  317. StringStyle=NORMAL
  318. FontSize=8
  319. StringAlign=LEFT
  320. FontFace=Tahoma
  321. Text="Used %1B"
  322. AntiAlias=1
  323. AutoScale=1
  324.  
  325. [MeterFreeCText]
  326. MeasureName=MeasureFreeC
  327. Meter=STRING
  328. X=160r
  329. Y=0r
  330. FontColor=0, 0, 0
  331. StringStyle=NORMAL
  332. FontSize=8
  333. StringAlign=RIGHT
  334. FontFace=Tahoma
  335. Text="Free %1B"
  336. AntiAlias=1
  337. AutoScale=1
  338.  
  339. [MeterUsedCText%]
  340. MeasureName=MeasureUsedC
  341. Meter=STRING
  342. X=-160r
  343. Y=15r
  344. FontColor=0, 0, 0
  345. StringStyle=NORMAL
  346. FontSize=8
  347. StringAlign=LEFT
  348. FontFace=Tahoma
  349. Text="%1%"
  350. Percentual=1
  351. AutoScale=1
  352.  
  353. [MeterFreeCText%]
  354. MeasureName=MeasureFreeC
  355. Meter=STRING
  356. X=160r
  357. Y=0r
  358. FontColor=0, 0, 0
  359. StringStyle=NORMAL
  360. FontSize=8
  361. StringAlign=RIGHT
  362. FontFace=Tahoma
  363. Text="%1%"
  364. Percentual=1
  365. AutoScale=1
  366.  
  367. ;-----------------------------------------------------------------------
  368.  
  369. [MeasureTotalD]
  370. Measure=FreeDiskSpace
  371. Drive=D:
  372. Total=1
  373.  
  374. [MeasureFreeD]
  375. Measure=FreeDiskSpace
  376. Drive=D:
  377.  
  378. [MeasureUsedD]
  379. Measure=FreeDiskSpace
  380. Drive=D:
  381. InvertMeasure=1
  382.  
  383. [MeterTotalDText]
  384. MeasureName=MeasureTotalD
  385. Meter=STRING
  386. X=15
  387. Y=15r
  388. FontColor=0, 0, 0
  389. StringStyle=NORMAL
  390. FontSize=8
  391. StringAlign=LEFT
  392. FontFace=Tahoma
  393. Text="[D:\] Total %1B"
  394. AntiAlias=1
  395. AutoScale=1
  396.  
  397. [MeterUsedDBar]
  398. MeasureName=MeasureUsedD
  399. Meter=BAR
  400. X=0r
  401. Y=16r
  402. W=160
  403. H=33
  404. BarColor=0, 0, 0, 64
  405. BarOrientation=HORIZONTAL
  406.  
  407. [MeterUsedCText]
  408. MeasureName=MeasureUsedD
  409. Meter=STRING
  410. X=0r
  411. Y=3r
  412. FontColor=0, 0, 0
  413. StringStyle=NORMAL
  414. FontSize=8
  415. StringAlign=LEFT
  416. FontFace=Tahoma
  417. Text="Used %1B"
  418. AntiAlias=1
  419. AutoScale=1
  420.  
  421. [MeterFreeDText]
  422. MeasureName=MeasureFreeD
  423. Meter=STRING
  424. X=160r
  425. Y=0r
  426. FontColor=0, 0, 0
  427. StringStyle=NORMAL
  428. FontSize=8
  429. StringAlign=RIGHT
  430. FontFace=Tahoma
  431. Text="Free %1B"
  432. AntiAlias=1
  433. AutoScale=1
  434.  
  435. [MeterUsedDText%]
  436. MeasureName=MeasureUsedD
  437. Meter=STRING
  438. X=-160r
  439. Y=15r
  440. FontColor=0, 0, 0
  441. StringStyle=NORMAL
  442. FontSize=8
  443. StringAlign=LEFT
  444. FontFace=Tahoma
  445. Text="%1%"
  446. Percentual=1
  447. AutoScale=1
  448.  
  449. [MeterFreeDText%]
  450. MeasureName=MeasureFreeD
  451. Meter=STRING
  452. X=160r
  453. Y=0r
  454. FontColor=0, 0, 0
  455. StringStyle=NORMAL
  456. FontSize=8
  457. StringAlign=RIGHT
  458. FontFace=Tahoma
  459. Text="%1%"
  460. Percentual=1
  461. AutoScale=1
  462.  
  463. ;-----------------------------------------------------------------------
  464.  
  465. [MeasureTotalE]
  466. Measure=FreeDiskSpace
  467. Drive=E:
  468. Total=1
  469.  
  470. [MeasureFreeE]
  471. Measure=FreeDiskSpace
  472. Drive=E:
  473.  
  474. [MeasureUsedE]
  475. Measure=FreeDiskSpace
  476. Drive=E:
  477. InvertMeasure=1
  478.  
  479. [MeterTotalEText]
  480. MeasureName=MeasureTotalE
  481. Meter=STRING
  482. X=15
  483. Y=15r
  484. FontColor=0, 0, 0
  485. StringStyle=NORMAL
  486. FontSize=8
  487. StringAlign=LEFT
  488. FontFace=Tahoma
  489. Text="[E:\] Total %1B"
  490. AntiAlias=1
  491. AutoScale=1
  492.  
  493. [MeterUsedEBar]
  494. MeasureName=MeasureUsedE
  495. Meter=BAR
  496. X=0r
  497. Y=16r
  498. W=160
  499. H=33
  500. BarColor=0, 0, 0, 64
  501. BarOrientation=HORIZONTAL
  502.  
  503. [MeterUsedEText]
  504. MeasureName=MeasureUsedE
  505. Meter=STRING
  506. X=0r
  507. Y=3r
  508. FontColor=0, 0, 0
  509. StringStyle=NORMAL
  510. FontSize=8
  511. StringAlign=LEFT
  512. FontFace=Tahoma
  513. Text="Used %1B"
  514. AntiAlias=1
  515. AutoScale=1
  516.  
  517. [MeterFreeEText]
  518. MeasureName=MeasureFreeE
  519. Meter=STRING
  520. X=160r
  521. Y=0r
  522. FontColor=0, 0, 0
  523. StringStyle=NORMAL
  524. FontSize=8
  525. StringAlign=RIGHT
  526. FontFace=Tahoma
  527. Text="Free %1B"
  528. AntiAlias=1
  529. AutoScale=1
  530.  
  531. [MeterUsedEText%]
  532. MeasureName=MeasureUsedE
  533. Meter=STRING
  534. X=-160r
  535. Y=15r
  536. FontColor=0, 0, 0
  537. StringStyle=NORMAL
  538. FontSize=8
  539. StringAlign=LEFT
  540. FontFace=Tahoma
  541. Text="%1%"
  542. Percentual=1
  543. AutoScale=1
  544.  
  545. [MeterFreeEText%]
  546. MeasureName=MeasureFreeE
  547. Meter=STRING
  548. X=160r
  549. Y=0r
  550. FontColor=0, 0, 0
  551. StringStyle=NORMAL
  552. FontSize=8
  553. StringAlign=RIGHT
  554. FontFace=Tahoma
  555. Text="%1%"
  556. Percentual=1
  557. AutoScale=1
  558.  
  559. ;-----------------------------------------------------------------------
  560.  
  561. [MeasureNetIn]
  562. Measure=NetIn
  563.  
  564. [MeasureNetOut]
  565. Measure=NetOut
  566.  
  567. [MeasureNetInCumulative]
  568. Measure=NetIn
  569. Cumulative=1
  570.  
  571. [MeasureNetOutCumulative]
  572. Measure=NetOut
  573. Cumulative=1
  574.  
  575. [MeasureIP]
  576. Measure=Plugin
  577. Plugin=Plugins\SysInfo.dll
  578. SysInfoType=IP_ADDRESS
  579. SysInfoData=0
  580.  
  581. [MeasureDNS]
  582. Measure=Plugin
  583. Plugin=Plugins\SysInfo.dll
  584. SysInfoType=DNS_SERVER
  585. SysInfoData=0
  586.  
  587. [MeasureGW]
  588. Measure=Plugin
  589. Plugin=Plugins\SysInfo.dll
  590. SysInfoType=GATEWAY_ADDRESS
  591. SysInfoData=0
  592.  
  593. [MeterNetwork]
  594. Meter=STRING
  595. X=15
  596. Y=30r
  597. FontColor=0, 0, 0
  598. StringStyle=BOLD
  599. FontSize=8
  600. StringAlign=LEFT
  601. FontFace=Tahoma
  602. Text="Network:"
  603. AntiAlias=1
  604.  
  605. [MeterNetIPText]
  606. MeasureName=MeasureIP
  607. Meter=STRING
  608. X=0r
  609. Y=15r
  610. FontColor=0, 0, 0
  611. StringStyle=NORMAL
  612. FontSize=8
  613. StringAlign=LEFT
  614. FontFace=Tahoma
  615. Text="IP:    %1"
  616. AntiAlias=1
  617.  
  618. [MeterNetDNSText]
  619. MeasureName=MeasureDNS
  620. Meter=STRING
  621. X=0r
  622. Y=15r
  623. FontColor=0, 0, 0
  624. StringStyle=NORMAL
  625. FontSize=8
  626. StringAlign=LEFT
  627. FontFace=Tahoma
  628. Text="DNS: %1"
  629. AntiAlias=1
  630.  
  631. [MeterNetGWText]
  632. MeasureName=MeasureGW
  633. Meter=STRING
  634. X=0r
  635. Y=15r
  636. FontColor=0, 0, 0
  637. StringStyle=NORMAL
  638. FontSize=8
  639. StringAlign=LEFT
  640. FontFace=Tahoma
  641. Text="GW:  %1"
  642. AntiAlias=1
  643.  
  644. [MeterNetInText]
  645. MeasureName=MeasureNetIn
  646. Meter=STRING
  647. X=0r
  648. Y=20r
  649. FontColor=0, 0, 0
  650. StringStyle=NORMAL
  651. FontSize=8
  652. StringAlign=LEFT
  653. FontFace=Tahoma
  654. Text="DL: %1B"
  655. AutoScale=1
  656. AntiAlias=1
  657.  
  658. [MeterNetOutText]
  659. MeasureName=MeasureNetOut
  660. Meter=STRING
  661. X=0r
  662. Y=15r
  663. FontColor=0, 0, 0
  664. StringStyle=NORMAL
  665. FontSize=8
  666. StringAlign=LEFT
  667. FontFace=Tahoma
  668. Text="UL: %1B"
  669. AutoScale=1
  670. AntiAlias=1
  671.  
  672. [MeterNetOutHistogram]
  673. MeasureName=MeasureNetOut
  674. Meter=HISTOGRAM
  675. X=80
  676. Y=-24r
  677. W=100
  678. H=20
  679. PrimaryColor=0, 0, 0, 64
  680. AutoScale=1
  681.  
  682. [MeterNetInHistogram]
  683. MeasureName=MeasureNetIn
  684. Meter=HISTOGRAM
  685. X=80
  686. Y=25r
  687. W=100
  688. H=20
  689. PrimaryColor=0, 0, 0, 64
  690. AutoScale=1
  691. Flip=1
  692.  
  693. [MeterNetCumulativeText]
  694. MeasureName=MeasureNetInCumulative
  695. MeasureName2=MeasureNetOutCumulative
  696. Meter=STRING
  697. X=95
  698. Y=25r
  699. FontColor=0, 0, 0
  700. StringStyle=NORMAL
  701. FontSize=8
  702. StringAlign=CENTER
  703. FontFace=Tahoma
  704. Text="Total: %1B / %2B"
  705. AutoScale=1
  706. AntiAlias=1
  707.  
  708. ;-----------------------------------------------------------------------
  709.  
  710. [MeterShine]
  711. Meter=IMAGE
  712. X=7
  713. Y=7
  714. ImageName=shine.png
  715.  
  716. ;-----------------------------------------------------------------------
  717.  
  718. [MeasureUser]
  719. Measure=Plugin
  720. Plugin=Plugins\SysInfo.dll
  721. SysInfoType=USER_NAME
  722.  
  723. [MeasureHost]
  724. Measure=Plugin
  725. Plugin=Plugins\SysInfo.dll
  726. SysInfoType=HOST_NAME
  727.  
  728. [MeterName]
  729. MeasureName=MeasureUser
  730. MeasureName2=MeasureHost
  731. Meter=STRING
  732. X=95
  733. Y=12
  734. FontColor=0, 0, 0, 128
  735. StringStyle=BOLD
  736. FontSize=10
  737. StringAlign=CENTER
  738. FontFace=Tahoma
  739. Text="%1 - %2"
  740. AntiAlias=1