Advertisement
Guest User

ForceX System Monitor, Edited by noodle.

a guest
Mar 15th, 2012
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.63 KB | None | 0 0
  1. //
  2. //Add Fan speeds? % or rpm
  3. //Add HDD temps?
  4. //
  5.  
  6. [Rainmeter]
  7. OriginalAuthor=ForceX
  8. Editor=noodle
  9.  
  10. Update=1000
  11.  
  12. [Metadata]
  13. Name=ForceX
  14. Config=
  15. Description=System related information
  16. Instructions=Make Changes in your Settings.inc file
  17. Version=2
  18.  
  19.  
  20.  
  21. [Variables]
  22. @include=#SKINSPATH#ForceX\FXSM_V2_Settings.inc
  23. @include=#SKINSPATH#Enigma\Resources\Variables\UserVariables.inc
  24.  
  25.  
  26. ;============================================================================
  27. ;System Monitor Start
  28. ;============================================================================
  29. ;-----------------------------------------------------------
  30. ;System Monitor Side Body
  31. ;-----------------------------------------------------------
  32.  
  33. [System_Monitor_Outline]
  34. Meter=IMAGE
  35. X=0
  36. Y=0
  37. W=275
  38. H=823
  39. SolidColor=#color9#
  40. UpdateDivider=3600
  41.  
  42. [System_Monitor_Body]
  43. Meter=IMAGE
  44. X=1r
  45. Y=1r
  46. W=273
  47. H=820
  48. SolidColor=#color10#
  49. UpdateDivider=3600
  50.  
  51. [System_Monitor_Body_Side_Bar]
  52. Meter=IMAGE
  53. SolidColor=#color9#
  54. X=25
  55. Y=0
  56. H=820
  57. W=1
  58. UpdateDivider=3600
  59.  
  60. ;-----------------------------------------------------------
  61. ;System Monitor Name Vertical Text
  62. ;-----------------------------------------------------------
  63.  
  64. [System_Monitor_Vertical_Text]
  65. Meter=String
  66. Text="CPU Info"
  67. X=6
  68. Y=125
  69. Angle=-1.5707
  70. FontColor=#font1#
  71. FontSize=8
  72. AntiAlias=#AA#
  73.  
  74. ;===========================================================
  75. ;Detect OS
  76. ;===========================================================
  77.  
  78. [Detect_OS]
  79. Measure=Registry
  80. RegHKey=HKEY_LOCAL_MACHINE
  81. RegKey=SOFTWARE\Microsoft\Windows NT\CurrentVersion
  82. RegValue=ProductName
  83. Substitute="Windows XP":"0","Windows XP Professional":"0","Windows Vista(TM) Home":"1","Windows Vista(TM) Home Premium":"1","Windows Vista(TM) Professional":"1","Windows Vista(TM) Ultimate":"1","Windows 7 Home":"1","Windows 7 Home Premium":"1","Windows 7 Professional":"1","Windows 7 Ultimate":"1"
  84.  
  85. [OS_IS]
  86. Measure=Calc
  87. Formula=[Detect_OS]
  88. DynamicVariables=1
  89.  
  90. ;===========================================================
  91. ;CPU Information Gathering
  92. ;===========================================================
  93.  
  94. ;-----------------------------------------------------------
  95. ;Measure CPU
  96. ;-----------------------------------------------------------
  97.  
  98. [Mse_CPUMHz]
  99. Measure=Plugin
  100. Plugin=Plugins\PowerPlugin.dll
  101. PowerState=MHZ
  102.  
  103. [Mse_CPU]
  104. Measure=CPU
  105.  
  106. [Mse_CPUIdle]
  107. Measure=CPU
  108.  
  109. ;------------------------------------------------------------
  110. ;Measure CPU Cores / CPU Bars & Text
  111. ;------------------------------------------------------------
  112.  
  113. ------------------------------------ CPU Main
  114.  
  115. [CPU_idle]
  116. Meter=STRING
  117. MeasureName=Mse_CPUIdle
  118. X=30
  119. Y=5
  120. FontColor= 0, 200, 0, 200
  121. FontSize=8
  122. FontFace=#Font1Name#
  123. StringAlign=LEFT
  124. AntiAlias=#AA#
  125. AutoScale=1
  126. NumOfDecimals=0
  127. Postfix=%
  128.  
  129. [CPU_Main_Bar_Back]
  130. Meter=IMAGE
  131. X=75
  132. Y=7
  133. W=190
  134. H=10
  135. SolidColor=#color2#
  136. AntiAlias=#AA#
  137.  
  138. [CPU_Main_Bar]
  139. Meter=BAR
  140. MeasureName=Mse_CPU
  141. X=0r
  142. Y=0r
  143. W=190
  144. H=10
  145. BarColor=#color6#
  146. BarOrientation=HORIZONTAL
  147. AntiAlias=#AA#
  148.  
  149. ------------------------------------ Core 1 <----Dynamic Line Adjust Start
  150.  
  151. [Mse_Core_1]
  152. Measure=Plugin
  153. Plugin=Plugins\PerfMon.dll
  154. PerfMonObject="Processor"
  155. PerfMonInstance=0
  156. PerfMonCounter="% Processor Time"
  157. PerfMonDifference=1
  158. InvertMeasure=1
  159.  
  160. [Core_1_Text]
  161. Meter=STRING
  162. X=30
  163. Y=15r
  164. FontColor=#font1#
  165. FontSize=7
  166. FontFace=#Font1Name#
  167. AntiAlias=#AA#
  168. Text="Core 1"
  169.  
  170. [CPU_1_Bar_Back]
  171. Meter=IMAGE
  172. X=75
  173. Y=3r
  174. W=190
  175. H=5
  176. SolidColor=#color2#
  177. AntiAlias=#AA#
  178.  
  179. [CPU_1_Bar]
  180. Meter=BAR
  181. MeasureName=Mse_Core_1
  182. X=0r
  183. Y=0r
  184. W=190
  185. H=5
  186. BarColor=#color4#
  187. BarOrientation=HORIZONTAL
  188. AntiAlias=#AA#
  189.  
  190. ------------------------------------ Core 2
  191.  
  192. [Mse_Core_2]
  193. Measure=Plugin
  194. Plugin=Plugins\PerfMon.dll
  195. PerfMonObject="Processor"
  196. PerfMonInstance=1
  197. PerfMonCounter="% Processor Time"
  198. PerfMonDifference=1
  199. InvertMeasure=1
  200.  
  201. [Core_2_Text]
  202. Meter=STRING
  203. X=30
  204. Y=8r
  205. FontColor=#font1#
  206. FontSize=7
  207. FontFace=#Font1Name#
  208. AntiAlias=#AA#
  209. Text="Core 2"
  210.  
  211. [Core_2_Bar_Back]
  212. Meter=IMAGE
  213. X=75
  214. Y=3r
  215. W=190
  216. H=5
  217. SolidColor=#color2#
  218. AntiAlias=#AA#
  219.  
  220. [Core_2_Bar]
  221. Meter=BAR
  222. MeasureName=Mse_Core_2
  223. X=0r
  224. Y=0r
  225. W=190
  226. H=5
  227. BarColor=#color4#
  228. BarOrientation=HORIZONTAL
  229. AntiAlias=#AA#
  230.  
  231. ------------------------------------ Core 3
  232.  
  233. [Mse_Core_3]
  234. Measure=Plugin
  235. Plugin=Plugins\PerfMon.dll
  236. PerfMonObject="Processor"
  237. PerfMonInstance=2
  238. PerfMonCounter="% Processor Time"
  239. PerfMonDifference=1
  240. InvertMeasure=1
  241.  
  242. [Core_3_Text]
  243. Meter=STRING
  244. X=30
  245. Y=8r
  246. FontColor=#font1#
  247. FontSize=7
  248. FontFace=#Font1Name#
  249. AntiAlias=#AA#
  250. Text="Core 3"
  251.  
  252. [Core_3_Bar_Back]
  253. Meter=IMAGE
  254. X=75
  255. Y=3r
  256. W=190
  257. H=5
  258. SolidColor=#color2#
  259. AntiAlias=#AA#
  260.  
  261. [Core_3_Bar]
  262. Meter=BAR
  263. MeasureName=Mse_Core_3
  264. X=0r
  265. Y=0r
  266. W=190
  267. H=5
  268. BarColor=#color4#
  269. BarOrientation=HORIZONTAL
  270. AntiAlias=#AA#
  271.  
  272. ------------------------------------ Core 4
  273.  
  274. [Mse_Core_4]
  275. Measure=Plugin
  276. Plugin=Plugins\PerfMon.dll
  277. PerfMonObject="Processor"
  278. PerfMonInstance=3
  279. PerfMonCounter="% Processor Time"
  280. PerfMonDifference=1
  281. InvertMeasure=1
  282.  
  283. [Core_4_Text]
  284. Meter=STRING
  285. X=30
  286. Y=8r
  287. FontColor=#font1#
  288. FontSize=7
  289. FontFace=#Font1Name#
  290. AntiAlias=#AA#
  291. Text="Core 4"
  292.  
  293. [Core_4_Bar_Back]
  294. Meter=IMAGE
  295. X=75
  296. Y=3r
  297. W=190
  298. H=5
  299. SolidColor=#color2#
  300. AntiAlias=#AA#
  301.  
  302. [CPU_4_Bar]
  303. Meter=BAR
  304. MeasureName=Mse_Core_4
  305. X=0r
  306. Y=0r
  307. W=190
  308. H=5
  309. BarColor=#color4#
  310. BarOrientation=HORIZONTAL
  311. AntiAlias=#AA#
  312.  
  313.  
  314. ------------------------------------ CPU Temp Measures
  315.  
  316. ------------------------------------ CPU Temp Bar 1
  317.  
  318. [Mse_CPU_1_Temp]
  319. Measure=Plugin
  320. PlugIn=PlugIns\SpeedFanPlugin.dll
  321. SpeedFanNumber=#SFCPU1#
  322. MaxValue=65
  323. MinValue=20
  324.  
  325. [CPU_1_Name_Text]
  326. Meter=STRING
  327. X=30
  328. Y=13r
  329. FontColor=#font1#
  330. FontSize=7
  331. FontFace=#Font1Name#
  332. AntiAlias=#AA#
  333. Text="Core 1"
  334.  
  335. [CPU_1_Temp_Bar_Back]
  336. Meter=IMAGE
  337. X=75
  338. Y=3r
  339. W=165
  340. H=5
  341. SolidColor=#color2#
  342. AntiAlias=#AA#
  343.  
  344. [CPU_1_Temp_Bar]
  345. Meter=BAR
  346. MeasureName=Mse_CPU_1_Temp
  347. X=0r
  348. Y=0r
  349. W=165
  350. H=5
  351. BarColor=#color14#
  352. BarOrientation=HORIZONTAL
  353. AntiAlias=#AA#
  354. MaxValue=65
  355. MinValue=20
  356. AutoScale=0
  357.  
  358. [CPU_1_Temp_Text]
  359. Meter=STRING
  360. MeasureName=Mse_CPU_1_Temp
  361. X=242
  362. Y=-4r
  363. FontColor=#color14#
  364. FontSize=7
  365. FontFace=#Font1Name#
  366. AntiAlias=#AA#
  367. Text="%1°C"
  368.  
  369. ------------------------------------ CPU Temp Bar 2
  370. [Mse_CPU_2_Temp]
  371. Measure=Plugin
  372. PlugIn=PlugIns\SpeedFanPlugin.dll
  373. SpeedFanNumber=#SFCPU2#
  374. MaxValue=65
  375. MinValue=20
  376. [CPU_2_Name_Text]
  377. Meter=STRING
  378. X=30
  379. Y=13r
  380. FontColor=#font1#
  381. FontSize=7
  382. FontFace=#Font1Name#
  383. AntiAlias=#AA#
  384. Text="Core 2"
  385.  
  386. [CPU_2_Temp_Bar_Back]
  387. Meter=IMAGE
  388. X=75
  389. Y=3r
  390. W=165
  391. H=5
  392. SolidColor=#color2#
  393. AntiAlias=#AA#
  394.  
  395. [CPU_2_Temp_Bar]
  396. Meter=BAR
  397. MeasureName=Mse_CPU_2_Temp
  398. X=0r
  399. Y=0r
  400. W=165
  401. H=5
  402. BarColor=#color14#
  403. BarOrientation=HORIZONTAL
  404. AntiAlias=#AA#
  405. MaxValue=65
  406. MinValue=20
  407. AutoScale=0
  408.  
  409. [CPU_2_Temp_Text]
  410. Meter=STRING
  411. MeasureName=Mse_CPU_2_Temp
  412. X=242
  413. Y=-4r
  414. FontColor=#color14#
  415. FontSize=7
  416. FontFace=#Font1Name#
  417. AntiAlias=#AA#
  418. Text="%1°C"
  419.  
  420. ------------------------------------ CPU Temp Bar 3
  421.  
  422. [Mse_CPU_3_Temp]
  423. Measure=Plugin
  424. PlugIn=PlugIns\SpeedFanPlugin.dll
  425. SpeedFanNumber=#SFCPU3#
  426. MaxValue=65
  427. MinValue=20
  428.  
  429. [CPU_3_Name_Text]
  430. Meter=STRING
  431. X=30
  432. Y=13r
  433. FontColor=#font1#
  434. FontSize=7
  435. FontFace=#Font1Name#
  436. AntiAlias=#AA#
  437. Text="Core 3"
  438.  
  439. [CPU_3_Temp_Bar_Back]
  440. Meter=IMAGE
  441. X=75
  442. Y=3r
  443. W=165
  444. H=5
  445. SolidColor=#color2#
  446. AntiAlias=#AA#
  447.  
  448. [CPU_3_Temp_Bar]
  449. Meter=BAR
  450. MeasureName=Mse_CPU_3_Temp
  451. X=0r
  452. Y=0r
  453. W=165
  454. H=5
  455. BarColor=#color14#
  456. BarOrientation=HORIZONTAL
  457. AntiAlias=#AA#
  458. MaxValue=65
  459. MinValue=20
  460. AutoScale=0
  461.  
  462. [CPU_3_Temp_Text]
  463. Meter=STRING
  464. MeasureName=Mse_CPU_3_Temp
  465. X=242
  466. Y=-4r
  467. FontColor=#color14#
  468. FontSize=7
  469. FontFace=#Font1Name#
  470. AntiAlias=#AA#
  471. Text="%1°C"
  472.  
  473. ------------------------------------ CPU Temp Bar 4
  474.  
  475. [Mse_CPU_4_Temp]
  476. Measure=Plugin
  477. PlugIn=PlugIns\SpeedFanPlugin.dll
  478. SpeedFanNumber=#SFCPU4#
  479. MaxValue=65
  480. MinValue=20
  481.  
  482. [CPU_4_Name_Text]
  483. Meter=STRING
  484. X=30
  485. Y=13r
  486. FontColor=#font1#
  487. FontSize=7
  488. FontFace=#Font1Name#
  489. AntiAlias=#AA#
  490. Text="Core 4"
  491.  
  492. [CPU_4_Temp_Bar_Back]
  493. Meter=IMAGE
  494. X=75
  495. Y=3r
  496. W=165
  497. H=5
  498. SolidColor=#color2#
  499. AntiAlias=#AA#
  500.  
  501. [CPU_4_Temp_Bar]
  502. Meter=BAR
  503. MeasureName=Mse_CPU_4_Temp
  504. X=0r
  505. Y=0r
  506. W=165
  507. H=5
  508. BarColor=#color14#
  509. BarOrientation=HORIZONTAL
  510. AntiAlias=#AA#
  511. MaxValue=65
  512. MinValue=20
  513. AutoScale=0
  514.  
  515. [CPU_4_Temp_Text]
  516. Meter=STRING
  517. MeasureName=Mse_CPU_4_Temp
  518. X=242
  519. Y=-4r
  520. FontColor=#color14#
  521. FontSize=7
  522. FontFace=#Font1Name#
  523. AntiAlias=#AA#
  524. Text="%1°C"
  525.  
  526.  
  527. ------------------------------------ GPU 1 Temp
  528.  
  529. [Mse_GPU1_Temp]
  530. Measure=Plugin
  531. PlugIn=PlugIns\SpeedFanPlugin.dll
  532. SpeedFanNumber=#SFGPU1#
  533. MaxValue=65
  534. MinValue=20
  535.  
  536. [GPU1_Name_Text]
  537. Meter=STRING
  538. X=30
  539. Y=12r
  540. FontColor=#font1#
  541. FontSize=7
  542. FontFace=#Font1Name#
  543. AntiAlias=#AA#
  544. Text="GPU"
  545.  
  546. [GPU1_Temp_Bar_Back]
  547. Meter=IMAGE
  548. X=75
  549. Y=3r
  550. W=165
  551. H=5
  552. SolidColor=#color2#
  553. AntiAlias=#AA#
  554.  
  555. [GPU1_Temp_Bar]
  556. Meter=BAR
  557. MeasureName=Mse_GPU1_Temp
  558. X=0r
  559. Y=0r
  560. W=165
  561. H=5
  562. BarColor=#color11#
  563. BarOrientation=HORIZONTAL
  564. AntiAlias=#AA#
  565. MaxValue=65
  566. MinValue=20
  567. AutoScale=0
  568.  
  569. [GPU1_Temp_Text]
  570. Meter=STRING
  571. MeasureName=Mse_GPU1_Temp
  572. X=242
  573. Y=-4r
  574. FontColor=#color11#
  575. FontSize=7
  576. FontFace=#Font1Name#
  577. AntiAlias=#AA#
  578. Text="%1°C"
  579.  
  580. ;-----------------------------------------------------------
  581. ;Fan speeds?!?!??!??!?!?!???!?!?!?!???!??!
  582. ;-----------------------------------------------------------
  583.  
  584.  
  585. ;-----------------------------------------------------------
  586. ;Measure Processes
  587. ;-----------------------------------------------------------
  588.  
  589. [Mse_Processes]
  590. Measure=Plugin
  591. Plugin=Perfmon.dll
  592. PerfMonObject="System"
  593. PerfMonCounter="Processes"
  594. PerfMonInstance=""
  595. PerfMonDifference=0
  596.  
  597. [Processes_Text]
  598. Meter=String
  599. MeasureName=Mse_Processes
  600. Prefix="Processes: "
  601. X=30
  602. Y=18r
  603. FontColor=#font1#
  604. FontSize=8
  605. FontFace=#Font1Name#
  606. AntiAlias=#AA#
  607.  
  608. ;-----------------------------------------------------------
  609. ;Measure Top Processes
  610. ;-----------------------------------------------------------
  611.  
  612. [Mse_Top_Process]
  613. Measure=Plugin
  614. Plugin=Plugins\AdvancedCPU.dll
  615. TopProcess=2
  616. CPUExclude=Idle
  617.  
  618. [Top_Processes_Text]
  619. Meter=String
  620. MeasureName=Mse_Top_Process
  621. Prefix="Top Processes: "
  622. X=0r
  623. Y=15r
  624. FontColor=#font1#
  625. FontSize=8
  626. FontFace=#Font1Name#
  627. AntiAlias=#AA#
  628.  
  629. ;-----------------------------------------------------------
  630. ;Measure System Up Time
  631. ;-----------------------------------------------------------
  632.  
  633. [Mse_System_Uptime]
  634. Measure=Uptime
  635. Substitute="d":" days,",":":" hours, "
  636. UpdateDivider=60
  637.  
  638. [System_Uptime_Text]
  639. Meter=String
  640. MeasureName=Mse_System_Uptime
  641. Prefix="System Uptime: "
  642. X=30
  643. Y=15r
  644. FontColor=#font1#
  645. FontSize=8
  646. FontFace=#Font1Name#
  647. AntiAlias=#AA#
  648.  
  649. ;-----------------------------------------------------------
  650. ;CPU Graphs
  651. ;-----------------------------------------------------------
  652.  
  653. [Spacer_1]
  654. Meter=IMAGE
  655. SolidColor=#color9#
  656. X=25
  657. Y=18r
  658. H=1
  659. W=250
  660.  
  661. ------------------------------------ CPU Graph
  662.  
  663. [CPU_Graph_color20]
  664. Meter=Line
  665. MeasureName=Mse_CPU
  666. X=0r
  667. Y=0r
  668. H=46
  669. W=240
  670. LineCount=1
  671. LineColor=#color4#
  672. AntiAlias=#AA#
  673.  
  674. [CPU_Graph_Main]
  675. Meter=HISTOGRAM
  676. MeasureName=Mse_CPU
  677. X=0r
  678. Y=0r
  679. H=46
  680. W=240
  681. PrimaryColor=#color5#
  682. AntiAlias=#AA#
  683.  
  684. ------------------------------------ CPU 1 Temp Graph
  685.  
  686. [CPU_1_Temp_Graph]
  687. Meter=Line
  688. MeasureName=Mse_CPU_1_Temp
  689. X=0r
  690. Y=2r
  691. H=44
  692. W=240
  693. LineCount=1
  694. LineColor=#color14#
  695. AntiAlias=#AA#
  696.  
  697.  
  698. ------------------------------------ CPU 2 Temp Graph
  699.  
  700. [CPU_2_Temp_Graph]
  701. Meter=Line
  702. MeasureName=Mse_CPU_2_Temp
  703. X=0r
  704. Y=0r
  705. H=44
  706. W=240
  707. LineCount=1
  708. LineColor=#color14#
  709. AntiAlias=#AA#
  710.  
  711. ------------------------------------ CPU 3 Temp Graph
  712.  
  713. [CPU_3_Temp_Graph]
  714. Meter=Line
  715. MeasureName=Mse_CPU_3_Temp
  716. X=0r
  717. Y=0r
  718. H=44
  719. W=240
  720. LineCount=1
  721. LineColor=#color14#
  722. AntiAlias=#AA#
  723.  
  724. ------------------------------------ CPU 4 Temp Graph
  725.  
  726. [CPU_4_Temp_Graph]
  727. Meter=Line
  728. MeasureName=Mse_CPU_4_Temp
  729. X=0r
  730. Y=0r
  731. H=44
  732. W=240
  733. LineCount=1
  734. LineColor=#color14#
  735. AntiAlias=#AA#
  736.  
  737. ------------------------------------ GPU 1 Temp Graph
  738.  
  739. [GPU1_Temp_Graph]
  740. Meter=Line
  741. MeasureName=Mse_GPU1_Temp
  742. X=0r
  743. Y=0r
  744. H=44
  745. W=240
  746. LineCount=1
  747. LineColor=#color11#
  748. AntiAlias=#AA#
  749. AutoScale=0
  750.  
  751. ------------------------------------ End Temp Graphs
  752.  
  753. [Spacer_2]
  754. Meter=IMAGE
  755. SolidColor=#color9#
  756. X=0
  757. Y=48r
  758. H=1
  759. W=275
  760.  
  761.  
  762. ;============================================================================
  763. ;RAM Ussage
  764. ;============================================================================
  765. ;-----------------------------------------------------------
  766. ;RAM Information Gathering
  767. ;-----------------------------------------------------------
  768. [Mse_Phys_RAM_Total]
  769. Measure=PhysicalMemory
  770. Total=1
  771. UpdateDivider=3600
  772.  
  773. [Mse_Phys_RAM_Used]
  774. Measure=PhysicalMemory
  775.  
  776. [Mse_Phys_RAM_Free]
  777. Measure=PhysicalMemory
  778. InvertMeasure=1
  779.  
  780. ;-----------------------------------------------------------
  781. ;RAM Used Text
  782. ;-----------------------------------------------------------
  783.  
  784. ------------------------------------ RAM Vertical Text
  785.  
  786. [RAM_Vertival_Text]
  787. Meter=String
  788. Text="RAM Info"
  789. X=6
  790. Y=68r
  791. Angle=-1.5707
  792. FontColor=#font1#
  793. FontSize=8
  794. AntiAlias=#AA#
  795.  
  796. ------------------------------------ RAM Information Text
  797.  
  798. [RAM_Used_Text]
  799. MeasureName=Mse_Phys_RAM_Used
  800. Meter=STRING
  801. X=45
  802. Y=-65r
  803. FontColor=#font1#
  804. FontSize=8
  805. StringAlign=LEFT
  806. FontFace=#Font1Name#
  807. NumOfDecimals=3
  808. Text="Used: %1"
  809. AntiAlias=#AA#
  810. AutoScale=1
  811.  
  812. [Ram_Free_Text]
  813. MeasureName=Mse_Phys_RAM_Free
  814. Meter=STRING
  815. X=197
  816. Y=0r
  817. FontColor=#font1#
  818. FontSize=8
  819. StringAlign=LEFT
  820. FontFace=#Font1Name#
  821. NumOfDecimals=3
  822. Text="Free: %1"
  823. AntiAlias=#AA#
  824. AutoScale=1
  825.  
  826. ------------------------------------ RAM Bar
  827.  
  828. [RAM_%_Text]
  829. MeasureName=Mse_Phys_RAM_Used
  830. Meter=STRING
  831. X=45
  832. Y=15r
  833. FontColor=#font1#
  834. FontSize=8
  835. StringAlign=LEFT
  836. FontFace=#Font1Name#
  837. Text="%1%"
  838. Percentual=1
  839. AntiAlias=#AA#
  840. AutoScale=1
  841.  
  842. [RAM_Bar_Back]
  843. Meter=IMAGE
  844. X=30r
  845. Y=4r
  846. W=190
  847. H=6
  848. SolidColor=100, 100, 100, 50
  849.  
  850. [RAM_Bar]
  851. Meter=BAR
  852. MeasureName=Mse_Phys_RAM_Used
  853. X=0r
  854. Y=0r
  855. W=190
  856. H=6
  857. BarColor=#color6#
  858. BarOrientation=HORIZONTAL
  859.  
  860. ------------------------------------ RAM Bar End
  861.  
  862. [RAM_Total_Text]
  863. MeasureName=Mse_Phys_RAM_Total
  864. Meter=STRING
  865. X=201
  866. Y=12r
  867. FontColor=#font1#
  868. FontSize=8
  869. StringAlign=LEFT
  870. FontFace=#Font1Name#
  871. Text="Total: %1"
  872. AntiAlias=#AA#
  873. AutoScale=1
  874. UpdateDivider=3600
  875.  
  876. [Spacer_3]
  877. Meter=IMAGE
  878. SolidColor=#color9#
  879. X=25
  880. Y=18r
  881. H=1
  882. W=250
  883.  
  884. ------------------------------------ RAM Graph
  885.  
  886. [RAM_Graph_color20]
  887. Meter=Line
  888. MeasureName=Mse_Phys_RAM_Used
  889. X=30
  890. Y=3r
  891. H=30
  892. W=240
  893. LineCount=1
  894. LineColor=#color4#
  895. AntiAlias=#AA#
  896.  
  897. [RAM_Graph_Main]
  898. Meter=HISTOGRAM
  899. MeasureName=Mse_Phys_RAM_Used
  900. X=0r
  901. Y=0r
  902. H=30
  903. W=240
  904. PrimaryColor=#color5#
  905. AntiAlias=#AA#
  906.  
  907.  
  908. [Spacer_4]
  909. Meter=IMAGE
  910. SolidColor=#color9#
  911. X=0
  912. Y=32r
  913. H=1
  914. W=275
  915.  
  916. ;============================================================================
  917. ;Network Information & Ussage
  918. ;============================================================================
  919. ;-----------------------------------------------------------
  920. ;Network Information Gathering - Upload
  921. ;-----------------------------------------------------------
  922.  
  923. [TCPOut]
  924. Measure=NetOut
  925. Interface=#Interface#
  926. MaxValue=#speedu#
  927.  
  928. [TCPOutAll]
  929. Measure=NetOut
  930. Interface=#Interface#
  931. Cumulative=1
  932.  
  933. ;-----------------------------------------------------------
  934. ;Network Information Gathering - Download
  935. ;-----------------------------------------------------------
  936.  
  937. [TCPIn]
  938. Measure=NetIn
  939. Interface=#Interface#
  940. MaxValue=#speedd#
  941.  
  942. [TCPInAll]
  943. Measure=NetIn
  944. Interface=#Interface#
  945. Cumulative=1
  946.  
  947.  
  948. ------------------------------------ Network Vertical Text
  949.  
  950. [Network_Vertical_Text]
  951. Meter=String
  952. Text="Network Monitor"
  953. X=6
  954. Y=86r
  955. Angle=-1.5707
  956. FontColor=#font1#
  957. FontSize=8
  958. AntiAlias=#AA#
  959.  
  960. ;------------------------------------------------------------
  961. ;Network WAN IP Address
  962. ;------------------------------------------------------------
  963.  
  964. [Mse_WAN]
  965. Measure=Plugin
  966. Plugin=Plugins\WebParser.dll
  967. URL=http://www.geobytes.com/IpLocator.htm?GetLocation
  968. RegExp="(?siU)name="ipaddress" size="15" value="(.*)">"
  969. StringIndex=1
  970. UpdateRate=30000
  971.  
  972. [WAN_Text]
  973. Meter=STRING
  974. X=35
  975. Y=-83r
  976. FontColor=#font1#
  977. FontSize=8
  978. FontFace=#Font1Name#
  979. AntiAlias=#AA#
  980. Text="WAN IP:"
  981.  
  982. [WAN_IP_Text]
  983. Meter=STRING
  984. MeterStyle=StyleText
  985. MeasureName=Mse_WAN
  986. X=45r
  987. Y=0r
  988. FontColor=#font1#
  989. FontSize=8
  990. FontFace=#Font1Name#
  991. AntiAlias=#AA#
  992. ;UpdateDivider=30
  993.  
  994. ---------------------------------------- Gateway
  995.  
  996. ;[Mse_Gateway]
  997. ;Measure=Plugin
  998. ;Plugin=Plugins\SysInfo.dll
  999. ;SysInfoType=GATEWAY_ADDRESS
  1000. ;SysInfoData=0
  1001. ;UpdateDivider=#Update#
  1002.  
  1003.  
  1004. ;[Gateway_Text]
  1005. ;MeasureName=Mse_Gateway
  1006. ;Meter=STRING
  1007. ;X=160
  1008. ;Y=0r
  1009. ;Prefix="Gateway: "
  1010. ;FontColor=#font1#
  1011. ;FontSize=7
  1012. ;FontFace=#Font1Name#
  1013. ;AntiAlias=#AA#
  1014.  
  1015. ---------------------------------------- Number Of Connections
  1016.  
  1017. [Mse_OS_XP]
  1018. Measure=Calc
  1019. Formula=(OS_IS)
  1020. UpdateDivider=2
  1021. IfBelowValue=1
  1022. IfBelowAction=!Execute [!RainmeterShowMeter Number_Connection_Xp][!RainmeterHideMeter Number_Connection_V7]
  1023.  
  1024. [Mse_OS_V7]
  1025. Measure=Calc
  1026. Formula=(OS_IS)
  1027. UpdateDivider=2
  1028. IfAboveValue=0
  1029. IfAboveAction=!Execute [!RainmeterShowMeter Number_Connection_V7][!RainmeterHideMeter Number_Connection_Xp]
  1030.  
  1031.  
  1032. ---------------------------------------- Number Of Connections XP
  1033.  
  1034. [Mse_Connections_Xp]
  1035. Measure=Plugin
  1036. Plugin=Plugins\PerfMon.dll
  1037. PerfMonObject=TCP
  1038. PerfMonCounter="Connections Established"
  1039. PerfMonInstance=
  1040. PerfMonDifference=0
  1041.  
  1042. [Number_Connection_Xp]
  1043. Meter=String
  1044. MeasureName=Mse_Connections_XP
  1045. X=173
  1046. Y=0r
  1047. Prefix="Connections: "
  1048. FontColor=#font1#
  1049. FontSize=8
  1050. FontFace=#Font1Name#
  1051. AntiAlias=#AA#
  1052. Hidden=1
  1053.  
  1054. ---------------------------------------- Number Of Connections V7
  1055.  
  1056. [Mse_Connections_V7]
  1057. Measure=Plugin
  1058. Plugin=Plugins\PerfMon.dll
  1059. PerfMonObject=TCPv4
  1060. PerfMonCounter="Connections Established"
  1061. PerfMonInstance=
  1062. PerfMonDifference=0
  1063.  
  1064. [Number_Connection_V7]
  1065. Meter=String
  1066. MeasureName=Mse_Connections_V7
  1067. X=173
  1068. Y=0r
  1069. Prefix="Connections: "
  1070. FontColor=#font1#
  1071. FontSize=8
  1072. FontFace=#Font1Name#
  1073. AntiAlias=#AA#
  1074. Hidden=1
  1075.  
  1076.  
  1077. ;------------------------------------------------------------
  1078. ;Network Local IP Address
  1079. ;------------------------------------------------------------
  1080.  
  1081. [Mse_LAN]
  1082. Measure=Plugin
  1083. Plugin=Plugins\SysInfo.dll
  1084. SysInfoType=IP_ADDRESS
  1085. SysInfoData=0
  1086. UpdateDivider=30
  1087.  
  1088. [Local_Text]
  1089. Meter=STRING
  1090. X=35
  1091. Y=15r
  1092. Text="Local IP:"
  1093. FontColor=#font1#
  1094. FontSize=8
  1095. FontFace=#Font1Name#
  1096. AntiAlias=#AA#
  1097.  
  1098. [LAN_IP_Text]
  1099. Meter=STRING
  1100. MeasureName=Mse_LAN
  1101. X=45r
  1102. Y=0r
  1103. FontColor=#font1#
  1104. FontSize=8
  1105. FontFace=#Font1Name#
  1106. AntiAlias=#AA#
  1107. UpdateDivider=30
  1108.  
  1109. ---------------------------------------- DNS
  1110.  
  1111. ;[MSe_DNS]
  1112. ;Measure=Plugin
  1113. ;Plugin=Plugins\SysInfo.dll
  1114. ;SysInfoType=DNS_SERVER
  1115. ;SysInfoData=0
  1116. ;UpdateDivider=#Update#
  1117.  
  1118.  
  1119. ;[DNS_Text]
  1120. ;MeasureName=Mse_DNS
  1121. ;Meter=STRING
  1122. ;X=160
  1123. ;Y=0r
  1124. ;Prefix="DNS: "
  1125. ;FontColor=#font1#
  1126. ;FontSize=7
  1127. ;FontFace=#Font1Name#
  1128. ;AntiAlias=#AA#
  1129.  
  1130.  
  1131. ;-----------------------------------------------------------
  1132. ;Network Text - Upload
  1133. ;-----------------------------------------------------------
  1134.  
  1135. [Network_UP_Text]
  1136. Meter=STRING
  1137. X=35
  1138. Y=20r
  1139. FontColor=#font1#
  1140. FontSize=8
  1141. FontFace=#Font1Name#
  1142. AntiAlias=#AA#
  1143. Text="Network Traffic UP:"
  1144.  
  1145.  
  1146. [Network_UP_Speed_Text]
  1147. Meter=STRING
  1148. MeasureName=TCPOut
  1149. X=133
  1150. Y=0r
  1151. FontColor=#color6#
  1152. FontSize=8
  1153. FontFace=#Font1Name#
  1154. AntiAlias=#AA#
  1155. AutoScale=1
  1156. NumOfDecimals=1
  1157.  
  1158. [Network_UP_All_Text]
  1159. Meter=STRING
  1160. X=220
  1161. Y=0r
  1162. StringAlign=Right
  1163. Text="Total UL: "
  1164. FontColor=#font1#
  1165. FontSize=8
  1166. FontFace=#Font1Name#
  1167. AntiAlias=#AA#
  1168.  
  1169.  
  1170. [Network_UP_All_Numerical_Text]
  1171. Meter=STRING
  1172. MeasureName=TCPOutAll
  1173. X=45r
  1174. Y=0r
  1175. StringAlign=Right
  1176. AutoScale=1
  1177. NumOfDecimals=1
  1178. FontColor=#color6#
  1179. FontSize=8
  1180. FontFace=#Font1Name#
  1181. AntiAlias=#AA#
  1182.  
  1183. ;-----------------------------------------------------------
  1184. ;Network Text - Download
  1185. ;-----------------------------------------------------------
  1186.  
  1187. [Network_DL_Text]
  1188. Meter=STRING
  1189. X=35
  1190. Y=18r
  1191. FontColor=#font1#
  1192. FontSize=8
  1193. FontFace=#Font1Name#
  1194. AntiAlias=#AA#
  1195. Text="Network Traffic DL:"
  1196.  
  1197.  
  1198. [Network_DL_Speed_Text]
  1199. Meter=STRING
  1200. MeasureName=TCPIN
  1201. X=133
  1202. Y=0r
  1203. FontColor=#color4#
  1204. FontSize=8
  1205. FontFace=#Font1Name#
  1206. AntiAlias=#AA#
  1207. AutoScale=1
  1208. NumOfDecimals=1
  1209.  
  1210. [Network_DL_All_Text]
  1211. Meter=STRING
  1212. X=220
  1213. Y=0r
  1214. StringAlign=Right
  1215. Text="Total DL: "
  1216. FontColor=#font1#
  1217. FontSize=8
  1218. FontFace=#Font1Name#
  1219. AntiAlias=#AA#
  1220.  
  1221.  
  1222. [Network_DL_All_Numerical_Text]
  1223. Meter=STRING
  1224. MeasureName=TCPINAll
  1225. X=45r
  1226. Y=0r
  1227. StringAlign=Right
  1228. AutoScale=1
  1229. NumOfDecimals=1
  1230. FontColor=#color4#
  1231. FontSize=8
  1232. FontFace=#Font1Name#
  1233. AntiAlias=#AA#
  1234.  
  1235. ;-----------------------------------------------------------
  1236. ;Network Graph
  1237. ;-----------------------------------------------------------
  1238.  
  1239. [Spacer_6]
  1240. Meter=IMAGE
  1241. SolidColor=#color9#
  1242. X=25
  1243. Y=18r
  1244. H=1
  1245. W=250
  1246.  
  1247. ---------------------------------------- Graph Download
  1248.  
  1249. [Network_DL_Graph_color20]
  1250. Meter=Line
  1251. MeasureName=TCPIn
  1252. MaxValue=#speedd#
  1253. X=30
  1254. Y=3r
  1255. H=46
  1256. W=240
  1257. LineCount=1
  1258. LineColor=#color4#
  1259. AntiAlias=#AA#
  1260. ;AutoScale=0
  1261.  
  1262. [Network_DL_Graph_Main]
  1263. Meter=HISTOGRAM
  1264. MeasureName=TCPIn
  1265. MaxValue=#speedd#
  1266. X=0r
  1267. Y=0r
  1268. H=46
  1269. W=240
  1270. PrimaryColor=#color5#
  1271. AntiAlias=#AA#
  1272. ;AutoScale=0
  1273.  
  1274. ------------------------------------ Graph Upload
  1275.  
  1276. [Network_Up_Graph_color20]
  1277. Meter=Line
  1278. MeasureName=TCPOut
  1279. X=0r
  1280. Y=0r
  1281. H=46
  1282. W=240
  1283. LineCount=1
  1284. LineColor=#color6#
  1285. AntiAlias=#AA#
  1286. MaxValue=#speedu#
  1287. AutoScale=0
  1288.  
  1289. [Network_Up_Graph_Main]
  1290. Meter=HISTOGRAM
  1291. MeasureName=TCPOut
  1292. X=0r
  1293. Y=0r
  1294. H=46
  1295. W=240
  1296. PrimaryColor=#color7#
  1297. AntiAlias=#AA#
  1298. MaxValue=#speedu#
  1299. AutoScale=0
  1300.  
  1301. [Spacer_7]
  1302. Meter=IMAGE
  1303. SolidColor=#color9#
  1304. X=0
  1305. Y=48r
  1306. H=1
  1307. W=275
  1308.  
  1309. ;============================================================================
  1310. ;HDD Information & Ussage
  1311. ;============================================================================
  1312.  
  1313. ;===========================================
  1314. ;Drive 1 Display
  1315. ;===========================================
  1316.  
  1317. [Mse_Drive1Access]
  1318. Measure=Plugin
  1319. Plugin=Plugins\PerfMon.dll
  1320. PerfMonObject=LogicalDisk
  1321. PerfMonCounter="Disk Bytes/sec"
  1322. PerfMonInstance="#drive1#"
  1323.  
  1324. [Mse_Drive1Free]
  1325. Measure=FreeDiskSpace
  1326. Drive=#Drive1#
  1327. UpdateDivider=2
  1328.  
  1329. [Mse_Drive1Name]
  1330. Measure=FreeDiskSpace
  1331. Drive=#Drive1#
  1332. UpdateDivider=2
  1333. Label=1
  1334. UpdateDivider=3600
  1335.  
  1336. [Mse_Drive1Used]
  1337. Measure=FreeDiskSpace
  1338. Drive=#Drive1#
  1339. InvertMeasure=1
  1340. UpdateDivider=2
  1341.  
  1342. [Mse_Drive1Size]
  1343. Measure=FreeDiskSpace
  1344. Drive=#Drive1#
  1345. Total=1
  1346. UpdateDivider=3600
  1347.  
  1348. ;-----------------------------------------------------------
  1349. ;Drive 1 Information Text
  1350. ;-----------------------------------------------------------
  1351.  
  1352. ------------------------------------ HDD Vertical Text
  1353.  
  1354. [HDD_Vertival_Text]
  1355. Meter=String
  1356. Text="HDD Info"
  1357. X=6
  1358. Y=66r
  1359. Angle=-1.5707
  1360. FontColor=#font1#
  1361. FontSize=8
  1362. AntiAlias=#AA#
  1363.  
  1364. ------------------------------------ HDD 1 Information
  1365.  
  1366. [Rl_Drive1UsedString]
  1367. Meter=STRING
  1368. MeasureName=Mse_Drive1Used
  1369. X=81r
  1370. Y=-61r
  1371. FontColor=#font1#
  1372. FontSize=8
  1373. FontFace=#Font1Name#
  1374. AntiAlias=#AA#
  1375. AutoScale=1
  1376. NumOfDecimals=1
  1377. Prefix="Used: "
  1378.  
  1379. [Rl_Drive1Free]
  1380. Meter=STRING
  1381. MeasureName=Mse_Drive1Free
  1382. X=180r
  1383. Y=0r
  1384. FontColor=#font1#
  1385. FontSize=8
  1386. FontFace=#Font1Name#
  1387. StringAlign=Right
  1388. AntiAlias=#AA#
  1389. AutoScale=1
  1390. NumOfDecimals=1
  1391. Prefix="Free: "
  1392.  
  1393. ------------------------------------ HDD 1 Bar
  1394.  
  1395. [Drive1%]
  1396. Meter=STRING
  1397. X=35
  1398. Y=13r
  1399. FontColor=#font1#
  1400. FontSize=8
  1401. FontFace=#Font1Name#
  1402. AntiAlias=#AA#
  1403. Text="Drive #drive1#"
  1404. UpdateDivider=3600
  1405.  
  1406. [Drive1Back]
  1407. Meter=IMAGE
  1408. X=81
  1409. Y=4r
  1410. W=185
  1411. H=6
  1412. SolidColor=#color2#
  1413.  
  1414. [Drive_1_Norm_Caution]
  1415. Measure=Calc
  1416. Formula=((Mse_Drive1Used/Mse_Drive1Size)*100)
  1417. UpdateDivider=2
  1418. IfBelowValue=75
  1419. IfBelowAction=!Execute [!RainmeterShowMeter Rl_Drive1Used_Green][!RainmeterHideMeter Rl_Drive1Used_Orange][!RainmeterHideMeter Rl_Drive1Used_Red]
  1420. IfAboveValue=74
  1421. IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive1Used_Green][!RainmeterShowMeter Rl_Drive1Used_Orange][!RainmeterHideMeter Rl_Drive1Used_Red]
  1422.  
  1423. [Drive_1_Low]
  1424. Measure=Calc
  1425. Formula=((Mse_Drive1Used/Mse_Drive1Size)*100)
  1426. UpdateDivider=2
  1427. IfAboveValue=89
  1428. IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive1Used_Green][!RainmeterHideMeter Rl_Drive1Used_Orange][!RainmeterShowMeter Rl_Drive1Used_Red]
  1429.  
  1430.  
  1431. [Rl_Drive1Used_Green]
  1432. Meter=Bar
  1433. MeasureName=Mse_Drive1Used
  1434. X=0r
  1435. Y=0r
  1436. W=150
  1437. H=6
  1438. BarColor=#color6#
  1439. BarOrientation=HORIZONTAL
  1440. hidden=1
  1441.  
  1442. [Rl_Drive1Used_Orange]
  1443. Meter=Bar
  1444. MeasureName=Mse_Drive1Used
  1445. X=0r
  1446. Y=0r
  1447. W=150
  1448. H=6
  1449. BarColor=#color6#
  1450. BarOrientation=HORIZONTAL
  1451. hidden=1
  1452.  
  1453. [Rl_Drive1Used_Red]
  1454. Meter=Bar
  1455. MeasureName=Mse_Drive1Used
  1456. X=0r
  1457. Y=0r
  1458. W=150
  1459. H=6
  1460. BarColor=#color11#
  1461. BarOrientation=HORIZONTAL
  1462. hidden=1
  1463.  
  1464. ------------------------------------ HDD 1 Bar End
  1465.  
  1466. [Drive_Name_1]
  1467. MeasureNAme=Mse_Drive1Name
  1468. Meter=STRING
  1469. X=35
  1470. Y=10r
  1471. FontColor=#font1#
  1472. FontSize=8
  1473. FontFace=#Font1Name#
  1474. AntiAlias=#AA#
  1475. Text=
  1476. UpdateDivider=3600
  1477.  
  1478. [Rl_Drive1Total]
  1479. Meter=STRING
  1480. MeasureName=Mse_Drive1Size
  1481. X=268
  1482. Y=0r
  1483. FontColor=#font1#
  1484. FontSize=8
  1485. FontFace=#Font1Name#
  1486. StringAlign=Right
  1487. AntiAlias=#AA#
  1488. AutoScale=1
  1489. NumOfDecimals=1
  1490. Prefix="Total: "
  1491. UpdateDivider=3600
  1492.  
  1493. ------------------------------------ HDD 1 Access Graph
  1494.  
  1495. [Rl_Drive1Access_txt]
  1496. Meter=STRING
  1497. MeasureName=Mse_Drive1Access
  1498. X=35
  1499. Y=18r
  1500. FontColor=#font1#
  1501. FontSize=7
  1502. FontFace=#Font1Name#
  1503. AntiAlias=#AA#
  1504. AutoScale=1
  1505. NumOfDecimals=1
  1506.  
  1507. [Rl_Drive1Access1]
  1508. Meter=Line
  1509. MeasureName=Mse_Drive1Access
  1510. X=70
  1511. Y=0r
  1512. H=16
  1513. W=200
  1514. LineCount=1
  1515. LineColor=#color4#
  1516. AutoScale=0
  1517. AntiAlias=#AA#
  1518.  
  1519. [Rl_Drive1Access2]
  1520. Meter=Line
  1521. MeasureName=Mse_Drive1Access
  1522. X=0r
  1523. Y=0r
  1524. H=16
  1525. W=200
  1526. LineCount=1
  1527. LineColor=#color5#
  1528. AutoScale=0
  1529. AntiAlias=#AA#
  1530.  
  1531. [Spacer_8]
  1532. Meter=IMAGE
  1533. SolidColor=#color9#
  1534. X=25
  1535. Y=18r
  1536. H=1
  1537. W=250
  1538.  
  1539. ;===========================================
  1540. ;Drive 2 Display
  1541. ;===========================================
  1542.  
  1543. [Mse_Drive2Access]
  1544. Measure=Plugin
  1545. Plugin=Plugins\PerfMon.dll
  1546. PerfMonObject=LogicalDisk
  1547. PerfMonCounter="Disk Bytes/sec"
  1548. PerfMonInstance="#Drive2#"
  1549.  
  1550. [Mse_Drive2Free]
  1551. Measure=FreeDiskSpace
  1552. Drive=#Drive2#
  1553. UpdateDivider=2
  1554.  
  1555. [Mse_Drive2Name]
  1556. Measure=FreeDiskSpace
  1557. Drive=#drive2#
  1558. UpdateDivider=2
  1559. Label=1
  1560. UpdateDivider=3600
  1561.  
  1562. [Mse_Drive2Used]
  1563. Measure=FreeDiskSpace
  1564. Drive=#Drive2#
  1565. InvertMeasure=1
  1566. UpdateDivider=2
  1567.  
  1568. [Mse_Drive2Size]
  1569. Measure=FreeDiskSpace
  1570. Drive=#Drive2#
  1571. Total=1
  1572. UpdateDivider=3600
  1573.  
  1574. ;-----------------------------------------------------------
  1575. ;Drive 2 Information Text
  1576. ;-----------------------------------------------------------
  1577.  
  1578. ------------------------------------ HDD 2 Information
  1579.  
  1580. [Rl_Drive2UsedString]
  1581. Meter=STRING
  1582. MeasureName=Mse_Drive2Used
  1583. X=87
  1584. Y=5r
  1585. FontColor=#font1#
  1586. FontSize=8
  1587. FontFace=#Font1Name#
  1588. AntiAlias=#AA#
  1589. AutoScale=1
  1590. NumOfDecimals=1
  1591. Prefix="Used: "
  1592.  
  1593. [Rl_Drive2Free]
  1594. Meter=STRING
  1595. MeasureName=Mse_Drive2Free
  1596. X=180r
  1597. Y=0r
  1598. FontColor=#font1#
  1599. FontSize=8
  1600. FontFace=#Font1Name#
  1601. StringAlign=Right
  1602. AntiAlias=#AA#
  1603. AutoScale=1
  1604. NumOfDecimals=1
  1605. Prefix="Free: "
  1606.  
  1607. ------------------------------------ HDD 2 Bar
  1608.  
  1609. [Drive2%]
  1610. Meter=STRING
  1611. X=35
  1612. Y=13r
  1613. FontColor=#font1#
  1614. FontSize=8
  1615. FontFace=#Font1Name#
  1616. AntiAlias=#AA#
  1617. Text="Drive #Drive2#"
  1618. UpdateDivider=3600
  1619.  
  1620. [Drive2Back]
  1621. Meter=IMAGE
  1622. X=81
  1623. Y=4r
  1624. W=185
  1625. H=6
  1626. SolidColor=#color2#
  1627.  
  1628. [Drive_2_Norm_Caution]
  1629. Measure=Calc
  1630. Formula=((Mse_Drive2Used/Mse_Drive2Size)*100)
  1631. UpdateDivider=2
  1632. IfBelowValue=75
  1633. IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive2Used_Green][!RainmeterHideMeter Rl_drive2Used_Orange][!RainmeterHideMeter Rl_drive2Used_Red]
  1634. IfAboveValue=74
  1635. IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive2Used_Green][!RainmeterShowMeter Rl_drive2Used_Orange][!RainmeterHideMeter Rl_drive2Used_Red]
  1636.  
  1637. [Drive_2_Low]
  1638. Measure=Calc
  1639. Formula=((Mse_Drive2Used/Mse_Drive2Size)*100)
  1640. UpdateDivider=2
  1641. IfAboveValue=89
  1642. IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive2Used_Green][!RainmeterHideMeter Rl_drive2Used_Orange][!RainmeterShowMeter Rl_drive2Used_Red]
  1643.  
  1644. [Rl_Drive2Used_Green]
  1645. Meter=Bar
  1646. MeasureName=Mse_Drive2Used
  1647. X=0r
  1648. Y=0r
  1649. W=150
  1650. H=6
  1651. BarColor=#color6#
  1652. BarOrientation=HORIZONTAL
  1653. hidden=1
  1654.  
  1655. [Rl_Drive2Used_Orange]
  1656. Meter=Bar
  1657. MeasureName=Mse_Drive2Used
  1658. X=0r
  1659. Y=0r
  1660. W=150
  1661. H=6
  1662. BarColor=#color13#
  1663. BarOrientation=HORIZONTAL
  1664. hidden=1
  1665.  
  1666. [Rl_Drive2Used_Red]
  1667. Meter=Bar
  1668. MeasureName=Mse_Drive2Used
  1669. X=0r
  1670. Y=0r
  1671. W=150
  1672. H=6
  1673. BarColor=#color11#
  1674. BarOrientation=HORIZONTAL
  1675. hidden=1
  1676.  
  1677. ------------------------------------ HDD 2 Bar End
  1678.  
  1679. [Drive_Name_2]
  1680. MeasureNAme=Mse_Drive2Name
  1681. Meter=STRING
  1682. X=35
  1683. Y=10r
  1684. FontColor=#font1#
  1685. FontSize=8
  1686. FontFace=#Font1Name#
  1687. AntiAlias=#AA#
  1688. Text=
  1689. UpdateDivider=3600
  1690.  
  1691. [Rl_Drive2Total]
  1692. Meter=STRING
  1693. MeasureName=Mse_Drive2Size
  1694. X=268
  1695. Y=0r
  1696. FontColor=#font1#
  1697. FontSize=8
  1698. FontFace=#Font1Name#
  1699. StringAlign=Right
  1700. AntiAlias=#AA#
  1701. AutoScale=1
  1702. NumOfDecimals=1
  1703. Prefix="Total: "
  1704. UpdateDivider=3600
  1705.  
  1706. ------------------------------------ HDD 2 Access Graph
  1707.  
  1708. [Rl_Drive2Access_txt]
  1709. Meter=STRING
  1710. MeasureName=Mse_Drive2Access
  1711. X=35
  1712. Y=18r
  1713. FontColor=#font1#
  1714. FontSize=7
  1715. FontFace=#Font1Name#
  1716. AntiAlias=#AA#
  1717. AutoScale=1
  1718. NumOfDecimals=1
  1719.  
  1720. [Rl_Drive2Access1]
  1721. Meter=Line
  1722. MeasureName=Mse_Drive2Access
  1723. X=70
  1724. Y=0r
  1725. H=16
  1726. W=200
  1727. LineCount=1
  1728. LineColor=#color4#
  1729. AutoScale=0
  1730. AntiAlias=#AA#
  1731.  
  1732. [Rl_Drive2Access2]
  1733. Meter=Line
  1734. MeasureName=Mse_Drive2Access
  1735. X=0r
  1736. Y=0r
  1737. H=16
  1738. W=200
  1739. LineCount=1
  1740. LineColor=#color5#
  1741. AutoScale=0
  1742. AntiAlias=#AA#
  1743.  
  1744. [Spacer_9]
  1745. Meter=IMAGE
  1746. SolidColor=#color9#
  1747. X=25
  1748. Y=18r
  1749. H=1
  1750. W=250
  1751.  
  1752. ;===========================================
  1753. ;Drive 3 Display
  1754. ;===========================================
  1755.  
  1756. [Mse_Drive3Access]
  1757. Measure=Plugin
  1758. Plugin=Plugins\PerfMon.dll
  1759. PerfMonObject=LogicalDisk
  1760. PerfMonCounter="Disk Bytes/sec"
  1761. PerfMonInstance="#Drive3#"
  1762.  
  1763. [Mse_Drive3Free]
  1764. Measure=FreeDiskSpace
  1765. Drive=#Drive3#
  1766. UpdateDivider=2
  1767.  
  1768. [Mse_Drive3Name]
  1769. Measure=FreeDiskSpace
  1770. Drive=#drive3#
  1771. UpdateDivider=2
  1772. Label=1
  1773. UpdateDivider=3600
  1774.  
  1775. [Mse_Drive3Used]
  1776. Measure=FreeDiskSpace
  1777. Drive=#Drive3#
  1778. InvertMeasure=1
  1779. UpdateDivider=2
  1780.  
  1781. [Mse_Drive3Size]
  1782. Measure=FreeDiskSpace
  1783. Drive=#Drive3#
  1784. Total=1
  1785. UpdateDivider=3600
  1786.  
  1787. ;-----------------------------------------------------------
  1788. ;Drive 3 Information Text
  1789. ;-----------------------------------------------------------
  1790.  
  1791. ------------------------------------ HDD 3 Information
  1792.  
  1793. [Rl_Drive3UsedString]
  1794. Meter=STRING
  1795. MeasureName=Mse_Drive3Used
  1796. X=87
  1797. Y=5r
  1798. FontColor=#font1#
  1799. FontSize=8
  1800. FontFace=#Font1Name#
  1801. AntiAlias=#AA#
  1802. AutoScale=1
  1803. NumOfDecimals=1
  1804. Prefix="Used: "
  1805.  
  1806. [Rl_Drive3Free]
  1807. Meter=STRING
  1808. MeasureName=Mse_Drive3Free
  1809. X=180r
  1810. Y=0r
  1811. FontColor=#font1#
  1812. FontSize=8
  1813. FontFace=#Font1Name#
  1814. StringAlign=Right
  1815. AntiAlias=#AA#
  1816. AutoScale=1
  1817. NumOfDecimals=1
  1818. Prefix="Free: "
  1819.  
  1820. ------------------------------------ HDD 3 Bar
  1821.  
  1822. [Drive3%]
  1823. Meter=STRING
  1824. X=35
  1825. Y=13r
  1826. FontColor=#font1#
  1827. FontSize=8
  1828. FontFace=#Font1Name#
  1829. AntiAlias=#AA#
  1830. Text="Drive #Drive3#"
  1831. UpdateDivider=3600
  1832.  
  1833. [Drive3Back]
  1834. Meter=IMAGE
  1835. X=81
  1836. Y=4r
  1837. W=185
  1838. H=6
  1839. SolidColor=#color2#
  1840.  
  1841. [Drive_3_Norm_Caution]
  1842. Measure=Calc
  1843. Formula=((Mse_Drive3Used/Mse_Drive3Size)*100)
  1844. UpdateDivider=2
  1845. IfBelowValue=75
  1846. IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive3Used_Green][!RainmeterHideMeter Rl_drive3Used_Orange][!RainmeterHideMeter Rl_drive3Used_Red]
  1847. IfAboveValue=74
  1848. IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive3Used_Green][!RainmeterShowMeter Rl_drive3Used_Orange][!RainmeterHideMeter Rl_drive3Used_Red]
  1849.  
  1850. [Drive_3_Low]
  1851. Measure=Calc
  1852. Formula=((Mse_Drive3Used/Mse_Drive3Size)*100)
  1853. UpdateDivider=2
  1854. IfAboveValue=89
  1855. IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive3Used_Green][!RainmeterHideMeter Rl_drive3Used_Orange][!RainmeterShowMeter Rl_drive3Used_Red]
  1856.  
  1857.  
  1858. [Rl_Drive3Used_Green]
  1859. Meter=Bar
  1860. MeasureName=Mse_Drive3Used
  1861. X=0r
  1862. Y=0r
  1863. W=150
  1864. H=6
  1865. BarColor=#color6#
  1866. BarOrientation=HORIZONTAL
  1867. hidden=1
  1868.  
  1869. [Rl_Drive3Used_Orange]
  1870. Meter=Bar
  1871. MeasureName=Mse_Drive3Used
  1872. X=0r
  1873. Y=0r
  1874. W=150
  1875. H=6
  1876. BarColor=#color13#
  1877. BarOrientation=HORIZONTAL
  1878. hidden=1
  1879.  
  1880. [Rl_Drive3Used_Red]
  1881. Meter=Bar
  1882. MeasureName=Mse_Drive3Used
  1883. X=0r
  1884. Y=0r
  1885. W=150
  1886. H=6
  1887. BarColor=#color11#
  1888. BarOrientation=HORIZONTAL
  1889. hidden=1
  1890.  
  1891. ------------------------------------ HDD 3 Bar End
  1892.  
  1893. [Drive_Name_3]
  1894. MeasureNAme=Mse_Drive3Name
  1895. Meter=STRING
  1896. X=35
  1897. Y=10r
  1898. FontColor=#font1#
  1899. FontSize=8
  1900. FontFace=#Font1Name#
  1901. AntiAlias=#AA#
  1902. Text=
  1903. UpdateDivider=3600
  1904.  
  1905. [Rl_Drive3Total]
  1906. Meter=STRING
  1907. MeasureName=Mse_Drive3Size
  1908. X=268
  1909. Y=0r
  1910. FontColor=#font1#
  1911. FontSize=8
  1912. FontFace=#Font1Name#
  1913. StringAlign=Right
  1914. AntiAlias=#AA#
  1915. AutoScale=1
  1916. NumOfDecimals=1
  1917. Prefix="Total: "
  1918. UpdateDivider=3600
  1919.  
  1920. ------------------------------------ HDD 3 Access Graph
  1921.  
  1922. [Rl_Drive3Access_txt]
  1923. Meter=STRING
  1924. MeasureName=Mse_Drive3Access
  1925. X=35
  1926. Y=18r
  1927. FontColor=#font1#
  1928. FontSize=7
  1929. FontFace=#Font1Name#
  1930. AntiAlias=#AA#
  1931. AutoScale=1
  1932. NumOfDecimals=1
  1933.  
  1934. [Rl_Drive3Access1]
  1935. Meter=Line
  1936. MeasureName=Mse_Drive3Access
  1937. X=70
  1938. Y=0r
  1939. H=16
  1940. W=200
  1941. LineCount=1
  1942. LineColor=#color4#
  1943. AutoScale=0
  1944. AntiAlias=#AA#
  1945.  
  1946. [Rl_Drive3Access2]
  1947. Meter=Line
  1948. MeasureName=Mse_Drive3Access
  1949. X=0r
  1950. Y=0r
  1951. H=16
  1952. W=200
  1953. LineCount=1
  1954. LineColor=#color5#
  1955. AutoScale=0
  1956. AntiAlias=#AA#
  1957.  
  1958. [Spacer_10]
  1959. Meter=IMAGE
  1960. SolidColor=#color9#
  1961. X=25
  1962. Y=18r
  1963. H=1
  1964. W=250
  1965.  
  1966. ;===========================================
  1967. ;Drive 4 Display
  1968. ;===========================================
  1969.  
  1970. [Mse_Drive4Access]
  1971. Measure=Plugin
  1972. Plugin=Plugins\PerfMon.dll
  1973. PerfMonObject=LogicalDisk
  1974. PerfMonCounter="Disk Bytes/sec"
  1975. PerfMonInstance="#Drive4#"
  1976.  
  1977. [Mse_Drive4Free]
  1978. Measure=FreeDiskSpace
  1979. Drive=#Drive4#
  1980. UpdateDivider=2
  1981.  
  1982. [Mse_Drive4Name]
  1983. Measure=FreeDiskSpace
  1984. Drive=#drive4#
  1985. UpdateDivider=2
  1986. Label=1
  1987. UpdateDivider=3600
  1988.  
  1989. [Mse_Drive4Used]
  1990. Measure=FreeDiskSpace
  1991. Drive=#Drive4#
  1992. InvertMeasure=1
  1993. UpdateDivider=2
  1994.  
  1995. [Mse_Drive4Size]
  1996. Measure=FreeDiskSpace
  1997. Drive=#Drive4#
  1998. Total=1
  1999. UpdateDivider=3600
  2000.  
  2001. ;-----------------------------------------------------------
  2002. ;Drive 4 Information Text
  2003. ;-----------------------------------------------------------
  2004. ------------------------------------ HDD 4 Information
  2005.  
  2006. [Rl_Drive4UsedString]
  2007. Meter=STRING
  2008. MeasureName=Mse_Drive4Used
  2009. X=87
  2010. Y=5r
  2011. FontColor=#font1#
  2012. FontSize=8
  2013. FontFace=#Font1Name#
  2014. AntiAlias=#AA#
  2015. AutoScale=1
  2016. NumOfDecimals=1
  2017. Prefix="Used: "
  2018.  
  2019. [Rl_Drive4Free]
  2020. Meter=STRING
  2021. MeasureName=Mse_Drive4Free
  2022. X=180r
  2023. Y=0r
  2024. FontColor=#font1#
  2025. FontSize=8
  2026. FontFace=#Font1Name#
  2027. StringAlign=Right
  2028. AntiAlias=#AA#
  2029. AutoScale=1
  2030. NumOfDecimals=1
  2031. Prefix="Free: "
  2032.  
  2033. ------------------------------------ HDD 4 Bar
  2034.  
  2035. [Drive4%]
  2036. Meter=STRING
  2037. X=35
  2038. Y=13r
  2039. FontColor=#font1#
  2040. FontSize=8
  2041. FontFace=#Font1Name#
  2042. AntiAlias=#AA#
  2043. Text="Drive #Drive4#"
  2044. UpdateDivider=3600
  2045.  
  2046. [Drive4Back]
  2047. Meter=IMAGE
  2048. X=81
  2049. Y=4r
  2050. W=185
  2051. H=6
  2052. SolidColor=#color2#
  2053.  
  2054. [Drive_4_Norm_Caution]
  2055. Measure=Calc
  2056. Formula=((Mse_Drive4Used/Mse_Drive4Size)*100)
  2057. UpdateDivider=2
  2058. IfBelowValue=75
  2059. IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive4Used_Green][!RainmeterHideMeter Rl_drive4Used_Orange][!RainmeterHideMeter Rl_drive4Used_Red]
  2060. IfAboveValue=74
  2061. IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive4Used_Green][!RainmeterShowMeter Rl_drive4Used_Orange][!RainmeterHideMeter Rl_drive4Used_Red]
  2062.  
  2063. [Drive_4_Low]
  2064. Measure=Calc
  2065. Formula=((Mse_Drive4Used/Mse_Drive4Size)*100)
  2066. UpdateDivider=2
  2067. IfAboveValue=89
  2068. IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive4Used_Green][!RainmeterHideMeter Rl_drive4Used_Orange][!RainmeterShowMeter Rl_drive4Used_Red]
  2069.  
  2070.  
  2071. [Rl_Drive4Used_Green]
  2072. Meter=Bar
  2073. MeasureName=Mse_Drive4Used
  2074. X=0r
  2075. Y=0r
  2076. W=150
  2077. H=6
  2078. BarColor=#color6#
  2079. BarOrientation=HORIZONTAL
  2080. hidden=1
  2081.  
  2082. [Rl_Drive4Used_Orange]
  2083. Meter=Bar
  2084. MeasureName=Mse_Drive4Used
  2085. X=0r
  2086. Y=0r
  2087. W=150
  2088. H=6
  2089. BarColor=#color13#
  2090. BarOrientation=HORIZONTAL
  2091. hidden=1
  2092.  
  2093. [Rl_Drive4Used_Red]
  2094. Meter=Bar
  2095. MeasureName=Mse_Drive4Used
  2096. X=0r
  2097. Y=0r
  2098. W=150
  2099. H=6
  2100. BarColor=#color11#
  2101. BarOrientation=HORIZONTAL
  2102. hidden=1
  2103.  
  2104. ------------------------------------ HDD4 Bar End
  2105.  
  2106. [Drive_Name_4]
  2107. MeasureNAme=Mse_Drive4Name
  2108. Meter=STRING
  2109. X=35
  2110. Y=10r
  2111. FontColor=#font1#
  2112. FontSize=8
  2113. FontFace=#Font1Name#
  2114. AntiAlias=#AA#
  2115. Text=
  2116. UpdateDivider=3600
  2117.  
  2118.  
  2119. [Rl_Drive4Total]
  2120. Meter=STRING
  2121. MeasureName=Mse_Drive4Size
  2122. X=268
  2123. Y=0r
  2124. FontColor=#font1#
  2125. FontSize=8
  2126. FontFace=#Font1Name#
  2127. StringAlign=Right
  2128. AntiAlias=#AA#
  2129. AutoScale=1
  2130. NumOfDecimals=1
  2131. Prefix="Total: "
  2132. UpdateDivider=3600
  2133.  
  2134. ------------------------------------ HDD 4 Access Graph
  2135.  
  2136. [Rl_Drive4Access_txt]
  2137. Meter=STRING
  2138. MeasureName=Mse_Drive4Access
  2139. X=35
  2140. Y=18r
  2141. FontColor=#font1#
  2142. FontSize=7
  2143. FontFace=#Font1Name#
  2144. AntiAlias=#AA#
  2145. AutoScale=1
  2146. NumOfDecimals=1
  2147.  
  2148. [Rl_Drive4Access1]
  2149. Meter=Line
  2150. MeasureName=Mse_Drive4Access
  2151. X=70
  2152. Y=0r
  2153. H=16
  2154. W=200
  2155. LineCount=1
  2156. LineColor=#color4#
  2157. AutoScale=0
  2158. AntiAlias=#AA#
  2159.  
  2160. [Rl_Drive4Access2]
  2161. Meter=Line
  2162. MeasureName=Mse_Drive4Access
  2163. X=0r
  2164. Y=0r
  2165. H=16
  2166. W=200
  2167. LineCount=1
  2168. LineColor=#color5#
  2169. AutoScale=0
  2170. AntiAlias=#AA#
  2171.  
  2172. [Spacer_11]
  2173. Meter=IMAGE
  2174. SolidColor=#color9#
  2175. X=25
  2176. Y=18r
  2177. H=1
  2178. W=250
  2179.  
  2180. ;===========================================
  2181. ;Drive 5 Display
  2182. ;===========================================
  2183.  
  2184. [Mse_Drive5Access]
  2185. Measure=Plugin
  2186. Plugin=Plugins\PerfMon.dll
  2187. PerfMonObject=LogicalDisk
  2188. PerfMonCounter="Disk Bytes/sec"
  2189. PerfMonInstance="#Drive5#"
  2190.  
  2191. [Mse_Drive5Free]
  2192. Measure=FreeDiskSpace
  2193. Drive=#Drive5#
  2194. UpdateDivider=2
  2195.  
  2196. [Mse_Drive5Name]
  2197. Measure=FreeDiskSpace
  2198. Drive=#drive5#
  2199. UpdateDivider=2
  2200. Label=1
  2201. UpdateDivider=3600
  2202.  
  2203. [Mse_Drive5Used]
  2204. Measure=FreeDiskSpace
  2205. Drive=#Drive5#
  2206. InvertMeasure=1
  2207. UpdateDivider=2
  2208.  
  2209. [Mse_Drive5Size]
  2210. Measure=FreeDiskSpace
  2211. Drive=#Drive5#
  2212. Total=1
  2213. UpdateDivider=3600
  2214.  
  2215. ;-----------------------------------------------------------
  2216. ;Drive 5 Information Text
  2217. ;-----------------------------------------------------------
  2218.  
  2219. ------------------------------------ HDD 5 Information
  2220.  
  2221. [Rl_Drive5UsedString]
  2222. Meter=STRING
  2223. MeasureName=Mse_Drive5Used
  2224. X=87
  2225. Y=5r
  2226. FontColor=#font1#
  2227. FontSize=8
  2228. FontFace=#Font1Name#
  2229. AntiAlias=#AA#
  2230. AutoScale=1
  2231. NumOfDecimals=1
  2232. Prefix="Used: "
  2233.  
  2234. [Rl_Drive5Free]
  2235. Meter=STRING
  2236. MeasureName=Mse_Drive5Free
  2237. X=180r
  2238. Y=0r
  2239. FontColor=#font1#
  2240. FontSize=8
  2241. FontFace=#Font1Name#
  2242. StringAlign=Right
  2243. AntiAlias=#AA#
  2244. AutoScale=1
  2245. NumOfDecimals=1
  2246. Prefix="Free: "
  2247.  
  2248. ------------------------------------ HDD 5 Bar
  2249.  
  2250. [Drive5%]
  2251. Meter=STRING
  2252. X=35
  2253. Y=13r
  2254. FontColor=#font1#
  2255. FontSize=8
  2256. FontFace=#Font1Name#
  2257. AntiAlias=#AA#
  2258. Text="Drive #Drive5#"
  2259. UpdateDivider=3600
  2260.  
  2261. [Drive5Back]
  2262. Meter=IMAGE
  2263. X=81
  2264. Y=4r
  2265. W=185
  2266. H=6
  2267. SolidColor=#color2#
  2268.  
  2269. [Drive_5_Norm_Caution]
  2270. Measure=Calc
  2271. Formula=((Mse_Drive5Used/Mse_Drive5Size)*100)
  2272. UpdateDivider=2
  2273. IfBelowValue=75
  2274. IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive5Used_Green][!RainmeterHideMeter Rl_drive5Used_Orange][!RainmeterHideMeter Rl_drive5Used_Red]
  2275. IfAboveValue=74
  2276. IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive5Used_Green][!RainmeterShowMeter Rl_drive5Used_Orange][!RainmeterHideMeter Rl_drive5Used_Red]
  2277.  
  2278. [Drive_5_Low]
  2279. Measure=Calc
  2280. Formula=((Mse_Drive5Used/Mse_Drive5Size)*100)
  2281. UpdateDivider=2
  2282. IfAboveValue=89
  2283. IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive5Used_Green][!RainmeterHideMeter Rl_drive5Used_Orange][!RainmeterShowMeter Rl_drive5Used_Red]
  2284.  
  2285.  
  2286. [Rl_Drive5Used_Green]
  2287. Meter=Bar
  2288. MeasureName=Mse_Drive5Used
  2289. X=0r
  2290. Y=0r
  2291. W=150
  2292. H=6
  2293. BarColor=#color6#
  2294. BarOrientation=HORIZONTAL
  2295. hidden=1
  2296.  
  2297. [Rl_Drive5Used_Orange]
  2298. Meter=Bar
  2299. MeasureName=Mse_Drive5Used
  2300. X=0r
  2301. Y=0r
  2302. W=150
  2303. H=6
  2304. BarColor=#color13#
  2305. BarOrientation=HORIZONTAL
  2306. hidden=1
  2307.  
  2308. [Rl_Drive5Used_Red]
  2309.  
  2310. Meter=Bar
  2311. MeasureName=Mse_Drive5Used
  2312. X=0r
  2313. Y=0r
  2314. W=150
  2315. H=6
  2316. BarColor=#color11#
  2317. BarOrientation=HORIZONTAL
  2318. hidden=1
  2319.  
  2320. ------------------------------------ HDD5 Bar End
  2321.  
  2322. [Drive_Name_5]
  2323. MeasureNAme=Mse_Drive5Name
  2324. Meter=STRING
  2325. X=35
  2326. Y=10r
  2327. FontColor=#font1#
  2328. FontSize=8
  2329. FontFace=#Font1Name#
  2330. AntiAlias=#AA#
  2331. Text=
  2332. UpdateDivider=3600
  2333.  
  2334. [Rl_Drive5Total]
  2335. Meter=STRING
  2336. MeasureName=Mse_Drive5Size
  2337. X=268
  2338. Y=0r
  2339. FontColor=#font1#
  2340. FontSize=8
  2341. FontFace=#Font1Name#
  2342. StringAlign=Right
  2343. AntiAlias=#AA#
  2344. AutoScale=1
  2345. NumOfDecimals=1
  2346. Prefix="Total: "
  2347. UpdateDivider=3600
  2348.  
  2349. ------------------------------------ HDD 5 Access Graph
  2350.  
  2351. [Rl_Drive5Access_txt]
  2352. Meter=STRING
  2353. MeasureName=Mse_Drive5Access
  2354. X=35
  2355. Y=18r
  2356. FontColor=#font1#
  2357. FontSize=7
  2358. FontFace=#Font1Name#
  2359. AntiAlias=#AA#
  2360. AutoScale=1
  2361. NumOfDecimals=1
  2362.  
  2363. [Rl_Drive5Access1]
  2364. Meter=Line
  2365. MeasureName=Mse_Drive5Access
  2366. X=70
  2367. Y=0r
  2368. H=16
  2369. W=200
  2370. LineCount=1
  2371. LineColor=#color4#
  2372. AutoScale=0
  2373. AntiAlias=#AA#
  2374.  
  2375. [Rl_Drive5Access2]
  2376. Meter=Line
  2377. MeasureName=Mse_Drive5Access
  2378. X=0r
  2379. Y=0r
  2380. H=16
  2381. W=200
  2382. LineCount=1
  2383. LineColor=#color5#
  2384. AutoScale=0
  2385. AntiAlias=#AA#
  2386.  
  2387. [Spacer_12]
  2388. Meter=IMAGE
  2389. SolidColor=#color9#
  2390. X=25
  2391. Y=18r
  2392. H=1
  2393. W=250
  2394.  
  2395.  
  2396.  
  2397. ;============================================================================
  2398. ;System Volume Start
  2399. ;============================================================================
  2400. ;-----------------------------------------------------------
  2401. ;Measure Audio Device
  2402. ;-----------------------------------------------------------
  2403. [MeasureWin7Audio]
  2404. Measure=Plugin
  2405. Plugin=Win7AudioPlugin.dll
  2406.  
  2407.  
  2408. ;-----------------------------------------------------------
  2409. ;Cycle Audio Out Device
  2410. ;-----------------------------------------------------------
  2411. [MeterChangeDevice]
  2412. Meter=String
  2413. FontFace=#Font1Name#
  2414. FontSize=8
  2415. FontColor=#font1#
  2416. StringAlign=LEFT
  2417. AntiAlias=#AA#
  2418. X=35
  2419. Y=5r
  2420. Text="Audio Out: "
  2421. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ToggleNext"
  2422.  
  2423. ;------------------------------------ Audio Out Device Text
  2424.  
  2425. [MeterDeviceName]
  2426. Meter=String
  2427. MeasureName=MeasureWin7Audio
  2428. X=95
  2429. Y=0r
  2430. FontFace=#Font1Name#
  2431. FontSize=8
  2432. FontColor=#font1#
  2433. StringAlign=LEFT
  2434. AntiAlias=#AA#
  2435.  
  2436.  
  2437. ;------------------------------------ Current Volume Text
  2438.  
  2439. [MeasureVolPercent]
  2440. Measure=Calc
  2441. Formula=MeasureWin7Audio
  2442.  
  2443.  
  2444. [MeterVolPercent]
  2445. Meter=String
  2446. MeasureName=MeasureVolPercent
  2447. X=200
  2448. Y=0r
  2449. FontFace=#Font1Name#
  2450. FontSize=8
  2451. FontColor=#font1#
  2452. AntiAlias=#AA#
  2453. Text=%1%
  2454. Prefix = "Volume: "
  2455.  
  2456.  
  2457. ;------------------------------------ Volume Down Text
  2458.  
  2459. [MeterVolumeDown]
  2460. Meter=String
  2461. FontFace=#Font1Name#
  2462. FontSize=8
  2463. FontColor=#font1#
  2464. AntiAlias=#AA#
  2465. X=35
  2466. Y=15r
  2467. Text="<<"
  2468. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ChangeVolume -10"
  2469.  
  2470.  
  2471.  
  2472. ;------------------------------------ Volume Up Text
  2473.  
  2474. [MeterVolumeUp]
  2475. Meter=String
  2476. FontFace=#Font1Name#
  2477. FontSize=8
  2478. FontColor=#font1#
  2479. AntiAlias=#AA#
  2480. X=245
  2481. Y=0r
  2482. Text=">>"
  2483. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ChangeVolume 10"
  2484.  
  2485.  
  2486.  
  2487. ;------------------------------------ Volume Bar Background
  2488. [Sound_Back]
  2489. Meter=IMAGE
  2490. X=60
  2491. Y=5r
  2492. W=180
  2493. H=6
  2494. SolidColor=#color2#
  2495.  
  2496.  
  2497.  
  2498. ;------------------------------------ Volume Bar Current
  2499.  
  2500.  
  2501. [Volume_Bar_Active]
  2502. Meter=BAR
  2503. MeasureName=MeasureWin7Audio
  2504. BarColor=#color4#
  2505. BarOrientation=HORIZONTAL
  2506. AntiAlias=#AA#
  2507. MaxValue=100
  2508. MinValue=0
  2509. AutoScale=0
  2510. X=0r
  2511. Y=0r
  2512. W=180
  2513. H=6
  2514.  
  2515. ;-----------------------------------------------------------
  2516. ;Quick Volume Settings
  2517. ;-----------------------------------------------------------
  2518.  
  2519. ;------------------------------------ Volume 10%
  2520.  
  2521.  
  2522. [Quick_Volume_10%]
  2523. Meter=IMAGE
  2524. X=0r
  2525. Y=0r
  2526. W=18
  2527. H=6
  2528. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 10"
  2529.  
  2530. [Bar_10%]
  2531. Meter=IMAGE
  2532. X=18r
  2533. Y=0r
  2534. W=1
  2535. H=6
  2536. SolidColor=#color3#
  2537.  
  2538. ;------------------------------------ Volume 20%
  2539.  
  2540.  
  2541. [Quick_Volume_20%]
  2542. Meter=IMAGE
  2543. X=0r
  2544. Y=0r
  2545. W=18
  2546. H=6
  2547. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 20"
  2548.  
  2549. [Bar_20%]
  2550. Meter=IMAGE
  2551. X=18r
  2552. Y=0r
  2553. W=1
  2554. H=6
  2555. SolidColor=#color3#
  2556.  
  2557. ;------------------------------------ Volume 30%
  2558.  
  2559.  
  2560. [Quick_Volume_30%]
  2561. Meter=IMAGE
  2562. X=0r
  2563. Y=0r
  2564. W=18
  2565. H=6
  2566. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 30"
  2567.  
  2568. [Bar_30%]
  2569. Meter=IMAGE
  2570. X=18r
  2571. Y=0r
  2572. W=1
  2573. H=6
  2574. SolidColor=#color3#
  2575.  
  2576. ;------------------------------------ Volume 40%
  2577.  
  2578.  
  2579. [Quick_Volume_40%]
  2580. Meter=IMAGE
  2581. X=0r
  2582. Y=0r
  2583. W=18
  2584. H=6
  2585. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 40"
  2586.  
  2587. [Bar_40%]
  2588. Meter=IMAGE
  2589. X=18r
  2590. Y=0r
  2591. W=1
  2592. H=6
  2593. SolidColor=#color3#
  2594.  
  2595. ;------------------------------------ Volume 50%
  2596.  
  2597.  
  2598. [Quick_Volume_50%]
  2599. Meter=IMAGE
  2600. X=0r
  2601. Y=0r
  2602. W=18
  2603. H=6
  2604. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 50"
  2605.  
  2606. [Bar_50%]
  2607. Meter=IMAGE
  2608. X=18r
  2609. Y=0r
  2610. W=1
  2611. H=6
  2612. SolidColor=#color3#
  2613.  
  2614. ;------------------------------------ Volume 60%
  2615.  
  2616.  
  2617. [Quick_Volume_60%]
  2618. Meter=IMAGE
  2619. X=0r
  2620. Y=0r
  2621. W=18
  2622. H=6
  2623. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 60"
  2624.  
  2625. [Bar_60%]
  2626. Meter=IMAGE
  2627. X=18r
  2628. Y=0r
  2629. W=1
  2630. H=6
  2631. SolidColor=#color3#
  2632.  
  2633. ;------------------------------------ Volume 70%
  2634.  
  2635.  
  2636. [Quick_Volume_70%]
  2637. Meter=IMAGE
  2638. X=0r
  2639. Y=0r
  2640. W=18
  2641. H=6
  2642. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 70"
  2643.  
  2644. [Bar_70%]
  2645. Meter=IMAGE
  2646. X=18r
  2647. Y=0r
  2648. W=1
  2649. H=6
  2650. SolidColor=#color3#
  2651.  
  2652. ;------------------------------------ Volume 80%
  2653.  
  2654.  
  2655. [Quick_Volume_80%]
  2656. Meter=IMAGE
  2657. X=0r
  2658. Y=0r
  2659. W=18
  2660. H=6
  2661. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 80"
  2662.  
  2663. [Bar_80%]
  2664. Meter=IMAGE
  2665. X=18r
  2666. Y=0r
  2667. W=1
  2668. H=6
  2669. SolidColor=#color3#
  2670.  
  2671. ;------------------------------------ Volume 90%
  2672.  
  2673.  
  2674. [Quick_Volume_90%]
  2675. Meter=IMAGE
  2676. X=0r
  2677. Y=0r
  2678. W=18
  2679. H=6
  2680. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 90"
  2681.  
  2682. [Bar_90%]
  2683. Meter=IMAGE
  2684. X=18r
  2685. Y=0r
  2686. W=1
  2687. H=6
  2688. SolidColor=#color3#
  2689.  
  2690. ;------------------------------------ Volume 10%
  2691.  
  2692.  
  2693. [Quick_Volume_100%]
  2694. Meter=IMAGE
  2695. X=0r
  2696. Y=0r
  2697. W=18
  2698. H=6
  2699. LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 100"
  2700.  
  2701. [Bar_100%]
  2702. Meter=IMAGE
  2703. X=18r
  2704. Y=0r
  2705. W=1
  2706. H=6
  2707. SolidColor=#color3#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement