home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Rainmeter / Installer / Rainmeter-1.1-32bit.exe / Skins / Enigma / Taskbar / System-Compact / Compact-Icon.ini next >
Encoding:
INI File  |  2009-10-18  |  2.0 KB  |  107 lines

  1. ;------------------------------------------------------------------------------------------------
  2. ; ENIGMA SYSTEM COMPACT (I)
  3. ; Class: Icon
  4.  
  5. [Rainmeter]
  6. Author=Kaelri.LCD@gmail.com
  7. AppVersion=1001000
  8. Update=1000
  9. MiddleMouseDownAction=!RainmeterActivateConfig #CURRENTCONFIG# Compact.ini
  10.  
  11. [Metadata]
  12. Name=Enigma System Compact | Icon
  13. Config=Enigma | Taskbar | System-Compact
  14. Description=This skin shows your CPU, RAM, hard drive and laptop battery usage.
  15. Version=2.6
  16. Tags=Taskbar | System
  17. License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
  18. Preview=#SKINSPATH#Enigma\Resources\Images\Preview.png
  19. Variant=1
  20.  
  21. [Variables]
  22. @include=#SKINSPATH#Enigma\Resources\Variables\DefaultVariables.inc
  23.  
  24. ;------------------------------------------------------------------------------------------------
  25. ; MEASURES
  26.  
  27. [MeasureCPU]
  28. Measure=CPU
  29.  
  30. [MeasureRAM]
  31. Measure=PhysicalMemory
  32.  
  33. [MeasureHDInverse]
  34. Measure=FreeDiskSpace
  35. Drive=#Drive1#:
  36. InvertMeasure=1
  37.  
  38. [MeasurePower]
  39. Measure=Plugin
  40. Plugin=Plugins\PowerPlugin.dll
  41. PowerState=PERCENT
  42.  
  43. ;------------------------------------------------------------------------------------------------
  44. ; STYLES
  45.  
  46. [StyleBarBackground]
  47. X=3r
  48. Y=5
  49. H=15
  50. W=2
  51. SolidColor=128, 192, 255, 160
  52.  
  53. [StyleBar]
  54. X=r
  55. Y=r
  56. H=15
  57. W=2
  58. BarColor=#Color1#
  59. BarOrientation=VERTICAL
  60.  
  61. ;------------------------------------------------------------------------------------------------
  62. ; METERS
  63.  
  64. [Icon]
  65. Meter=IMAGE
  66. ImageName=#SKINSPATH#Enigma\Resources\Images\System.#ColorIcon#.png
  67. X=5
  68. Y=0
  69. W=28
  70. H=28
  71.  
  72. [CPU Background]
  73. Meter=IMAGE
  74. MeterStyle=StyleBarBackground
  75. X=33
  76.  
  77. [CPU]
  78. MeasureName=MeasureCPU
  79. Meter=BAR
  80. MeterStyle=StyleBar
  81.  
  82. [RAM Background]
  83. Meter=IMAGE
  84. MeterStyle=StyleBarBackground
  85.  
  86. [RAM]
  87. MeasureName=MeasureRAM
  88. Meter=BAR
  89. MeterStyle=StyleBar
  90.  
  91. [HDD Background]
  92. Meter=IMAGE
  93. MeterStyle=StyleBarBackground
  94.  
  95. [HDD]
  96. MeasureName=MeasureHDInverse
  97. Meter=BAR
  98. MeterStyle=StyleBar
  99.  
  100. [PWR Background]
  101. Meter=IMAGE
  102. MeterStyle=StyleBarBackground
  103.  
  104. [PWR]
  105. MeasureName=MeasurePower
  106. Meter=BAR
  107. MeterStyle=StyleBar