Advertisement
Speeedfire

Untitled

Nov 4th, 2012
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 29.27 KB | None | 0 0
  1.  ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  2. ;Rainmeter Settings
  3. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  4. [Rainmeter]
  5. Author=Uwe Pliha
  6. AppVersion=14000
  7. Update=1000
  8. BackgroundMode=1
  9. BackgroundMargins=10,10,10,10
  10. SolidColor=0,0,64,64
  11. SolidColor2=0,0,96,196
  12. GradientAngle=0
  13. BevelType=0
  14.  
  15. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  16. ;Main Settings
  17. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  18. [Variables]
  19. ;German Date/Time Style
  20. TimeFormat="%H:%M:%S"
  21. DateFormat="%Y.%m.%d"
  22.  
  23. ;American Date/Time Style
  24. ;TimeFormat="%I:%M %p"
  25. ;DateFormat="%A %b / %d / %Y"
  26.  
  27. ;Drive
  28. Drive1="C"
  29. Drive2="D"
  30.  
  31. Default_Color=255,255,255,228
  32. Default_Fontface=Tahoma
  33. Default_Fontsize=8
  34. Default_Style=NORMAL
  35. Default_Antialias=0
  36. Color_Red=255,255,255
  37. Color_Green=255,255,255
  38. Color_Yellow=244, 226, 2
  39. Color_Dark_Yellow=244, 226, 2,96
  40. Next_Line=12r
  41. Left_Align=15
  42.  
  43. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  44. ;Measures
  45. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  46. [MeasureTopCPU]
  47. Measure=Plugin
  48. Plugin=Plugins\TopProcesses.dll
  49. ReQuery=1
  50. GlobalIgnoredProcesses=Idle|%Total|rundll32|wscript|userinit
  51. SpecificIgnoredProcesses=Rainmeter|svchost*
  52. MetricType=CPU
  53. ProcNums=0-4
  54. Format="%CPU%: %pName"
  55. UpdateDivider=5
  56.  
  57.  
  58. [Mse_CPU]
  59. Measure=CPU
  60.  
  61. ;Memory
  62. ;-----------
  63. [Mse_RAMUsed]
  64. Measure=PhysicalMemory
  65.  
  66. [Mse_RAMFree]
  67. Measure=PhysicalMemory
  68. InvertMeasure=1
  69.  
  70. [Mse_RAM_Total]
  71. Measure=Calc
  72. Formula=Mse_RAMFree + Mse_RAMUsed
  73.  
  74. [Mse_SWPUsed]
  75. Measure=SwapMemory
  76.  
  77. [Mse_SWPFree]
  78. Measure=SwapMemory
  79. InvertMeasure=1
  80.  
  81. [Mse_SWPTotal]
  82. Measure=Calc
  83. Formula=Mse_SWPFree + Mse_SWPUsed
  84.  
  85. [Mse_NetIn]
  86. Measure=NetIn
  87. Substitute="k":"K","m":"M","g":"G","t":"T"
  88.  
  89. [Mse_NetIn1]
  90. Measure=Calc
  91. Formula=Mse_NetIn/1024
  92.  
  93. [Mse_NetOut]
  94. Measure=NetOut
  95. Substitute="k":"K","m":"M","g":"G","t":"T"
  96.  
  97. [Mse_NetOut1]
  98. Measure=Calc
  99. Formula=Mse_NetOut/1024
  100.  
  101. [Mse_Time]
  102. Measure=Time
  103. Format=#TimeFormat#
  104. Substitute=#TimeSubstitute#
  105.  
  106. [Mse_Date]
  107. Measure=Time
  108. Format=#DateFormat#
  109. Substitute=#MonthName#
  110.  
  111. [Mse_Weekday]
  112. Measure=Time
  113. Format="%A"
  114. Substitute=#DayName#
  115.  
  116. [Mse_WinUptime]
  117. Measure=Uptime
  118.  
  119. [Mse_UserName]
  120. Measure= Plugin
  121. Plugin=Plugins\SysInfo.dll
  122. SysInfoType=USER_NAME
  123.  
  124. [Mse_ComputerName]
  125. Measure= Plugin
  126. Plugin=Plugins\SysInfo.dll
  127. SysInfoType=COMPUTER_NAME
  128.  
  129. [Mse_Screen_Size]
  130. Measure= Plugin
  131. Plugin=Plugins\SysInfo.dll
  132. SysInfoType=SCREEN_SIZE
  133.  
  134. [Mse_OS]
  135. Measure=Plugin
  136. Plugin=Plugins\SysInfo.dll
  137. SysInfoType=OS_VERSION
  138.  
  139. [Mse_CPU_Speed]
  140. Measure=Plugin
  141. Plugin=Plugins\PowerPlugin.dll
  142. PowerState=MHZ
  143.  
  144. [Mse_CPU_Speed1]
  145. Measure=Calc
  146. ;Formula=Mse_CPU_Speed/1000
  147. Formula=Mse_CPU_Speed
  148.  
  149. [Mse_Processes]
  150. Measure=Plugin
  151. Plugin=plugins\PerfMon.dll
  152. PerfMonObject="System"
  153. PerfMonCounter="Processes"
  154. PerfMonInstance=""
  155. PerfMonDifference=0
  156.  
  157. [Mse_TopProcess]
  158. Measure=Plugin
  159. Plugin=Plugins\AdvancedCPU.dll
  160. TopProcess=2
  161. CPUExclude=Idle;Rainmeter
  162.  
  163. [Mse_TopProcess2]
  164. Measure=Plugin
  165. Plugin=Plugins\AdvancedCPU.dll
  166. TopProcess=1
  167. CPUExclude=Idle
  168.  
  169. ; [Mse_DiskIO]
  170. ; Measure=Plugin
  171. ; Plugin=PerfMon.dll
  172. ; PerfMonObject=LogicalDisk
  173. ; PerfMonCounter="Disk Bytes/sec"
  174. ; PerfMonInstance=_Total
  175. ; PerfMonInstance="C:"
  176.  
  177. [Mse_DiskIO_Read]
  178. Measure=Plugin
  179. Plugin=Plugins\PerfMon.dll
  180. PerfMonObject=PhysicalDisk
  181. PerfMonCounter="Disk Read Bytes/sec"
  182. PerfMonInstance=_Total
  183.  
  184. [Mse_DiskIO_Read_KB]
  185. Measure=Calc
  186. Formula=Mse_DiskIO_Read/1024/1024
  187.  
  188. [Mse_DiskIO_Write]
  189. Measure=Plugin
  190. Plugin=Plugins\PerfMon.dll
  191. PerfMonObject=PhysicalDisk
  192. PerfMonCounter="Disk Write Bytes/sec"
  193. PerfMonInstance=_Total
  194.  
  195. [Mse_DiskIO_Write_KB]
  196. Measure=Calc
  197. Formula=Mse_DiskIO_Write/1024/1024
  198.  
  199. [Mse_Domain]
  200. Measure= Plugin
  201. Plugin=Plugins\SysInfo.dll
  202. SysInfoType=DOMAIN_NAME
  203.  
  204. [Mse_TCP]
  205. Measure=Plugin
  206. Plugin=Plugins\PerfMon.dll
  207. PerfMonObject=TCP
  208. PerfMonCounter="Connections Active"
  209. PerfMonInstance=_Total
  210.  
  211. [Mse_IP]
  212. Measure=Plugin
  213. Plugin=Plugins\SysInfo.dll
  214. SysInfoType=IP_ADDRESS
  215. SysInfoData=1
  216.  
  217. [Mse_Netmask]
  218. Measure=Plugin
  219. Plugin=Plugins\SysInfo.dll
  220. SysInfoType=NET_MASK
  221. SysInfoData=1
  222.  
  223. [Mse_IPWeb]
  224. Measure=Plugin
  225. Plugin=Plugins\WebParser.dll
  226. URL=http://checkip.dyndns.org
  227. RegExp="(?siU)<body>(.+)Address: (.+)</body>"
  228. StringIndex=2
  229. UpdateRate=300
  230.  
  231. [Mse_DNS]
  232. Measure=Plugin
  233. Plugin=Plugins\SysInfo.dll
  234. SysInfoType=DNS_SERVER
  235. SysInfoData=0
  236.  
  237. [Mse_Gateway]
  238. Measure=Plugin
  239. Plugin=Plugins\SysInfo.dll
  240. SysInfoType=GATEWAY_ADDRESS
  241. SysInfoData=1
  242.  
  243. [Mse_NetIn]
  244. Measure=NetIn
  245.  
  246. [Mse_NetOut]
  247. Measure=NetOut
  248.  
  249. [Mse_NetInCumulative]
  250. Measure=NetIn
  251. Cumulative=1
  252.  
  253. [Mse_NetOutCumulative]
  254. Measure=NetOut
  255. Cumulative=1
  256.  
  257. [Mse_RAM_Total]
  258. Measure=PhysicalMemory
  259. Total=1
  260.  
  261. [Mse_RAM_Used]
  262. Measure=PhysicalMemory
  263.  
  264. [Mse_RAM_Free]
  265. Measure=PhysicalMemory
  266. InvertMeasure=1
  267.  
  268. [Mse_SWAP_Total]
  269. Measure=SwapMemory
  270. Total=1
  271.  
  272. [Mse_SWAP_Used]
  273. Measure=SwapMemory
  274.  
  275. [Mse_SWAP_Free]
  276. Measure=SwapMemory
  277. InvertMeasure=1
  278.  
  279. [Mse_Acline]
  280. Measure=Plugin
  281. PlugIn=PlugIns\PowerPlugin
  282. PowerState=ACLINE
  283. Substitute="0":"Unplugged","1":"Plugged"
  284.  
  285. [Mse_BatStatus]
  286. Measure=Plugin
  287. PlugIn=PlugIns\PowerPlugin
  288. PowerState=STATUS
  289.  
  290. [Mse_BatLifetimeRemain]
  291. Measure=Plugin
  292. PlugIn=PlugIns\PowerPlugin
  293. PowerState=PERCENT
  294.  
  295. [Mse_BatLifetime]
  296. Measure=Plugin
  297. PlugIn=PlugIns\PowerPlugin
  298. PowerState=LIFETIME
  299.  
  300. [Mse_BatLifetimeUsed]
  301. Measure=Plugin
  302. PlugIn=PlugIns\PowerPlugin
  303. PowerState=PERCENT
  304. InvertMeasure=0
  305.  
  306. ; [Mse_SpeedFan_Temp_CPU]
  307. ; Measure=Plugin
  308. ; Plugin=Plugins\SpeedFanPlugin.dll
  309. ; SpeedFanType=TEMPERATURE
  310. ; SpeedFanNumber=1
  311.  
  312. [Mse_CoreTemp_CPU1]
  313. Measure=Plugin
  314. Plugin=Plugins\CoreTemp.dll
  315. CoreTempType=Temperature
  316. CoreTempIndex=0
  317.  
  318. [Mse_CoreTemp_CPU2]
  319. Measure=Plugin
  320. Plugin=Plugins\CoreTemp.dll
  321. CoreTempType=Temperature
  322. CoreTempIndex=1
  323.  
  324. [Mse_SpeedFan_Temp_HDD]
  325. Measure=Plugin
  326. Plugin=Plugins\SpeedFanPlugin.dll
  327. SpeedFanType=TEMPERATURE
  328. SpeedFanNumber=4
  329.  
  330. [Mse_TotalC]
  331. Measure=FreeDiskSpace
  332. Drive=C:
  333. Total=1
  334.  
  335. [Mse_FreeC]
  336. Measure=FreeDiskSpace
  337. Drive=C:
  338.  
  339. [Mse_UsedC]
  340. Measure=FreeDiskSpace
  341. Drive=C:
  342. InvertMeasure=1
  343.  
  344. [Mse_TotalD]
  345. Measure=FreeDiskSpace
  346. Drive=D:
  347. Total=1
  348.  
  349. [Mse_FreeD]
  350. Measure=FreeDiskSpace
  351. Drive=D:
  352.  
  353. [Mse_UsedD]
  354. Measure=FreeDiskSpace
  355. Drive=D:
  356. InvertMeasure=1
  357.  
  358. [MeasureDiskAccessC]
  359. ; Measures disk access of the C: drive.
  360. Measure=Plugin
  361. Plugin=PerfMon
  362. PerfMonObject=LogicalDisk
  363. PerfMonCounter=Disk Bytes/sec
  364. PerfMonInstance=C:
  365.  
  366. [MeasureDiskAccessD]
  367. ; Measures disk access of the D: drive.
  368. Measure=Plugin
  369. Plugin=PerfMon
  370. PerfMonObject=LogicalDisk
  371. PerfMonCounter=Disk Bytes/sec
  372. PerfMonInstance=D:
  373.  
  374. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  375. ;Main Design
  376. ;•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  377. [Date]
  378. Meter=STRING
  379. MeasureName=Mse_Date
  380. X=#Left_Align#
  381. Y=5
  382. H=20
  383. W=100
  384. FontColor=#Default_Color#
  385. FontFace=#Default_Fontface#
  386. Fontsize=#Default_Fontsize#
  387. StringAlign=LEFT
  388. StringStyle=BOLD
  389. AntiAlias=#Default_Antialias#
  390. ClipString=1
  391.  
  392. [Time]
  393. Meter=STRING
  394. MeasureName=Mse_Time
  395. X=185
  396. Y=0r
  397. FontColor=#Default_Color#
  398. Fontface=#Default_Fontface#
  399. Fontsize=#Default_Fontsize#
  400. StringAlign=RIGHT
  401. ;StringStyle=#Default_Style#
  402. StringStyle=BOLD
  403. AntiAlias=#Default_Antialias#
  404.  
  405. [Header_System]
  406. Meter=STRING
  407. X=#Left_Align#
  408. Y=20r
  409. FontColor=#Color_Yellow#
  410. StringStyle=BOLD
  411. Fontsize=#Default_Fontsize#
  412. StringAlign=LEFT
  413. Fontface=#Default_Fontface#
  414. Text="Rendszer:"
  415. AntiAlias=#Default_Antialias#
  416.  
  417. [Seperator_System]
  418. Meter=IMAGE
  419. X=#Left_Align#
  420. Y=#Next_Line#
  421. W=170
  422. H=1
  423. SolidColor=#Color_Dark_Yellow#
  424.  
  425. [UserNameText]
  426. Meter=STRING
  427. X=#Left_Align#
  428. Y=5r
  429. FontColor=#Default_Color#
  430. Fontface=#Default_Fontface#
  431. Fontsize=#Default_Fontsize#
  432. StringAlign=LEFT
  433. StringStyle=#Default_Style#
  434. Text="Felhasználó:"
  435. AntiAlias=#Default_Antialias#
  436.  
  437. [UserName]
  438. Meter=STRING
  439. MeasureName=Mse_UserName
  440. X=100
  441. Y=0r
  442. FontColor=#Default_Color#
  443. Fontface=#Default_Fontface#
  444. Fontsize=#Default_Fontsize#
  445. StringAlign=LEFT
  446. StringStyle=#Default_Style#
  447. AntiAlias=#Default_Antialias#
  448.  
  449. ; [ComputerNameText]
  450. ; Meter=STRING
  451. ; X=#Left_Align#
  452. ; Y=#Next_Line#
  453. ; FontColor=#Default_Color#
  454. ; Fontface=#Default_Fontface#
  455. ; Fontsize=#Default_Fontsize#
  456. ; StringAlign=LEFT
  457. ; StringStyle=#Default_Style#
  458. ; Text="Host:"
  459. ; AntiAlias=#Default_Antialias#
  460.  
  461. ; [ComputerName]
  462. ; Meter=STRING
  463. ; MeasureName=Mse_ComputerName
  464. ; X=100
  465. ; Y=0r
  466. ; FontColor=#Default_Color#
  467. ; Fontface=#Default_Fontface#
  468. ; Fontsize=#Default_Fontsize#
  469. ; StringAlign=LEFT
  470. ; StringStyle=#Default_Style#
  471. ; AntiAlias=#Default_Antialias#
  472.  
  473. ; [OSText]
  474. ; Meter=STRING
  475. ; X=#Left_Align#
  476. ; Y=#Next_Line#
  477. ; FontColor=#Default_Color#
  478. ; Fontface=#Default_Fontface#
  479. ; Fontsize=#Default_Fontsize#
  480. ; StringAlign=LEFT
  481. ; StringStyle=#Default_Style#
  482. ; Prefix="OS:"
  483. ; AntiAlias=#Default_Antialias#
  484.  
  485. ; [OS]
  486. ; Meter=STRING
  487. ; MeasureName=Mse_OS
  488. ; X=100
  489. ; Y=0r
  490. ; FontColor=#Default_Color#
  491. ; Fontface=#Default_Fontface#
  492. ; Fontsize=#Default_Fontsize#
  493. ; StringAlign=LEFT
  494. ; StringStyle=#Default_Style#
  495. ; AntiAlias=#Default_Antialias#
  496.  
  497. ; [ScreenSize_Text]
  498. ; Meter=STRING
  499. ; X=#Left_Align#
  500. ; Y=#Next_Line#
  501. ; FontColor=#Default_Color#
  502. ; Fontface=#Default_Fontface#
  503. ; Fontsize=#Default_Fontsize#
  504. ; StringAlign=LEFT
  505. ; StringStyle=#Default_Style#
  506. ; Prefix="Screen:"
  507. ; AntiAlias=#Default_Antialias#
  508.  
  509. ; [ScreenSize]
  510. ; Meter=STRING
  511. ; MeasureName=Mse_Screen_Size
  512. ; X=100
  513. ; Y=0r
  514. ; FontColor=#Default_Color#
  515. ; Fontface=#Default_Fontface#
  516. ; Fontsize=#Default_Fontsize#
  517. ; StringAlign=LEFT
  518. ; StringStyle=#Default_Style#
  519. ; AntiAlias=#Default_Antialias#
  520.  
  521. ; [Header_Performance]
  522. ; Meter=STRING
  523. ; X=#Left_Align#
  524. ; Y=20r
  525. ; FontColor=#Color_Yellow#
  526. ; StringStyle=BOLD
  527. ; Fontsize=#Default_Fontsize#
  528. ; StringAlign=LEFT
  529. ; Fontface=#Default_Fontface#
  530. ; Text="Performance:"
  531. ; AntiAlias=#Default_Antialias#
  532.  
  533. [Seperator_Performance]
  534. Meter=IMAGE
  535. X=#Left_Align#
  536. Y=#Next_Line#
  537. W=170
  538. H=1
  539. SolidColor=#Color_Dark_Yellow#
  540.  
  541. [CPU_Text]
  542. Meter=STRING
  543. X=#Left_Align#
  544. Y=5r
  545. FontColor=#Default_Color#
  546. Fontsize=#Default_Fontsize#
  547. Fontface=#Default_Fontface#
  548. AntiAlias=#Default_Antialias#
  549. Text="CPU:"
  550.  
  551. [CPU]
  552. MeasureName=Mse_CPU
  553. Meter=STRING
  554. X=80
  555. Y=0r
  556. FontColor=#Default_Color#
  557. Fontsize=#Default_Fontsize#
  558. Fontface=#Default_Fontface#
  559. StringAlign=LEFT
  560. StringStyle=NORMAL
  561. AntiAlias=#Default_Antialias#
  562. NumOfDecimals=0
  563. Text="%1%"
  564.  
  565. [CPU_Speed]
  566. MeasureName=Mse_CPU_Speed1
  567. Meter=STRING
  568. X=30r
  569. Y=0r
  570. FontColor=#Default_Color#
  571. StringStyle=#Default_Style#
  572. Fontsize=#Default_Fontsize#
  573. StringAlign=LEFT
  574. Fontface=#Default_Fontface#
  575. Text="(@ %1 MHz)"
  576. AntiAlias=#Default_Antialias#
  577.  
  578. [CPUHist]
  579. Meter=HISTOGRAM
  580. MeasureName=Mse_CPU
  581. X=80
  582. Y=#Next_Line#
  583. W=105
  584. H=18
  585. PrimaryColor=244, 226, 2,128
  586.  
  587. [CPUGraph]
  588. Meter=Line
  589. MeasureName=Mse_CPU
  590. X=0r
  591. Y=1r
  592. H=18
  593. W=105
  594. LineCount=1
  595. LineColor=#Color_Yellow#
  596. HorizontalLine=1
  597. AntiAlias=1
  598. SolidColor=128,128,128,255
  599. SolidColor2=128,128,128,0
  600. GradientAngle=90
  601.  
  602. [RAMText]
  603. Meter=STRING
  604. X=#Left_Align#
  605. Y=20r
  606. FontColor=#Default_Color#
  607. StringStyle=#Default_Style#
  608. Fontsize=#Default_Fontsize#
  609. StringAlign=LEFT
  610. Fontface=#Default_Fontface#
  611. Text="RAM:"
  612. AntiAlias=#Default_Antialias#
  613.  
  614. [RAMUsed]
  615. MeasureName=Mse_RAM_Used
  616. Meter=STRING
  617. X=80
  618. Y=0r
  619. FontColor=#Default_Color#
  620. StringStyle=#Default_Style#
  621. Fontsize=#Default_Fontsize#
  622. StringAlign=LEFT
  623. Fontface=#Default_Fontface#
  624. Text="%1B"
  625. AntiAlias=#Default_Antialias#
  626. NumOfDecimals=2
  627. AutoScale=1
  628.  
  629. [RAM]
  630. MeasureName=Mse_RAM_Total
  631. Meter=STRING
  632. X=50r
  633. Y=0r
  634. FontColor=#Default_Color#
  635. StringStyle=#Default_Style#
  636. Fontsize=#Default_Fontsize#
  637. StringAlign=LEFT
  638. Fontface=#Default_Fontface#
  639. Text=" / %1B"
  640. AntiAlias=#Default_Antialias#
  641. AutoScale=1
  642.  
  643. [RAMBar]
  644. Meter=IMAGE
  645. X=80
  646. Y=16r
  647. W=105
  648. H=8
  649. SolidColor=255, 255, 255, 48
  650.  
  651. [RAMUsedBar]
  652. MeasureName=Mse_RAM_Used
  653. Meter=BAR
  654. X=80
  655. Y=0r
  656. W=105
  657. H=8
  658. BarColor=255, 255, 255, 90
  659. BarOrientation=HORIZONTAL
  660.  
  661. [SwapText]
  662. Meter=STRING
  663. X=#Left_Align#
  664. Y=#Next_Line#
  665. FontColor=#Default_Color#
  666. StringStyle=#Default_Style#
  667. Fontsize=#Default_Fontsize#
  668. StringAlign=LEFT
  669. Fontface=#Default_Fontface#
  670. Text="SWAP:"
  671. AntiAlias=#Default_Antialias#
  672.  
  673. [SwapUsed]
  674. MeasureName=Mse_SWAP_Used
  675. Meter=STRING
  676. X=80
  677. Y=0r
  678. FontColor=#Default_Color#
  679. StringStyle=#Default_Style#
  680. Fontsize=#Default_Fontsize#
  681. StringAlign=LEFT
  682. Fontface=#Default_Fontface#
  683. Text="%1B"
  684. AntiAlias=#Default_Antialias#
  685. NumOfDecimals=2
  686. AutoScale=1
  687.  
  688. [SwapTotal]
  689. MeasureName=Mse_SWAP_Total
  690. Meter=STRING
  691. X=50r
  692. Y=0r
  693. FontColor=#Default_Color#
  694. StringStyle=#Default_Style#
  695. Fontsize=#Default_Fontsize#
  696. StringAlign=LEFT
  697. Fontface=#Default_Fontface#
  698. Text=" / %1B"
  699. AntiAlias=#Default_Antialias#
  700. AutoScale=1
  701.  
  702. [SwapBarTotal]
  703. Meter=IMAGE
  704. X=80
  705. Y=16r
  706. W=105
  707. H=8
  708. SolidColor=255, 255, 255, 48
  709.  
  710. [SwapBarUsed]
  711. MeasureName=Mse_SWAP_Used
  712. Meter=BAR
  713. X=80
  714. Y=0r
  715. W=105
  716. H=8
  717. BarColor=255, 255, 255, 90
  718. BarOrientation=HORIZONTAL
  719.  
  720. [ProcessesText]
  721. Meter=STRING
  722. X=#Left_Align#
  723. Y=#Next_Line#
  724. FontColor=#Default_Color#
  725. StringStyle=#Default_Style#
  726. Fontsize=#Default_Fontsize#
  727. StringAlign=LEFT
  728. Fontface=#Default_Fontface#
  729. Text="Processes:"
  730. AntiAlias=#Default_Antialias#
  731.  
  732. [Processes]
  733. MeasureName=Mse_Processes
  734. Meter=STRING
  735. X=80
  736. Y=0r
  737. FontColor=#Default_Color#
  738. StringStyle=#Default_Style#
  739. Fontsize=#Default_Fontsize#
  740. StringAlign=LEFT
  741. Fontface=#Default_Fontface#
  742. AntiAlias=#Default_Antialias#
  743.  
  744. [Header_Process]
  745. Meter=STRING
  746. X=#Left_Align#
  747. Y=20r
  748. FontColor=#Color_Yellow#
  749. StringStyle=BOLD
  750. Fontsize=#Default_Fontsize#
  751. StringAlign=LEFT
  752. Fontface=#Default_Fontface#
  753. Text="Folyamatok:"
  754. AntiAlias=#Default_Antialias#
  755.  
  756. [Seperator_Process]
  757. Meter=IMAGE
  758. X=#Left_Align#
  759. Y=#Next_Line#
  760. W=170
  761. H=1
  762. SolidColor=#Color_Dark_Yellow#
  763.  
  764. [TopCPUText]
  765. Meter=String
  766. ;MeterStyle=Style
  767. MeasureName=MeasureTopCPU
  768. X=#Left_Align#
  769. Y=#Next_Line#
  770. FontColor=#Default_Color#
  771. StringStyle=#Default_Style#
  772. Fontsize=#Default_Fontsize#
  773. StringAlign=LEFT
  774. Fontface=#Default_Fontface#
  775. AntiAlias=#Default_Antialias#
  776.  
  777. ; [TopProcessName]
  778. ; MeasureName=Mse_TopProcess
  779. ; Meter=STRING
  780. ; X=#Left_Align#
  781. ; Y=5r
  782. ; FontColor=#Default_Color#
  783. ; Fontface=#Default_Fontface#
  784. ; Fontsize=#Default_Fontsize#
  785. ; StringAlign=LEFT
  786. ; Text="%1"
  787. ; AntiAlias=#Default_Antialias#
  788.  
  789. ; [TopProcessLoad]
  790. ; MeasureName=Mse_TopProcess2
  791. ; Meter=STRING
  792. ; X=185
  793. ; Y=0r
  794. ; FontColor=#Default_Color#
  795. ; Fontface=#Default_Fontface#
  796. ; Fontsize=#Default_Fontsize#
  797. ; StringAlign=RIGHT
  798. ; Text="%1%"
  799. ; AntiAlias=#Default_Antialias#
  800. ; NumOfDecimals=0
  801. ; Scale=100000
  802.  
  803. [Seperator_Networks]
  804. Meter=IMAGE
  805. X=#Left_Align#
  806. Y=#Next_Line#
  807. W=170
  808. H=1
  809.  
  810. [Header_Network]
  811. Meter=STRING
  812. X=#Left_Align#
  813. Y=60r
  814. FontColor=#Color_Yellow#
  815. StringStyle=BOLD
  816. Fontsize=#Default_Fontsize#
  817. StringAlign=LEFT
  818. Fontface=#Default_Fontface#
  819. Text="Hálózat:"
  820. AntiAlias=#Default_Antialias#
  821.  
  822. [Seperator_Network]
  823. Meter=IMAGE
  824. X=#Left_Align#
  825. Y=#Next_Line#
  826. W=170
  827. H=1
  828. SolidColor=#Color_Dark_Yellow#
  829.  
  830. ; [DomainText]
  831. ; Meter=STRING
  832. ; X=#Left_Align#
  833. ; Y=5r
  834. ; FontColor=#Default_Color#
  835. ; Fontface=#Default_Fontface#
  836. ; Fontsize=#Default_Fontsize#
  837. ; StringAlign=LEFT
  838. ; StringStyle=#Default_Style#
  839. ; Text="Domain:"
  840. ; AntiAlias=#Default_Antialias#
  841.  
  842. ; [Domain]
  843. ; Meter=STRING
  844. ; MeasureName=Mse_Domain
  845. ; X=80
  846. ; Y=0r
  847. ; FontColor=#Default_Color#
  848. ; Fontface=#Default_Fontface#
  849. ; Fontsize=#Default_Fontsize#
  850. ; StringAlign=LEFT
  851. ; StringStyle=#Default_Style#
  852. ; AntiAlias=#Default_Antialias#
  853.  
  854. [NetIPText]
  855. Meter=STRING
  856. X=#Left_Align#
  857. Y=#Next_Line#
  858. FontColor=#Default_Color#
  859. StringStyle=#Default_Style#
  860. Fontsize=#Default_Fontsize#
  861. StringAlign=LEFT
  862. Fontface=#Default_Fontface#
  863. Text="IP:"
  864. AntiAlias=#Default_Antialias#
  865.  
  866. [NetIP]
  867. MeasureName=Mse_IP
  868. Meter=STRING
  869. X=80
  870. Y=0r
  871. FontColor=#Default_Color#
  872. StringStyle=#Default_Style#
  873. Fontsize=#Default_Fontsize#
  874. StringAlign=LEFT
  875. Fontface=#Default_Fontface#
  876. AntiAlias=#Default_Antialias#
  877.  
  878. ; [Netmask_Text]
  879. ; Meter=STRING
  880. ; X=#Left_Align#
  881. ; Y=#Next_Line#
  882. ; FontColor=#Default_Color#
  883. ; StringStyle=#Default_Style#
  884. ; Fontsize=#Default_Fontsize#
  885. ; StringAlign=LEFT
  886. ; Fontface=#Default_Fontface#
  887. ; Text="Netmask:"
  888. ; AntiAlias=#Default_Antialias#
  889.  
  890. ; [Netmask]
  891. ; MeasureName=Mse_Netmask
  892. ; Meter=STRING
  893. ; X=80
  894. ; Y=0r
  895. ; FontColor=#Default_Color#
  896. ; StringStyle=#Default_Style#
  897. ; Fontsize=#Default_Fontsize#
  898. ; StringAlign=LEFT
  899. ; Fontface=#Default_Fontface#
  900. ; AntiAlias=#Default_Antialias#
  901.  
  902. [IPWebText]
  903. Meter=STRING
  904. X=#Left_Align#
  905. Y=#Next_Line#
  906. FontColor=#Default_Color#
  907. StringStyle=#Default_Style#
  908. Fontsize=#Default_Fontsize#
  909. StringAlign=LEFT
  910. Fontface=#Default_Fontface#
  911. Text="Web-IP: "
  912. AntiAlias=#Default_Antialias#
  913.  
  914. [IPWeb]
  915. Meter=STRING
  916. MeasureName=Mse_IPWeb
  917. X=80
  918. Y=0r
  919. FontColor=#Default_Color#
  920. StringStyle=#Default_Style#
  921. Fontsize=#Default_Fontsize#
  922. StringAlign=LEFT
  923. Fontface=#Default_Fontface#
  924. AntiAlias=#Default_Antialias#
  925.  
  926. ; [NetDNSText]
  927. ; Meter=STRING
  928. ; X=#Left_Align#
  929. ; Y=#Next_Line#
  930. ; FontColor=#Default_Color#
  931. ; StringStyle=#Default_Style#
  932. ; Fontsize=#Default_Fontsize#
  933. ; StringAlign=LEFT
  934. ; Fontface=#Default_Fontface#
  935. ; Text="DNS:"
  936. ; AntiAlias=#Default_Antialias#
  937.  
  938. ; [NetDNS]
  939. ; MeasureName=Mse_DNS
  940. ; Meter=STRING
  941. ; X=80
  942. ; Y=0r
  943. ; FontColor=#Default_Color#
  944. ; StringStyle=#Default_Style#
  945. ; Fontsize=#Default_Fontsize#
  946. ; StringAlign=LEFT
  947. ; Fontface=#Default_Fontface#
  948. ; AntiAlias=#Default_Antialias#
  949.  
  950. ; [NetGWText]
  951. ; Meter=STRING
  952. ; X=#Left_Align#
  953. ; Y=#Next_Line#
  954. ; FontColor=#Default_Color#
  955. ; StringStyle=#Default_Style#
  956. ; Fontsize=#Default_Fontsize#
  957. ; StringAlign=LEFT
  958. ; Fontface=#Default_Fontface#
  959. ; Text="GW:"
  960. ; AntiAlias=#Default_Antialias#
  961.  
  962. ; [NetGW]
  963. ; MeasureName=Mse_Gateway
  964. ; Meter=STRING
  965. ; X=80
  966. ; Y=0r
  967. ; FontColor=#Default_Color#
  968. ; StringStyle=#Default_Style#
  969. ; Fontsize=#Default_Fontsize#
  970. ; StringAlign=LEFT
  971. ; Fontface=#Default_Fontface#
  972. ; AntiAlias=#Default_Antialias#
  973.  
  974. ; [TCP_Text]
  975. ; Meter=STRING
  976. ; X=#Left_Align#
  977. ; Y=#Next_Line#
  978. ; FontColor=#Default_Color#
  979. ; StringStyle=#Default_Style#
  980. ; Fontsize=#Default_Fontsize#
  981. ; StringAlign=LEFT
  982. ; Fontface=#Default_Fontface#
  983. ; Text="Connections:"
  984. ; AntiAlias=#Default_Antialias#
  985.  
  986. ; [TCP]
  987. ; MeasureName=Mse_TCP
  988. ; Meter=STRING
  989. ; X=80
  990. ; Y=0r
  991. ; FontColor=#Default_Color#
  992. ; StringStyle=#Default_Style#
  993. ; Fontsize=#Default_Fontsize#
  994. ; StringAlign=LEFT
  995. ; Fontface=#Default_Fontface#
  996. ; AntiAlias=#Default_Antialias#
  997.  
  998. [NetInText]
  999. MeasureName=Mse_NetIn
  1000. Meter=STRING
  1001. X=#Left_Align#
  1002. Y=18r
  1003. FontColor=#Color_Green#
  1004. StringStyle=#Default_Style#
  1005. Fontsize=#Default_Fontsize#
  1006. StringAlign=LEFT
  1007. Fontface=#Default_Fontface#
  1008. Text="DL:"
  1009. AutoScale=1
  1010. AntiAlias=#Default_Antialias#
  1011.  
  1012. [NetIn]
  1013. MeasureName=Mse_NetIn1
  1014. Meter=STRING
  1015. X=85
  1016. Y=0r
  1017. FontColor=#Color_Green#
  1018. StringStyle=#Default_Style#
  1019. Fontsize=#Default_Fontsize#
  1020. StringAlign=RIGHT
  1021. Fontface=#Default_Fontface#
  1022. Text="%1 kb/s"
  1023. AutoScale=0
  1024. AntiAlias=#Default_Antialias#
  1025.  
  1026. [NetInHist]
  1027. Meter=HISTOGRAM
  1028. MeasureName=Mse_NetIn
  1029. X=85
  1030. Y=#Next_Line#
  1031. W=100
  1032. H=15
  1033. PrimaryColor=244, 226, 2,128
  1034. AutoScale=1
  1035.  
  1036. [NetInGraph]
  1037. Meter=Line
  1038. MeasureName=Mse_NetIn
  1039. X=0r
  1040. Y=0r
  1041. H=15
  1042. W=100
  1043. LineCount=1
  1044. LineColor=#Color_Yellow#
  1045. AntiAlias=1
  1046. AutoScale=1
  1047. SolidColor=128,128,128,255
  1048. SolidColor2=128,128,128,0
  1049. GradientAngle=90
  1050.  
  1051. ; [NetInHist]
  1052. ; Meter=HISTOGRAM
  1053. ; MeasureName=Mse_NetIn
  1054. ; X=0
  1055. ; Y=-1r
  1056. ; H=15
  1057. ; W=100
  1058. ; PrimaryColor=#Color_Green#
  1059.  
  1060. [NetOutText]
  1061. Meter=STRING
  1062. X=#Left_Align#
  1063. Y=20r
  1064. FontColor=#Color_Red#
  1065. StringStyle=#Default_Style#
  1066. Fontsize=#Default_Fontsize#
  1067. StringAlign=LEFT
  1068. Fontface=#Default_Fontface#
  1069. Text="UL:"
  1070. AutoScale=1
  1071. AntiAlias=#Default_Antialias#
  1072.  
  1073. [NetOut]
  1074. MeasureName=Mse_NetOut1
  1075. Meter=STRING
  1076. X=85
  1077. Y=0r
  1078. FontColor=#Color_Red#
  1079. StringStyle=#Default_Style#
  1080. Fontsize=#Default_Fontsize#
  1081. StringAlign=RIGHT
  1082. Fontface=#Default_Fontface#
  1083. Text="%1 kb/s"
  1084. AutoScale=0
  1085. AntiAlias=#Default_Antialias#
  1086.  
  1087. [NetOutHist]
  1088. Meter=HISTOGRAM
  1089. MeasureName=Mse_NetOut
  1090. X=85
  1091. Y=#Next_Line#
  1092. W=100
  1093. H=15
  1094. AutoScale=1
  1095. PrimaryColor=244, 226, 2,128
  1096.  
  1097. [NetOutGraph]
  1098. Meter=Line
  1099. MeasureName=Mse_NetOut
  1100. X=0r
  1101. Y=0r
  1102. H=15
  1103. W=100
  1104. LineCount=1
  1105. LineColor=#Color_Yellow#
  1106. AntiAlias=1
  1107. AutoScale=1
  1108. SolidColor=128,128,128,255
  1109. SolidColor2=128,128,128,0
  1110. GradientAngle=90
  1111.  
  1112. ; [NetOutHist]
  1113. ; Meter=HISTOGRAM
  1114. ; MeasureName=Mse_NetOut
  1115. ; X=0
  1116. ; Y=0r
  1117. ; H=15
  1118. ; W=100
  1119. ; PrimaryColor=#Color_Red#
  1120.  
  1121. [Header_Health]
  1122. Meter=STRING
  1123. X=#Left_Align#
  1124. Y=20r
  1125. FontColor=#Color_Yellow#
  1126. StringStyle=BOLD
  1127. Fontsize=#Default_Fontsize#
  1128. StringAlign=LEFT
  1129. Fontface=#Default_Fontface#
  1130. Text="Állapot:"
  1131. AntiAlias=#Default_Antialias#
  1132.  
  1133. [Seperator_Health]
  1134. Meter=IMAGE
  1135. X=#Left_Align#
  1136. Y=#Next_Line#
  1137. W=170
  1138. H=1
  1139. SolidColor=#Color_Dark_Yellow#
  1140.  
  1141. [UptimeText]
  1142. Meter=STRING
  1143. X=#Left_Align#
  1144. Y=5r
  1145. FontColor=#Default_Color#
  1146. Fontface=#Default_Fontface#
  1147. Fontsize=#Default_Fontsize#
  1148. StringAlign=LEFT
  1149. StringStyle=#Default_Style#
  1150. AntiAlias=#Default_Antialias#
  1151. Text="Uptime:"
  1152.  
  1153. [Uptime]
  1154. Meter=STRING
  1155. MeasureName=Mse_WinUptime
  1156. X=80
  1157. Y=0r
  1158. H=20
  1159. W=80
  1160. FontColor=#Default_Color#
  1161. Fontface=#Default_Fontface#
  1162. Fontsize=#Default_Fontsize#
  1163. StringAlign=LEFT
  1164. StringStyle=#Default_Style#
  1165. AntiAlias=#Default_Antialias#
  1166. Text=%1 h
  1167. ClipString=1
  1168.  
  1169. [CoreTemp_CPU1_Text]
  1170. Meter=STRING
  1171. X=#Left_Align#
  1172. Y=#Next_Line#
  1173. FontColor=#Default_Color#
  1174. Fontface=#Default_Fontface#
  1175. Fontsize=#Default_Fontsize#
  1176. StringAlign=LEFT
  1177. StringStyle=#Default_Style#
  1178. AntiAlias=#Default_Antialias#
  1179. Text="CPU Core 1:"
  1180.  
  1181. [CoreTemp_CPU1]
  1182. Meter=STRING
  1183. MeasureName=Mse_CoreTemp_CPU1
  1184. X=80
  1185. Y=0r
  1186. FontColor=#Default_Color#
  1187. Fontface=#Default_Fontface#
  1188. Fontsize=#Default_Fontsize#
  1189. StringAlign=LEFT
  1190. StringStyle=#Default_Style#
  1191. AntiAlias=#Default_Antialias#
  1192. Text=%1 °C
  1193.  
  1194. [CoreTemp_CPU2_Text]
  1195. Meter=STRING
  1196. X=#Left_Align#
  1197. Y=#Next_Line#
  1198. FontColor=#Default_Color#
  1199. Fontface=#Default_Fontface#
  1200. Fontsize=#Default_Fontsize#
  1201. StringAlign=LEFT
  1202. StringStyle=#Default_Style#
  1203. AntiAlias=#Default_Antialias#
  1204. Text="CPU Core 2:"
  1205.  
  1206. [CoreTemp_CPU2]
  1207. Meter=STRING
  1208. MeasureName=Mse_CoreTemp_CPU2
  1209. X=80
  1210. Y=0r
  1211. FontColor=#Default_Color#
  1212. Fontface=#Default_Fontface#
  1213. Fontsize=#Default_Fontsize#
  1214. StringAlign=LEFT
  1215. StringStyle=#Default_Style#
  1216. AntiAlias=#Default_Antialias#
  1217. Text=%1 °C
  1218.  
  1219. ; [SpeedFan_Temp_HDD_Text]
  1220. ; Meter=STRING
  1221. ; X=#Left_Align#
  1222. ; Y=#Next_Line#
  1223. ; FontColor=#Default_Color#
  1224. ; Fontface=#Default_Fontface#
  1225. ; Fontsize=#Default_Fontsize#
  1226. ; StringAlign=LEFT
  1227. ; StringStyle=#Default_Style#
  1228. ; AntiAlias=#Default_Antialias#
  1229. ; Text="Temp HDD:"
  1230.  
  1231. ; [SpeedFan_Temp_HDD]
  1232. ; Meter=STRING
  1233. ; MeasureName=Mse_SpeedFan_Temp_HDD
  1234. ; X=80
  1235. ; Y=0r
  1236. ; FontColor=#Default_Color#
  1237. ; Fontface=#Default_Fontface#
  1238. ; Fontsize=#Default_Fontsize#
  1239. ; StringAlign=LEFT
  1240. ; StringStyle=#Default_Style#
  1241. ; AntiAlias=#Default_Antialias#
  1242. ; Text=%1 °C
  1243.  
  1244. ; [Power_AC_Text]
  1245. ; Meter=STRING
  1246. ; X=#Left_Align#
  1247. ; Y=#Next_Line#
  1248. ; FontColor=#Default_Color#
  1249. ; StringStyle=#Default_Style#
  1250. ; Fontsize=#Default_Fontsize#
  1251. ; StringAlign=LEFT
  1252. ; Fontface=#Default_Fontface#
  1253. ; Text="AC-Line:"
  1254. ; AntiAlias=#Default_Antialias#
  1255.  
  1256. ; [Power_AC]
  1257. ; MeasureName=Mse_Acline
  1258. ; Meter=STRING
  1259. ; X=80
  1260. ; Y=0r
  1261. ; FontColor=#Default_Color#
  1262. ; StringStyle=#Default_Style#
  1263. ; Fontsize=#Default_Fontsize#
  1264. ; StringAlign=LEFT
  1265. ; Fontface=#Default_Fontface#
  1266. ; AntiAlias=#Default_Antialias#
  1267.  
  1268. ; [Power_Battery_Text]
  1269. ; Meter=STRING
  1270. ; X=#Left_Align#
  1271. ; Y=#Next_Line#
  1272. ; FontColor=#Default_Color#
  1273. ; StringStyle=#Default_Style#
  1274. ; Fontsize=#Default_Fontsize#
  1275. ; StringAlign=LEFT
  1276. ; Fontface=#Default_Fontface#
  1277. ; Text="Battery:"
  1278. ; AntiAlias=#Default_Antialias#
  1279.  
  1280. ; [Power_Battery]
  1281. ; MeasureName=Mse_BatLifetimeRemain
  1282. ; Meter=STRING
  1283. ; X=80
  1284. ; Y=0r
  1285. ; FontColor=#Default_Color#
  1286. ; StringStyle=#Default_Style#
  1287. ; Fontsize=#Default_Fontsize#
  1288. ; StringAlign=LEFT
  1289. ; Fontface=#Default_Fontface#
  1290. ; Text="%1%"
  1291. ; AntiAlias=#Default_Antialias#
  1292.  
  1293. ; [Power_Battery_Status_Text]
  1294. ; Meter=STRING
  1295. ; X=#Left_Align#
  1296. ; Y=#Next_Line#
  1297. ; FontColor=#Default_Color#
  1298. ; StringStyle=#Default_Style#
  1299. ; Fontsize=#Default_Fontsize#
  1300. ; StringAlign=LEFT
  1301. ; Fontface=#Default_Fontface#
  1302. ; Text="Status:"
  1303. ; AntiAlias=#Default_Antialias#
  1304.  
  1305. ; [Power_Battery_Status]
  1306. ; MeasureName=Mse_BatStatus
  1307. ; Meter=STRING
  1308. ; X=80
  1309. ; Y=0r
  1310. ; FontColor=#Default_Color#
  1311. ; StringStyle=#Default_Style#
  1312. ; Fontsize=#Default_Fontsize#
  1313. ; StringAlign=LEFT
  1314. ; Fontface=#Default_Fontface#
  1315. ; AntiAlias=#Default_Antialias#
  1316.  
  1317. ; [Power_Battery_Lifetime_Text]
  1318. ; Meter=STRING
  1319. ; X=#Left_Align#
  1320. ; Y=#Next_Line#
  1321. ; FontColor=#Default_Color#
  1322. ; StringStyle=#Default_Style#
  1323. ; Fontsize=#Default_Fontsize#
  1324. ; StringAlign=LEFT
  1325. ; Fontface=#Default_Fontface#
  1326. ; Text="Remaining:"
  1327. ; AntiAlias=#Default_Antialias#
  1328.  
  1329. ; [Power_Battery_Lifetime]
  1330. ; MeasureName=Mse_BatLifetime
  1331. ; Meter=STRING
  1332. ; X=80
  1333. ; Y=0r
  1334. ; FontColor=#Default_Color#
  1335. ; StringStyle=#Default_Style#
  1336. ; Fontsize=#Default_Fontsize#
  1337. ; StringAlign=LEFT
  1338. ; Fontface=#Default_Fontface#
  1339. ; Text="%1 h"
  1340. ; AntiAlias=#Default_Antialias#
  1341.  
  1342. [Header_Drives]
  1343. Meter=STRING
  1344. X=#Left_Align#
  1345. Y=20r
  1346. FontColor=#Color_Yellow#
  1347. StringStyle=BOLD
  1348. Fontsize=#Default_Fontsize#
  1349. StringAlign=LEFT
  1350. Fontface=#Default_Fontface#
  1351. Text="Meghajtók:"
  1352. AntiAlias=#Default_Antialias#
  1353.  
  1354. [Seperator_Drives]
  1355. Meter=IMAGE
  1356. X=#Left_Align#
  1357. Y=#Next_Line#
  1358. W=170
  1359. H=1
  1360. SolidColor=#Color_Dark_Yellow#
  1361.  
  1362. [DriveCText]
  1363. Meter=STRING
  1364. X=0r
  1365. Y=5r
  1366. FontColor=#Default_Color#
  1367. StringStyle=#Default_Style#
  1368. Fontsize=#Default_Fontsize#
  1369. StringAlign=LEFT
  1370. Fontface=#Default_Fontface#
  1371. Text="[C:\]"
  1372. AntiAlias=#Default_Antialias#
  1373.  
  1374. [DriveCUsed]
  1375. MeasureName=Mse_UsedC
  1376. Meter=STRING
  1377. X=60
  1378. Y=0r
  1379. FontColor=#Default_Color#
  1380. StringStyle=#Default_Style#
  1381. Fontsize=#Default_Fontsize#
  1382. StringAlign=LEFT
  1383. Fontface=#Default_Fontface#
  1384. Text="%1B"
  1385. AntiAlias=#Default_Antialias#
  1386. NumOfDecimals=2
  1387. AutoScale=1
  1388.  
  1389. [DriveCTotal]
  1390. MeasureName=Mse_TotalC
  1391. Meter=STRING
  1392. X=50r
  1393. Y=0r
  1394. FontColor=#Default_Color#
  1395. StringStyle=#Default_Style#
  1396. Fontsize=#Default_Fontsize#
  1397. StringAlign=LEFT
  1398. Fontface=#Default_Fontface#
  1399. Text=" / %1B"
  1400. AntiAlias=#Default_Antialias#
  1401. NumOfDecimals=2
  1402. AutoScale=1
  1403.  
  1404. [DriveCBarTotal]
  1405. Meter=IMAGE
  1406. X=#Left_Align#
  1407. Y=16r
  1408. W=170
  1409. H=8
  1410. SolidColor=255, 255, 255, 48
  1411.  
  1412. [DriveCBarFree]
  1413. MeasureName=Mse_UsedC
  1414. Meter=BAR
  1415. X=#Left_Align#
  1416. Y=0r
  1417. W=170
  1418. H=8
  1419. BarColor=255, 255, 255, 90
  1420. BarOrientation=HORIZONTAL
  1421.  
  1422. [Seperator_DrivesSpaces]
  1423. Meter=IMAGE
  1424. X=#Left_Align#
  1425. Y=#Next_Line#
  1426. W=170
  1427. H=1
  1428.  
  1429. [DriveDText]
  1430. Meter=STRING
  1431. X=0r
  1432. Y=5r
  1433. FontColor=#Default_Color#
  1434. StringStyle=#Default_Style#
  1435. Fontsize=#Default_Fontsize#
  1436. StringAlign=LEFT
  1437. Fontface=#Default_Fontface#
  1438. Text="[D:\]"
  1439. AntiAlias=#Default_Antialias#
  1440.  
  1441. [DriveDUsed]
  1442. MeasureName=Mse_UsedC
  1443. Meter=STRING
  1444. X=60
  1445. Y=0r
  1446. FontColor=#Default_Color#
  1447. StringStyle=#Default_Style#
  1448. Fontsize=#Default_Fontsize#
  1449. StringAlign=LEFT
  1450. Fontface=#Default_Fontface#
  1451. Text="%1B"
  1452. AntiAlias=#Default_Antialias#
  1453. NumOfDecimals=2
  1454. AutoScale=1
  1455.  
  1456. [DriveDTotal]
  1457. MeasureName=Mse_TotalD
  1458. Meter=STRING
  1459. X=50r
  1460. Y=0r
  1461. FontColor=#Default_Color#
  1462. StringStyle=#Default_Style#
  1463. Fontsize=#Default_Fontsize#
  1464. StringAlign=LEFT
  1465. Fontface=#Default_Fontface#
  1466. Text=" / %1B"
  1467. AntiAlias=#Default_Antialias#
  1468. NumOfDecimals=2
  1469. AutoScale=1
  1470.  
  1471. [DriveDBarTotal]
  1472. Meter=IMAGE
  1473. X=#Left_Align#
  1474. Y=16r
  1475. W=170
  1476. H=8
  1477. SolidColor=255, 255, 255, 48
  1478.  
  1479. [DriveDBarFree]
  1480. MeasureName=Mse_UsedD
  1481. Meter=BAR
  1482. X=#Left_Align#
  1483. Y=0r
  1484. W=170
  1485. H=8
  1486. BarColor=255, 255, 255, 90
  1487. BarOrientation=HORIZONTAL
  1488.  
  1489. [Seperator_Drives_Access]
  1490. Meter=IMAGE
  1491. X=#Left_Align#
  1492. Y=#Next_Line#
  1493. W=170
  1494. H=1
  1495. SolidColor=#Color_Dark_Yellow#
  1496.  
  1497.  
  1498. [DiskIO_Text]
  1499. Meter=STRING
  1500. X=#Left_Align#
  1501. Y=#Next_Line#
  1502. FontColor=#Default_Color#
  1503. StringStyle=#Default_Style#
  1504. Fontsize=#Default_Fontsize#
  1505. StringAlign=LEFT
  1506. Fontface=#Default_Fontface#
  1507. Text="Disk I/O:"
  1508. AntiAlias=#Default_Antialias#
  1509. NumOfDecimals=
  1510. AutoScale=1
  1511.  
  1512. [DiskIO_Read_Text]
  1513. Meter=STRING
  1514. X=80
  1515. Y=0r
  1516. FontColor=#Color_Green#
  1517. StringStyle=#Default_Style#
  1518. Fontsize=#Default_Fontsize#
  1519. StringAlign=LEFT
  1520. Fontface=#Default_Fontface#
  1521. Text="Olvasás"
  1522. AntiAlias=#Default_Antialias#
  1523. NumOfDecimals=
  1524. AutoScale=1
  1525.  
  1526. [DiskIO_Read]
  1527. MeasureName=Mse_DiskIO_Read_KB
  1528. Meter=STRING
  1529. X=120
  1530. Y=0r
  1531. FontColor=#Color_Green#
  1532. StringStyle=#Default_Style#
  1533. Fontsize=#Default_Fontsize#
  1534. StringAlign=LEFT
  1535. Fontface=#Default_Fontface#
  1536. AntiAlias=#Default_Antialias#
  1537. NumOfDecimals=0
  1538. Text="%1 mb/s"
  1539. AutoScale=0
  1540. ;StringStyle=BOLD
  1541.  
  1542. [DiskIO_Write_Text]
  1543. Meter=STRING
  1544. X=80
  1545. Y=12r
  1546. FontColor=#Color_Red#
  1547. StringStyle=#Default_Style#
  1548. Fontsize=#Default_Fontsize#
  1549. StringAlign=LEFT
  1550. Fontface=#Default_Fontface#
  1551. Text="Írás"
  1552. AntiAlias=#Default_Antialias#
  1553. NumOfDecimals=
  1554. AutoScale=1
  1555.  
  1556. [DiskIO_Write]
  1557. MeasureName=Mse_DiskIO_Write_KB
  1558. Meter=STRING
  1559. X=120
  1560. Y=0r
  1561. FontColor=#Color_Red#
  1562. StringStyle=#Default_Style#
  1563. Fontsize=#Default_Fontsize#
  1564. StringAlign=LEFT
  1565. Fontface=#Default_Fontface#
  1566. AntiAlias=#Default_Antialias#
  1567. Text="%1 mb/s"
  1568. AutoScale=0
  1569. NumOfDecimals=0
  1570.  
  1571. [Seperator_DrivesIO]
  1572. Meter=IMAGE
  1573. X=#Left_Align#
  1574. Y=#Next_Line#
  1575. W=170
  1576. H=1
  1577.  
  1578. [MeterDiskAccessCText]
  1579. Meter=STRING
  1580. X=#Left_Align#
  1581. Y=#Next_Line#
  1582. FontColor=#Default_Color#
  1583. StringStyle=#Default_Style#
  1584. Fontsize=#Default_Fontsize#
  1585. StringAlign=LEFT
  1586. Fontface=#Default_Fontface#
  1587. Text="[C:\]"
  1588. AntiAlias=#Default_Antialias#
  1589.  
  1590. [MeterDiskAccessCHint]
  1591. Meter=HISTOGRAM
  1592. MeasureName=MeasureDiskAccessC
  1593. X=85
  1594. Y=0r
  1595. W=100
  1596. H=15
  1597. PrimaryColor=244, 226, 2,128
  1598.  
  1599. [MeterDiskAccessCGraph]
  1600. Meter=Line
  1601. MeasureName=MeasureDiskAccessC
  1602. X=85
  1603. Y=0r
  1604. H=15
  1605. W=100
  1606. LineCount=1
  1607. LineColor=#Color_Yellow#
  1608. AntiAlias=1
  1609. AutoScale=1
  1610. SolidColor=128,128,128,255
  1611. SolidColor2=128,128,128,0
  1612. GradientAngle=90
  1613.  
  1614. [Seperator_DrivesAccess]
  1615. Meter=IMAGE
  1616. X=#Left_Align#
  1617. Y=#Next_Line#
  1618. W=170
  1619. H=1
  1620.  
  1621. [MeterDiskAccessDText]
  1622. Meter=STRING
  1623. X=#Left_Align#
  1624. Y=#Next_Line#
  1625. FontColor=#Default_Color#
  1626. StringStyle=#Default_Style#
  1627. Fontsize=#Default_Fontsize#
  1628. StringAlign=LEFT
  1629. Fontface=#Default_Fontface#
  1630. Text="[D:\]"
  1631. AntiAlias=#Default_Antialias#
  1632.  
  1633. [MeterDiskAccessDHint]
  1634. Meter=HISTOGRAM
  1635. MeasureName=MeasureDiskAccessD
  1636. X=85
  1637. Y=0r
  1638. W=100
  1639. H=15
  1640. PrimaryColor=244, 226, 2,128
  1641.  
  1642. [MeterDiskAccessDGraph]
  1643. Meter=Line
  1644. MeasureName=MeasureDiskAccessD
  1645. X=85
  1646. Y=0r
  1647. H=15
  1648. W=100
  1649. LineCount=1
  1650. LineColor=#Color_Yellow#
  1651. AntiAlias=1
  1652. AutoScale=1
  1653. SolidColor=128,128,128,255
  1654. SolidColor2=128,128,128,0
  1655. GradientAngle=90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement