Guest User

Untitled

a guest
Oct 23rd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. ;---------------------------------------------------------------------
  2. ; ENIGMA SYSTEM
  3.  
  4. [Rainmeter]
  5. Author=Kaelri
  6. AppVersion=2001000
  7. Group=EnigmaSidebar
  8. LeftMouseDoubleClickAction=!Execute [!WriteKeyValue Variables Variant1 #Variant2#][!WriteKeyValue Variables Variant2 #Variant1#][!Refresh]
  9.  
  10. [Variables]
  11. @include=#SKINSPATH#Enigma\Resources\Variables\UserVariables.inc
  12.  
  13. ;---------------------------------------------------------------------
  14. ; STYLES
  15.  
  16. @include2=#SKINSPATH#Enigma\Resources\Styles\#Stylesheet#\Variables.inc
  17. @include3=#SKINSPATH#Enigma\Resources\Styles\#Stylesheet#\SidebarSystem.inc
  18. Variant1=Graph
  19. Variant2=Normal
  20.  
  21. ;---------------------------------------------------------------------
  22. ; MEASURES
  23.  
  24. [MeasureCPU]
  25. Measure=CPU
  26.  
  27. [MeasureRAM]
  28. Measure=PhysicalMemory
  29.  
  30. [MeasureHD]
  31. Measure=FreeDiskSpace
  32. Drive=#Drive1#:
  33. UpdateDivider=60
  34.  
  35. [MeasurePower]
  36. Measure=Plugin
  37. Plugin=Plugins\PowerPlugin.dll
  38. PowerState=PERCENT
  39.  
  40. [MeasureCore1]
  41. Measure=CPU
  42. Processor=1
  43.  
  44. [MeasureCore2]
  45. Measure=CPU
  46. Processor=2
  47.  
  48. ;---------------------------------------------------------------------
  49. ; METERS
  50.  
  51. ;-----------------------
  52. ; FRAME
  53.  
  54. [Background]
  55. Meter=IMAGE
  56. MeterStyle=StyleSystem#Variant1#Background
  57.  
  58. [Border1]
  59. Meter=IMAGE
  60. MeterStyle=StyleSystem#Variant1#Border | StyleSystem#Variant1#Border1
  61.  
  62. [VerticalBorderA]
  63. Meter=IMAGE
  64. MeterStyle=StyleSystem#Variant1#VerticalBorderA
  65.  
  66. [VerticalBorderB]
  67. Meter=IMAGE
  68. MeterStyle=StyleSystem#Variant1#VerticalBorderB
  69.  
  70. [Border2]
  71. Meter=IMAGE
  72. MeterStyle=StyleSystem#Variant1#Border | StyleSystem#Variant1#Border2
  73.  
  74. ;-----------------------
  75. ; LABELS & TEXT
  76.  
  77. [LabelCPU]
  78. Meter=STRING
  79. MeterStyle=StyleSystem#Variant1#Label | StyleSystem#Variant1#Label1
  80. Text="CPU"
  81.  
  82. [CPU]
  83. Meter=STRING
  84. MeterStyle=StyleSystem#Variant1#Text | StyleSystem#Variant1#Text1
  85. MeasureName=MeasureCPU
  86. Text="%1%"
  87.  
  88. [LabelRAM]
  89. Meter=STRING
  90. MeterStyle=StyleSystem#Variant1#Label | StyleSystem#Variant1#Label2
  91. Text="RAM"
  92.  
  93. [RAM]
  94. Meter=STRING
  95. MeterStyle=StyleSystem#Variant1#Text | StyleSystem#Variant1#Text2
  96. MeasureName=MeasureRAM
  97. Text="%1%"
  98. Percentual=1
  99. AutoScale=1
  100.  
  101. [LabelHD]
  102. Meter=STRING
  103. MeterStyle=StyleSystem#Variant1#Label | StyleSystem#Variant1#Label3
  104. Text="HDD"
  105.  
  106. [HD]
  107. Meter=STRING
  108. MeterStyle=StyleSystem#Variant1#Text | StyleSystem#Variant1#Text3
  109. MeasureName=MeasureHD
  110. Text="%1B"
  111. AutoScale=1
  112. NumOfDecimals=0
  113.  
  114. [LabelPower]
  115. Meter=STRING
  116. MeterStyle=StyleSystem#Variant1#Label | StyleSystem#Variant1#Label4
  117. Text="PWR"
  118.  
  119. [Power]
  120. Meter=STRING
  121. MeterStyle=StyleSystem#Variant1#Text | StyleSystem#Variant1#Text4
  122. MeasureName=MeasurePower
  123. Text="%1%"
  124.  
  125. ;-----------------------
  126.  
  127. ;-----------------------
  128. ; GRAPH FRAME
  129.  
  130. [Border3]
  131. Meter=IMAGE
  132. MeterStyle=StyleSystem#Variant1#Border | StyleSystem#Variant1#Border3
  133.  
  134. [VerticalBorderC]
  135. Meter=IMAGE
  136. MeterStyle=StyleSystem#Variant1#VerticalBorderC
  137.  
  138. [Border4]
  139. Meter=IMAGE
  140. MeterStyle=StyleSystem#Variant1#Border | StyleSystem#Variant1#Border4
  141.  
  142. [Border5]
  143. Meter=IMAGE
  144. MeterStyle=StyleSystem#Variant1#Border | StyleSystem#Variant1#Border5
  145.  
  146. ;-----------------------
  147. ; HISTOGRAMS
  148.  
  149. [Core1Graph]
  150. Meter=Histogram
  151. MeterStyle=StyleSystem#Variant1#Graph | StyleSystem#Variant1#Graph1
  152. MeasureName=MeasureCore1
  153. Autoscale=1
  154.  
  155. [Core2Graph]
  156. Meter=Histogram
  157. MeterStyle=StyleSystem#Variant1#Graph | StyleSystem#Variant1#Graph2
  158. MeasureName=MeasureCore2
  159. Autoscale=1
  160.  
  161. ;-----------------------
  162. ; LOWER TEXT
  163.  
  164. [Core1Label]
  165. Meter=STRING
  166. MeterStyle=StyleSystem#Variant1#GraphLabel | StyleSystem#Variant1#GraphLabel1
  167. ; Prefix="· "
  168. Text="1"
  169.  
  170. [Core1Number]
  171. Meter=STRING
  172. MeterStyle=StyleSystem#Variant1#GraphText | StyleSystem#Variant1#GraphText1
  173. MeasureName=MeasureCore1
  174. Postfix="%"
  175.  
  176. [Core2Label]
  177. Meter=STRING
  178. MeterStyle=StyleSystem#Variant1#GraphLabel | StyleSystem#Variant1#GraphLabel2
  179. Text="2"
  180. ; Postfix=" ·"
  181.  
  182. [Core2Number]
  183. Meter=STRING
  184. MeterStyle=StyleSystem#Variant1#GraphText | StyleSystem#Variant1#GraphText2
  185. MeasureName=MeasureCore2
  186. Postfix="%"
  187.  
  188. ;---------------------------------------------------------------------
  189. ; METADATA
  190.  
  191. [Metadata]
  192. Name=Enigma System
  193. Config=Enigma | Sidebar | System
  194. Description=This skin reads your current CPU, RAM, hard drive, and laptop battery usage.
  195. Instructions=· Middle-click to refresh. | · Load Enigma\Options.ini to change options for this skin.
  196. Version=3.1
  197. Tags=Sidebar | System
  198. License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
  199. Preview=#SKINSPATH#Enigma\Resources\Images\Preview.png
Add Comment
Please, Sign In to add comment