home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rainmeter / rainmeter-0.11.exe / System-CD.ini < prev    next >
INI File  |  2004-07-08  |  10KB  |  644 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=195
  28. ImageName=bg-middle.png
  29.  
  30. [MeterBottom]
  31. Meter=IMAGE
  32. X=0
  33. Y=285
  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. [MeasureNetIn]
  466. Measure=NetIn
  467.  
  468. [MeasureNetOut]
  469. Measure=NetOut
  470.  
  471. [MeasureNetInCumulative]
  472. Measure=NetIn
  473. Cumulative=1
  474.  
  475. [MeasureNetOutCumulative]
  476. Measure=NetOut
  477. Cumulative=1
  478.  
  479. [MeasureIP]
  480. Measure=Plugin
  481. Plugin=Plugins\SysInfo.dll
  482. SysInfoType=IP_ADDRESS
  483. SysInfoData=0
  484.  
  485. [MeasureDNS]
  486. Measure=Plugin
  487. Plugin=Plugins\SysInfo.dll
  488. SysInfoType=DNS_SERVER
  489. SysInfoData=0
  490.  
  491. [MeasureGW]
  492. Measure=Plugin
  493. Plugin=Plugins\SysInfo.dll
  494. SysInfoType=GATEWAY_ADDRESS
  495. SysInfoData=0
  496.  
  497. [MeterNetwork]
  498. Meter=STRING
  499. X=15
  500. Y=30r
  501. FontColor=0, 0, 0
  502. StringStyle=BOLD
  503. FontSize=8
  504. StringAlign=LEFT
  505. FontFace=Tahoma
  506. Text="Network:"
  507. AntiAlias=1
  508.  
  509. [MeterNetIPText]
  510. MeasureName=MeasureIP
  511. Meter=STRING
  512. X=0r
  513. Y=15r
  514. FontColor=0, 0, 0
  515. StringStyle=NORMAL
  516. FontSize=8
  517. StringAlign=LEFT
  518. FontFace=Tahoma
  519. Text="IP:    %1"
  520. AntiAlias=1
  521.  
  522. [MeterNetDNSText]
  523. MeasureName=MeasureDNS
  524. Meter=STRING
  525. X=0r
  526. Y=15r
  527. FontColor=0, 0, 0
  528. StringStyle=NORMAL
  529. FontSize=8
  530. StringAlign=LEFT
  531. FontFace=Tahoma
  532. Text="DNS: %1"
  533. AntiAlias=1
  534.  
  535. [MeterNetGWText]
  536. MeasureName=MeasureGW
  537. Meter=STRING
  538. X=0r
  539. Y=15r
  540. FontColor=0, 0, 0
  541. StringStyle=NORMAL
  542. FontSize=8
  543. StringAlign=LEFT
  544. FontFace=Tahoma
  545. Text="GW:  %1"
  546. AntiAlias=1
  547.  
  548. [MeterNetInText]
  549. MeasureName=MeasureNetIn
  550. Meter=STRING
  551. X=0r
  552. Y=20r
  553. FontColor=0, 0, 0
  554. StringStyle=NORMAL
  555. FontSize=8
  556. StringAlign=LEFT
  557. FontFace=Tahoma
  558. Text="DL: %1B"
  559. AutoScale=1
  560. AntiAlias=1
  561.  
  562. [MeterNetOutText]
  563. MeasureName=MeasureNetOut
  564. Meter=STRING
  565. X=0r
  566. Y=15r
  567. FontColor=0, 0, 0
  568. StringStyle=NORMAL
  569. FontSize=8
  570. StringAlign=LEFT
  571. FontFace=Tahoma
  572. Text="UL: %1B"
  573. AutoScale=1
  574. AntiAlias=1
  575.  
  576. [MeterNetOutHistogram]
  577. MeasureName=MeasureNetOut
  578. Meter=HISTOGRAM
  579. X=80
  580. Y=-24r
  581. W=100
  582. H=20
  583. PrimaryColor=0, 0, 0, 64
  584. AutoScale=1
  585.  
  586. [MeterNetInHistogram]
  587. MeasureName=MeasureNetIn
  588. Meter=HISTOGRAM
  589. X=80
  590. Y=25r
  591. W=100
  592. H=20
  593. PrimaryColor=0, 0, 0, 64
  594. AutoScale=1
  595. Flip=1
  596.  
  597. [MeterNetCumulativeText]
  598. MeasureName=MeasureNetInCumulative
  599. MeasureName2=MeasureNetOutCumulative
  600. Meter=STRING
  601. X=95
  602. Y=25r
  603. FontColor=0, 0, 0
  604. StringStyle=NORMAL
  605. FontSize=8
  606. StringAlign=CENTER
  607. FontFace=Tahoma
  608. Text="Total: %1B / %2B"
  609. AutoScale=1
  610. AntiAlias=1
  611.  
  612. ;-----------------------------------------------------------------------
  613.  
  614. [MeterShine]
  615. Meter=IMAGE
  616. X=7
  617. Y=7
  618. ImageName=shine.png
  619.  
  620. ;-----------------------------------------------------------------------
  621.  
  622. [MeasureUser]
  623. Measure=Plugin
  624. Plugin=Plugins\SysInfo.dll
  625. SysInfoType=USER_NAME
  626.  
  627. [MeasureHost]
  628. Measure=Plugin
  629. Plugin=Plugins\SysInfo.dll
  630. SysInfoType=HOST_NAME
  631.  
  632. [MeterName]
  633. MeasureName=MeasureUser
  634. MeasureName2=MeasureHost
  635. Meter=STRING
  636. X=95
  637. Y=12
  638. FontColor=0, 0, 0, 128
  639. StringStyle=BOLD
  640. FontSize=10
  641. StringAlign=CENTER
  642. FontFace=Tahoma
  643. Text="%1 - %2"
  644. AntiAlias=1