Advertisement
clintguy45

Clints Monitor

Feb 26th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.95 KB | None | 0 0
  1. [Rainmeter]
  2. Author=Clintguy45
  3. Update=1000
  4. AppVersion=1000
  5. Background=
  6. ; Modded version of AeroStats http://customize.org/rainmeter/skins/36209
  7. ; Feel Free to use and rip from the code as you wish.
  8. ;
  9. ; Please note, you need to have Everest or AIDA64 running to get the skin to work.
  10. ; From within these programs, you need to go to File->Preferences and then select External Applications.
  11. ; Ensure that only "Enable writting sensor values to registry" is ticked.
  12. ; You will then need to select the following in order for this skin to work:
  13. ; GPU Utilisation, CPU, CPU#1/Core#1,CPU#1/Core#2,CPU#1/Core#3,CPU#1/Core#4,
  14. ; GPU Diode(DispIO), Cooling Fans->GPU, Fan Speeds->GPU
  15. ; If you are using Everest, please replace all instances of "Software\FinalWire
  16. ; \AIDA64\SensorValues" in this file to "Software\Lavalys\Everest\SensorValues"
  17.  
  18. [Metadata]
  19. Name=
  20. Config=
  21. Description=
  22. Instructions=
  23. Version=
  24. Tags=
  25. License=
  26. Variant=
  27. Preview=
  28.  
  29. ;End of added Metadata
  30.  
  31.  
  32.  
  33.  
  34.  
  35. ---------------Measures------------
  36.  
  37. [Detect_TCPU] ; Main CPU Temp
  38. Measure=Registry
  39. RegHKey=HKEY_CURRENT_USER
  40. RegKey=Software\Lavalys\Everest\SensorValues
  41. RegValue=Value.TCPU
  42.  
  43. [Detect_TCC-1-1] ; CPU Core 1 temp
  44. Measure=Registry
  45. RegHKey=HKEY_CURRENT_USER
  46. RegKey=Software\Lavalys\Everest\SensorValues
  47. RegValue=Value.TCC-1-1
  48.  
  49. [Detect_TCC-1-2] ; CPU Core 2 temp
  50. Measure=Registry
  51. RegHKey=HKEY_CURRENT_USER
  52. RegKey=Software\Lavalys\Everest\SensorValues
  53. RegValue=Value.TCC-1-2
  54.  
  55. [Detect_TCC-1-3] ; CPU Core 3 temp
  56. Measure=Registry
  57. RegHKey=HKEY_CURRENT_USER
  58. RegKey=Software\Lavalys\Everest\SensorValues
  59. RegValue=Value.TCC-1-3
  60.  
  61. [Detect_TCC-1-4] ; CPU Core 4 temp
  62. Measure=Registry
  63. RegHKey=HKEY_CURRENT_USER
  64. RegKey=Software\Lavalys\Everest\SensorValues
  65. RegValue=Value.TCC-1-4
  66.  
  67.  
  68. [Detect_SGPU1UTI] ; Get GPU Usage
  69. Measure=Registry
  70. RegHKey=HKEY_CURRENT_USER
  71. RegKey=Software\Lavalys\Everest\SensorValues
  72. RegValue=Value.SGPU1UTI
  73.  
  74. [Detect_TGPU1DIOD] ; Get GPU Temp
  75. Measure=Registry
  76. RegHKey=HKEY_CURRENT_USER
  77. RegKey=Software\Lavalys\Everest\SensorValues
  78. RegValue=Value.TGPU1
  79.  
  80. [Detect_FGPU1] ; Get GPU Fan RPM
  81. Measure=Registry
  82. RegHKey=HKEY_CURRENT_USER
  83. RegKey=Software\Lavalys\Everest\SensorValues
  84. RegValue=Value.FGPU1
  85.  
  86. [Detect_DGPU1] ; Get GPU Fan RPM in Percentage
  87. Measure=Registry
  88. RegHKey=HKEY_CURRENT_USER
  89. RegKey=Software\Lavalys\Everest\SensorValues
  90. RegValue=Value.DGPU1
  91.  
  92.  
  93. [MeasureCPU]
  94. Measure=CPU
  95.  
  96.  
  97. [MeasureCore1]
  98. Measure=CPU
  99. Processor=1
  100.  
  101.  
  102. [MeasureCore2]
  103. Measure=CPU
  104. Processor=2
  105.  
  106.  
  107. [MeasureCore3]
  108. Measure=CPU
  109. Processor=3
  110.  
  111. [MeasureCore4]
  112. Measure=CPU
  113. Processor=4
  114.  
  115. [MeasureCore5]
  116. Measure=CPU
  117. Processor=5
  118.  
  119. [MeasureCore6]
  120. Measure=CPU
  121. Processor=6
  122.  
  123. [MeasureCore7]
  124. Measure=CPU
  125. Processor=7
  126.  
  127. [MeasureCore8]
  128. Measure=CPU
  129. Processor=8
  130.  
  131. [MeasurePhysUsed]
  132. Measure=PhysicalMemory
  133. substitute="G":"GB","M":"MB"
  134.  
  135.  
  136. [MeasurePhysFree]
  137. Measure=PhysicalMemory
  138. InvertMeasure=1
  139. substitute="G":"GB","M":"MB"
  140.  
  141. [MeasurePhysTotal]
  142. Measure=PhysicalMemory
  143. Total=1
  144. substitute="G":"GB","M":"MB"
  145.  
  146.  
  147. [MeasureSwapUsed]
  148. Measure=SwapMemory
  149. substitute="G":"GB","M":"MB"
  150.  
  151. [MeasureSwapFree]
  152. Measure=SwapMemory
  153. InvertMeasure=1
  154. substitute="G":"GB","M":"MB"
  155.  
  156.  
  157. [MeasureSwapTotal]
  158. Measure=SwapMemory
  159. Total=1
  160. substitute="G":"GB","M":"MB"
  161.  
  162.  
  163. [MeasureRes]
  164. Measure=Plugin
  165. Plugin=Plugins\SysInfo.dll
  166. SysInfoType=Screen_Size
  167.  
  168. [MeasureNetIn]
  169. Measure=NetIn
  170. Substitute="k":"K","m":"M","g":"G","t":"T"
  171.  
  172. [MeasureNetOut]
  173. Measure=NetOut
  174. Substitute="k":"K","m":"M","g":"G","t":"T"
  175.  
  176. [MeasureNetInAll]
  177. Measure=NetIn
  178. Cumulative=1
  179. IfAboveValue=10000000000
  180. IfAboveAction=!Execute [!RainmeterResetStats]
  181.  
  182. [MeasureNetOutAll]
  183. Measure=NetOut
  184. Cumulative=1
  185. IfAboveValue=5000000000
  186. IfAboveAction=!Execute [!RainmeterResetStats]
  187.  
  188. [MeasureGetIP]
  189. Measure=Plugin
  190. Plugin=Plugins\WebParser.dll
  191. URL=http://checkip.dyndns.org
  192. RegExp="(?siU)<body>(.+)Address: (.+)</body>"
  193. StringIndex=2
  194. UpdateRate=3600
  195.  
  196. [MeasureSSID]
  197. Measure=Plugin
  198. Plugin=Plugins\WiFiStatus.dll
  199. WiFiInfoType=SSID
  200. WiFiIntfID=0
  201.  
  202. [MeasureWifiQuality]
  203. Measure=Plugin
  204. Plugin=Plugins\WiFiStatus.dll
  205. WiFiInfoType=QUALITY
  206. WiFiIntfID=0
  207.  
  208. [MeasureLanIP]
  209. Measure=Plugin
  210. Plugin=Plugins\SysInfo.dll
  211. SysInfoType=IP_ADDRESS
  212. SysInfoData=0
  213.  
  214. [MeasureUserName]
  215. Measure=Plugin
  216. Plugin=Plugins\SysInfo.dll
  217. SysInfoType=USER_NAME
  218.  
  219. [MeasureHostName]
  220. Measure=Plugin
  221. Plugin=Plugins\SysInfo.dll
  222. SysInfoType=HOST_NAME
  223.  
  224. [MeasureOS]
  225. Measure=Plugin
  226. Plugin=Plugins\SysInfo.dll
  227. SysInfoType=OS_VERSION
  228.  
  229. [MeasureCPUName]
  230. Measure=Registry
  231. RegHKey=HKEY_LOCAL_MACHINE
  232. RegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0
  233. RegValue=ProcessorNameString
  234. UpdateDivider=30
  235.  
  236. [MeasureCPU]
  237. Measure=CPU
  238. UpdateDivider=2
  239.  
  240. [MeasureCPUGHz]
  241. Measure=Plugin
  242. Plugin=Plugins\PowerPlugin.dll
  243. PowerState=MHZ
  244. UpdateDivider=30
  245. Substitute="k":""
  246.  
  247. [MeasureScreen]
  248. Measure=Plugin
  249. Plugin=Plugins\SysInfo.dll
  250. SysInfoType=SCREEN_SIZE
  251. UpdateDivider=30
  252.  
  253.  
  254. ;
  255. ;================ Display ===============
  256. [MeterTopLine]
  257. Meter=IMAGE
  258. X=2
  259. Y=-5r
  260. W=220
  261. H=15
  262. imagename=line.png
  263.  
  264. [MeterHostName]
  265. Meter=STRING
  266. MeasureName=MeasureHostName
  267. X=5
  268. Y=15
  269. FontColor=255, 255, 255
  270. StringStyle=NORMAL
  271. FontSize=8
  272. StringAlign=LEFT
  273. FontFace=Tahoma
  274. AntiAlias=1
  275. Prefix=""
  276.  
  277.  
  278. [MeterOS]
  279. Meter=STRING
  280. MeasureName=MeasureOS
  281. X=5
  282. Y=30
  283. FontColor=255, 255, 255
  284. StringStyle=NORMAL
  285. FontSize=8
  286. StringAlign=LEFT
  287. FontFace=Tahoma
  288. AntiAlias=1
  289. Prefix="OS: "
  290.  
  291. [MeterCPUName]
  292. Meter=STRING
  293. MeasureName=MeasureCPUName
  294. X=5
  295. Y=45
  296. FontColor=255, 255, 255
  297. StringStyle=NORMAL
  298. FontSize=7
  299. StringAlign=LEFT
  300. FontFace=Tahoma
  301. AntiAlias=1
  302. Prefix=""
  303.  
  304.  
  305. [MeterLine1]
  306. Meter=IMAGE
  307. X=2
  308. Y=5r
  309. W=220
  310. H=15
  311. imagename=line.png
  312.  
  313. [CPUStatsHeaderText]
  314. Meter=STRING
  315. X=5
  316. Y=20r
  317. FontColor=255, 255, 255
  318. StringStyle=BOLD
  319. FontSize=8
  320. StringAlign=Left
  321. FontFace=TAHOMA
  322. Text="CPU Stats:"
  323. AntiAlias=1
  324.  
  325.  
  326. [MeterCPU_Main]
  327. Meter=STRING
  328. MeasureName=MeasureCPU
  329. X=5
  330. Y=13r
  331. FontColor=255, 255, 255
  332. StringStyle=BOLD
  333. FontSize=8
  334. StringAlign=LEFT
  335. FontFace=Lucida Sans Unicode
  336. Text="CPU: %1%"
  337. AutoScale=1
  338. NumofDecimals=0
  339. AntiAlias=1
  340.  
  341.  
  342. [MeterCPU_MainTemp]
  343. Meter=STRING
  344. MeasureName=Detect_TCPU
  345. X=5
  346. Y=15r
  347. FontColor=255, 255, 255
  348. StringStyle=BOLD
  349. FontSize=8
  350. StringAlign=LEFT
  351. FontFace=Lucida Sans Unicode
  352. Text="TEMP: %1°C"
  353. AntiAlias=1
  354. AutoScale=1
  355. NumofDecimals=0
  356.  
  357.  
  358. [MeterCPUGraph]
  359. Meter=Line
  360. ;LineCount=2
  361. MeasureName=MeasureCPU
  362. ;MeasureName2=Detect_TCPU
  363. X=80r
  364. Y=-15r
  365. W=130
  366. H=25
  367. solidColor=255, 255, 255, 32
  368. LineColor=255, 255, 255
  369. ;LineColor2=255, 255, 0
  370. AntiAlias=1
  371. HorizontalLines=1
  372.  
  373. [CoreTempsText]
  374. Meter=STRING
  375. X=5
  376. Y=35r
  377. FontColor=255, 255, 255
  378. StringStyle=BOLD
  379. FontSize=8
  380. StringAlign=Left
  381. FontFace=TAHOMA
  382. Text="Core Temps:"
  383. AntiAlias=1
  384.  
  385.  
  386. [MeterCoreTemp1]
  387. Meter=STRING
  388. MeasureName=Detect_TCC-1-1
  389. X=5
  390. Y=15r
  391. FontColor=255, 255, 255
  392. StringStyle=NORMAL
  393. FontSize=8
  394. StringAlign=LEFT
  395. FontFace=Lucida Sans Unicode
  396. Text="#1: %1°C"
  397. AutoScale=1
  398. NumofDecimals=0
  399. AntiAlias=1
  400.  
  401.  
  402. [MeterCoreTemp2]
  403. Meter=STRING
  404. MeasureName=Detect_TCC-1-2
  405. X=5
  406. Y=15r
  407. FontColor=255, 255, 255
  408. StringStyle=NORMAL
  409. FontSize=8
  410. StringAlign=LEFT
  411. FontFace=Lucida Sans Unicode
  412. Text="#2: %1°C"
  413. AutoScale=1
  414. NumofDecimals=0
  415. AntiAlias=1
  416.  
  417.  
  418. [MeterCoreTemp3]
  419. Meter=STRING
  420. MeasureName=Detect_TCC-1-3
  421. X=120r
  422. Y=-15r
  423. FontColor=255, 255, 255
  424. StringStyle=NORMAL
  425. FontSize=8
  426. StringAlign=LEFT
  427. FontFace=Lucida Sans Unicode
  428. Text="#3: %1°C"
  429. AutoScale=1
  430. NumofDecimals=0
  431. AntiAlias=1
  432.  
  433. [MeterCoreTemp4]
  434. Meter=STRING
  435. MeasureName=Detect_TCC-1-4
  436. X=0r
  437. Y=15r
  438. FontColor=255, 255, 255
  439. StringStyle=NORMAL
  440. FontSize=8
  441. StringAlign=LEFT
  442. FontFace=Lucida Sans Unicode
  443. Text="#4: %1°C"
  444. AutoScale=1
  445. NumofDecimals=0
  446. AntiAlias=1
  447.  
  448.  
  449. [CoreUsageText]
  450. Meter=STRING
  451. X=5
  452. Y=20r
  453. FontColor=255, 255, 255
  454. StringStyle=BOLD
  455. FontSize=8
  456. StringAlign=Left
  457. FontFace=TAHOMA
  458. Text="Core Usage:"
  459. AntiAlias=1
  460.  
  461. [MeterCore1]
  462. Meter=STRING
  463. MeasureName=MeasureCore1
  464. X=5
  465. Y=15r
  466. FontColor=255, 255, 255
  467. StringStyle=NORMAL
  468. FontSize=8
  469. StringAlign=LEFT
  470. FontFace=Lucida Sans Unicode
  471. Text="#1: %1%"
  472. AutoScale=1
  473. NumofDecimals=0
  474. AntiAlias=1
  475.  
  476. [MeterCore1Bar]
  477. MeasureName=MeasureCore1
  478. Meter=BAR
  479. X=20r
  480. Y=3r
  481. W=50
  482. H=10
  483. BarColor=255, 255, 255, 32
  484. BarOrientation=HORIZONTAL
  485.  
  486.  
  487.  
  488.  
  489. [MeterCore2]
  490. Meter=STRING
  491. MeasureName=MeasureCore2
  492. X=5
  493. Y=12r
  494. FontColor=255, 255, 255
  495. StringStyle=NORMAL
  496. FontSize=8
  497. StringAlign=LEFT
  498. FontFace=Lucida Sans Unicode
  499. Text="#2: %1%"
  500. AutoScale=1
  501. NumofDecimals=0
  502. AntiAlias=1
  503.  
  504. [MeterCore2Bar]
  505. MeasureName=MeasureCore2
  506. Meter=BAR
  507. X=20r
  508. Y=3r
  509. W=50
  510. H=10
  511. BarColor=255, 255, 255, 32
  512. BarOrientation=HORIZONTAL
  513.  
  514.  
  515. [MeterCore3]
  516. Meter=STRING
  517. MeasureName=MeasureCore3
  518. X=5
  519. Y=12r
  520. FontColor=255, 255, 255
  521. StringStyle=NORMAL
  522. FontSize=8
  523. StringAlign=LEFT
  524. FontFace=Lucida Sans Unicode
  525. Text="#3: %1%"
  526. AutoScale=1
  527. NumofDecimals=0
  528. AntiAlias=1
  529.  
  530. [MeterCore3Bar]
  531. MeasureName=MeasureCore3
  532. Meter=BAR
  533. X=20r
  534. Y=3r
  535. W=50
  536. H=10
  537. BarColor=255, 255, 255, 32
  538. BarOrientation=HORIZONTAL
  539.  
  540.  
  541. [MeterCore4]
  542. Meter=STRING
  543. MeasureName=MeasureCore4
  544. X=5
  545. Y=12r
  546. FontColor=255, 255, 255
  547. StringStyle=NORMAL
  548. FontSize=8
  549. StringAlign=LEFT
  550. FontFace=Lucida Sans Unicode
  551. Text="#4: %1%"
  552. AutoScale=1
  553. NumofDecimals=0
  554. AntiAlias=1
  555.  
  556. [MeterCore4Bar]
  557. MeasureName=MeasureCore4
  558. Meter=BAR
  559. X=20r
  560. Y=3r
  561. W=50
  562. H=10
  563. BarColor=255, 255, 255, 32
  564. BarOrientation=HORIZONTAL
  565.  
  566. [MeterCore5]
  567. Meter=STRING
  568. MeasureName=MeasureCore5
  569. X=100r
  570. Y=-48r
  571. FontColor=255, 255, 255
  572. StringStyle=NORMAL
  573. FontSize=8
  574. StringAlign=LEFT
  575. FontFace=Lucida Sans Unicode
  576. Text="#5: %1%"
  577. AutoScale=1
  578. NumofDecimals=0
  579. AntiAlias=1
  580.  
  581. [MeterCore5Bar]
  582. MeasureName=MeasureCore5
  583. Meter=BAR
  584. X=20r
  585. Y=3r
  586. W=50
  587. H=10
  588. BarColor=255, 255, 255, 32
  589. BarOrientation=HORIZONTAL
  590.  
  591.  
  592. [MeterCore6]
  593. Meter=STRING
  594. MeasureName=MeasureCore6
  595. X=-20r
  596. Y=12r
  597. FontColor=255, 255, 255
  598. StringStyle=NORMAL
  599. FontSize=8
  600. StringAlign=LEFT
  601. FontFace=Lucida Sans Unicode
  602. Text="#6: %1%"
  603. AutoScale=1
  604. NumofDecimals=0
  605. AntiAlias=1
  606.  
  607. [MeterCore6Bar]
  608. MeasureName=MeasureCore6
  609. Meter=BAR
  610. X=20r
  611. Y=3r
  612. W=50
  613. H=10
  614. BarColor=255, 255, 255, 32
  615. BarOrientation=HORIZONTAL
  616.  
  617.  
  618. [MeterCore7]
  619. Meter=STRING
  620. MeasureName=MeasureCore7
  621. X=-20r
  622. Y=12r
  623. FontColor=255, 255, 255
  624. StringStyle=NORMAL
  625. FontSize=8
  626. StringAlign=LEFT
  627. FontFace=Lucida Sans Unicode
  628. Text="#7: %1%"
  629. AutoScale=1
  630. NumofDecimals=0
  631. AntiAlias=1
  632.  
  633. [MeterCore7Bar]
  634. MeasureName=MeasureCore7
  635. Meter=BAR
  636. X=20r
  637. Y=3r
  638. W=50
  639. H=10
  640. BarColor=255, 255, 255, 32
  641. BarOrientation=HORIZONTAL
  642.  
  643.  
  644. [MeterCore8]
  645. Meter=STRING
  646. MeasureName=MeasureCore8
  647. X=-20r
  648. Y=12r
  649. FontColor=255, 255, 255
  650. StringStyle=NORMAL
  651. FontSize=8
  652. StringAlign=LEFT
  653. FontFace=Lucida Sans Unicode
  654. Text="#8: %1%"
  655. AutoScale=1
  656. NumofDecimals=0
  657. AntiAlias=1
  658.  
  659. [MeterCore8Bar]
  660. MeasureName=MeasureCore8
  661. Meter=BAR
  662. X=20r
  663. Y=3r
  664. W=50
  665. H=10
  666. BarColor=255, 255, 255, 32
  667. BarOrientation=HORIZONTAL
  668.  
  669. [MeterLine2]
  670. Meter=IMAGE
  671. X=2
  672. Y=10r
  673. W=220
  674. H=15
  675. imagename=line.png
  676.  
  677.  
  678. [GPUHeaderText] ; Start of GPU section
  679. Meter=STRING
  680. X=5
  681. Y=18r
  682. FontColor=255, 255, 255
  683. StringStyle=BOLD
  684. FontSize=8
  685. StringAlign=Left
  686. FontFace=TAHOMA
  687. Text="GPU Stats"
  688. AntiAlias=1
  689.  
  690. ;[MeterLine3]
  691. ;Meter=IMAGE
  692. ;X=2
  693. ;Y=3r
  694. ;W=220
  695. ;H=15
  696. imagename=line.png
  697.  
  698. [MeterGPU_MainTempAndUsage]
  699. Meter=STRING
  700. MeasureName=Detect_TGPU1DIOD
  701. MeasureName2=Detect_SGPU1UTI
  702. X=5
  703. Y=15r
  704. FontColor=255, 255, 255
  705. StringStyle=BOLD
  706. FontSize=8
  707. StringAlign=LEFT
  708. FontFace=Lucida Sans Unicode
  709. Text="GPU TEMP: %1°C GPU Usage: %2%"
  710. AntiAlias=1
  711. AutoScale=1
  712. NumofDecimals=0
  713.  
  714.  
  715.  
  716. [MeterGPU_RPM]
  717. Meter=STRING
  718. MeasureName=Detect_FGPU1
  719. MeasureName2=Detect_DGPU1
  720. X=5
  721. Y=15r
  722. FontColor=255, 255, 255
  723. StringStyle=BOLD
  724. FontSize=8
  725. StringAlign=LEFT
  726. FontFace=Lucida Sans Unicode
  727. Text="Fan Speed: %1 RPM (%2%)"
  728. AntiAlias=1
  729. AutoScale=1
  730. NumofDecimals=0
  731.  
  732. [MeterLine3]
  733. Meter=IMAGE
  734. X=2
  735. Y=3r
  736. W=220
  737. H=15
  738. imagename=line.png
  739.  
  740.  
  741. ;-----------------------------------------------
  742.  
  743.  
  744.  
  745. [RamUsage]
  746. meter=string
  747. x=5
  748. y=20r
  749. FontColor=255, 255, 255
  750. StringStyle=BOLD
  751. FontSize=8
  752. StringAlign=LEFT
  753. FontFace=TAHOMA
  754. AntiAlias=1
  755. text="Memory Usage:"
  756.  
  757. [MeterPhysMemTotal]
  758. Meter=string
  759. MeasureName=MeasurePhysTotal
  760. x=0r
  761. y=13r
  762. FontColor=255, 255, 255
  763. StringStyle=NORMAL
  764. FontSize=8
  765. StringAlign=Left
  766. FontFace=Lucida Sans Unicode
  767. AntiAlias=1
  768. text="Total Physical Memory: %1"
  769. AutoScale=1
  770. NumofDecimals=2
  771.  
  772.  
  773.  
  774. [MeterUsedPhysMemBar]
  775. MeasureName=MeasurePhysUsed
  776. Meter=BAR
  777. X=1r
  778. Y=17r
  779. W=216
  780. H=16
  781. BarColor=255, 255, 255, 32
  782. BarOrientation=HORIZONTAL
  783.  
  784.  
  785. [MeterPhysMemUsed]
  786. Meter=string
  787. MeasureName=MeasurePhysUsed
  788. x=-1r
  789. y=0r
  790. FontColor=255, 255, 255
  791. StringStyle=NORMAL
  792. FontSize=8
  793. StringAlign=Left
  794. FontFace=Lucida Sans Unicode
  795. AntiAlias=1
  796. text="Used: %1%"
  797. AutoScale=0
  798. Percentual=1
  799.  
  800.  
  801. [MeterPhysMemFree]
  802. Meter=string
  803. MeasureName=MeasurePhysFree
  804. x=200r
  805. y=0r
  806. FontColor=255, 255, 255
  807. StringStyle=NORMAL
  808. FontSize=8
  809. StringAlign=RIGHT
  810. FontFace=Lucida Sans Unicode
  811. AntiAlias=1
  812. text="Free: %1%"
  813. AutoScale=0
  814. Percentual=1
  815.  
  816.  
  817. [MeterPhysSwapTotal]
  818. Meter=string
  819. MeasureName=MeasureSwapTotal
  820. x=-200r
  821. y=20r
  822. FontColor=255, 255, 255
  823. StringStyle=NORMAL
  824. FontSize=8
  825. StringAlign=Left
  826. FontFace=Lucida Sans Unicode
  827. AntiAlias=1
  828. text="Total Virtual Memory: %1"
  829. AutoScale=1
  830. NumofDecimals=2
  831.  
  832. [MeterUsedSwapMemBar]
  833. MeasureName=MeasureSwapUsed
  834. Meter=BAR
  835. X=1r
  836. Y=17r
  837. W=216
  838. H=16
  839. BarColor=255, 255, 255, 32
  840. BarOrientation=HORIZONTAL
  841.  
  842.  
  843.  
  844. [MeterSwapMemUsed]
  845. Meter=string
  846. MeasureName=MeasureSwapUsed
  847. x=-1r
  848. y=0r
  849. FontColor=255, 255, 255
  850. StringStyle=NORMAL
  851. FontSize=8
  852. StringAlign=LEFT
  853. FontFace=Lucida Sans Unicode
  854. AntiAlias=1
  855. text="Used: %1%"
  856. AutoScale=1
  857. Percentual=1
  858.  
  859. [MeterSwapMemFree]
  860. Meter=string
  861. MeasureName=MeasureSwapFree
  862. x=200r
  863. y=0r
  864. FontColor=255, 255, 255
  865. StringStyle=NORMAL
  866. FontSize=8
  867. StringAlign=RIGHT
  868. FontFace=Lucida Sans Unicode
  869. AntiAlias=1
  870. text="Free: %1%"
  871. AutoScale=1
  872. Percentual=1
  873. ;-----------------------------------------------
  874. [MeterLine4]
  875. Meter=IMAGE
  876. X=2
  877. Y=8r
  878. W=220
  879. H=15
  880. imagename=line.png
  881.  
  882. [NetUsageText]
  883. meter=string
  884. x=5
  885. y=20r
  886. FontColor=255, 255, 255
  887. StringStyle=BOLD
  888. FontSize=8
  889. StringAlign=LEFT
  890. FontFace=TAHOMA
  891. AntiAlias=1
  892. text="Net Usage:"
  893.  
  894. [MeterNetIn]
  895. Meter=STRING
  896. MeasureName=MeasureNetIn
  897. X=22
  898. Y=13r
  899. FontColor=255, 255, 255
  900. StringStyle=NORMAL
  901. FontSize=8
  902. StringAlign=LEFT
  903. FontFace=Lucida Sans Unicode
  904. AntiAlias=1
  905. AutoScale=1
  906. Text="In: %1B"
  907. NumOfDecimals=1
  908.  
  909. [MeterNetOut]
  910. Meter=STRING
  911. MeasureName=MeasureNetOut
  912. X=133
  913. Y=0r
  914. FontColor=255, 255, 255
  915. StringStyle=NORMAL
  916. FontSize=8
  917. StringAlign=LEFT
  918. FontFace=Lucida Sans Unicode
  919. AntiAlias=1
  920. AutoScale=1
  921. Text="Out: %1B"
  922. NumOfDecimals=1
  923.  
  924.  
  925. [MeterNetInAll]
  926. Meter=STRING
  927. MeasureName=MeasureNetInAll
  928. X=22
  929. Y=13r
  930. FontColor=255, 255, 255
  931. StringStyle=NORMAL
  932. FontSize=8
  933. StringAlign=LEFT
  934. FontFace=Lucida Sans Unicode
  935. AntiAlias=1
  936. AutoScale=1
  937. Text="DL: %1B"
  938. NumOfDecimals=1
  939.  
  940.  
  941. [MeterNetOutAll]
  942. Meter=STRING
  943. MeasureName=MeasureNetOutAll
  944. X=133
  945. Y=0r
  946. FontColor=255, 255, 255
  947. StringStyle=NORMAL
  948. FontSize=8
  949. StringAlign=LEFT
  950. FontFace=Lucida Sans Unicode
  951. AntiAlias=1
  952. AutoScale=1
  953. Text="UL: %1B"
  954. NumOfDecimals=1
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962. [netInHist]
  963. Meter=HISTOGRAM
  964. MeasureName=MeasureNetIn
  965. X=20
  966. Y=22r
  967. W=180
  968. H=19
  969. AutoScale=1
  970. AntiAlias=1
  971. PrimaryColor=255, 255, 255
  972. solidColor=255, 255, 255, 32
  973.  
  974. [MeterDownloadImage]
  975. Meter=IMAGE
  976. X=0r
  977. Y=0r
  978. W=18
  979. H=18
  980. imagename=arrow.png
  981. Greyscale=1
  982.  
  983.  
  984. [netOutHist]
  985. Meter=HISTOGRAM
  986. MeasureName=MeasureNetOut
  987. X=20
  988. Y=20r
  989. W=180
  990. H=19
  991. AutoScale=1
  992. PrimaryColor=128 , 128 , 128
  993. solidColor=255, 255, 255, 32
  994. ;solidColor=128, 128 , 128
  995. AntiAlias=1
  996. Flip=1
  997.  
  998. [MeterUploadImage]
  999. Meter=IMAGE
  1000. X=0r
  1001. Y=0r
  1002. W=18
  1003. H=18
  1004. imagename=arrow.png
  1005. Greyscale=1
  1006. ImageFlip=VERTICAL
  1007.  
  1008.  
  1009. [MeterShowIP]
  1010. Meter=string
  1011. MeasureName=MeasureGetIP
  1012. MeasureName2=MeasureLanIP
  1013. x=-15r
  1014. y=25r
  1015. FontColor=255, 255, 255
  1016. StringStyle=NORMAL
  1017. FontSize=8
  1018. FontFace=Lucida Sans Unicode
  1019. AntiAlias=1
  1020. text=IP: %1 LAN: %2
  1021.  
  1022. [MeterShowSSID]
  1023. Meter=string
  1024. MeasureName=MeasureSSID
  1025. MeasureName2=MeasureWifiQuality
  1026. x=0r
  1027. y=15r
  1028. FontColor=255, 255, 255
  1029. StringStyle=NORMAL
  1030. FontSize=8
  1031. FontFace=Lucida Sans Unicode
  1032. AntiAlias=1
  1033. text=SSID: %1 Quality: %2%
  1034.  
  1035. [MeterLine5]
  1036. Meter=IMAGE
  1037. X=2
  1038. Y=8r
  1039. W=220
  1040. H=15
  1041. imagename=line.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement