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.ini < prev   
Encoding:
INI File  |  2009-10-18  |  2.2 KB  |  131 lines

  1. ;------------------------------------------------------------------------------------------------
  2. ; ENIGMA SYSTEM COMPACT
  3. ; Class: Double
  4.  
  5. [Rainmeter]
  6. Author=Kaelri.LCD@gmail.com
  7. AppVersion=1001000
  8. Update=1000
  9. MiddleMouseDownAction=!RainmeterActivateConfig #CURRENTCONFIG# Compact-Icon.ini
  10.  
  11. [Metadata]
  12. Name=Enigma System Compact
  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.  
  20. [Variables]
  21. @include=#SKINSPATH#Enigma\Resources\Variables\DefaultVariables.inc
  22.  
  23. ;------------------------------------------------------------------------------------------------
  24. ; MEASURES
  25.  
  26. [MeasureCPU]
  27. Measure=CPU
  28.  
  29. [MeasureRAM]
  30. Measure=PhysicalMemory
  31.  
  32. [MeasureHD]
  33. Measure=FreeDiskSpace
  34. Drive=C:
  35.  
  36. [MeasurePower]
  37. Measure=Plugin
  38. Plugin=Plugins\PowerPlugin.dll
  39. PowerState=PERCENT
  40.  
  41. ;------------------------------------------------------------------------------------------------
  42. ; STYLES
  43.  
  44. [StyleLabel]
  45. FontColor=#Color2#
  46. FontFace=#Font#
  47. FontSize=#Height2#
  48. StringAlign=RIGHT
  49. StringStyle=NORMAL
  50. AntiAlias=1
  51.  
  52. [StyleText]
  53. FontColor=#Color1#
  54. FontFace=#Font#
  55. FontSize=#Height4#
  56. StringAlign=LEFT
  57. StringStyle=NORMAL
  58. AntiAlias=1
  59. Text="%1"
  60.  
  61. ;------------------------------------------------------------------------------------------------
  62. ; METERS
  63.  
  64. [Background]
  65. Meter=Image
  66. SolidColor=0, 0, 0, 2
  67. X=25
  68. Y=0
  69. W=30
  70. H=30
  71.  
  72. [Label CPU]
  73. Meter=STRING
  74. MeterStyle=StyleLabel
  75. Text="CPU |"
  76. X=40
  77. Y=1
  78.  
  79. [Label RAM]
  80. Meter=STRING
  81. MeterStyle=StyleLabel
  82. Text="RAM |"
  83. X=r
  84. Y=14r
  85.  
  86. [Label HDD]
  87. Meter=STRING
  88. MeterStyle=StyleLabel
  89. Text="HDD |"
  90. X=110
  91. Y=1
  92.  
  93. [Label PWR]
  94. Meter=STRING
  95. MeterStyle=StyleLabel
  96. Text="PWR |"
  97. X=r
  98. Y=14r
  99.  
  100. [CPU]
  101. Meter=STRING
  102. MeterStyle=StyleText
  103. MeasureName=MeasureCPU
  104. X=40
  105. Y=0
  106.  
  107. [RAM]
  108. Meter=STRING
  109. MeterStyle=StyleText
  110. MeasureName=MeasureRAM
  111. X=r
  112. Y=15r
  113. Percentual=1
  114. AutoScale=1
  115.  
  116. [HD]
  117. Meter=STRING
  118. MeterStyle=StyleText
  119. MeasureName=MeasureHD
  120. X=110
  121. Y=0
  122. AutoScale=1
  123. NumOfDecimals=0
  124.  
  125. [Power]
  126. Meter=STRING
  127. MeterStyle=StyleText
  128. MeasureName=MeasurePower
  129. X=r
  130. Y=15r
  131.