Advertisement
csako

HWiNFO Rainmeter (bad)

Jul 30th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. [Rainmeter]
  2. Author=abu46
  3. Update=1000
  4. MiddleMouseDownAction=!RainmeterDeactivateConfig
  5. DynamicWindowSize=1
  6. @include=#SKINSPATH#Encoded\Variables\Fonts.inc
  7. @Include=#@#\sensors.inc
  8. ....................................................................................................................................................
  9.  
  10. [Variables]
  11. FontName=Ubuntu
  12. FontColor=78,43,39,255
  13. FontSize=16
  14. @include=#SKINSPATH#Encoded\Variables\Default.inc
  15.  
  16. [Styles]
  17. @include=#SKINSPATH#Encoded\Variables\Styles.inc
  18. ...................................................................................................................................................
  19.  
  20. [MeasureCPU]
  21. Measure=CPU
  22.  
  23. [MeasureCPUClock]
  24. Measure=Plugin
  25. Plugin=HWiNFO.dll
  26. HWiNFOSensorId=#CPU0-SensorID#
  27. HWiNFOSensorInstance=#CPU0-SensorInstance#
  28. HWiNFOEntryId=#CPU0-C0-Clock#
  29. HWiNFOType=CurrentValue
  30.  
  31. [MeasureCPUTempCore0]
  32. Measure=Plugin
  33. Plugin=HWiNFO.dll
  34. HWiNFOSensorId=#CPU0-Temp-SensorID#
  35. HWiNFOSensorInstance=#CPU0-Temp-SensorInstance#
  36. HWiNFOEntryId=#CPU0-C0-Temp#
  37. HWiNFOType=CurrentValue
  38.  
  39. [MeasureCPUTempCore1]
  40. Measure=Plugin
  41. Plugin=HWiNFO.dll
  42. HWiNFOSensorId=#CPU0-Temp-SensorID#
  43. HWiNFOSensorInstance=#CPU0-Temp-SensorInstance#
  44. HWiNFOEntryId=#CPU0-C1-Temp#
  45. HWiNFOType=CurrentValue
  46.  
  47. [MeasureCPUTempCore2]
  48. Measure=Plugin
  49. Plugin=HWiNFO.dll
  50. HWiNFOSensorId=#CPU0-Temp-SensorID#
  51. HWiNFOSensorInstance=#CPU0-Temp-SensorInstance#
  52. HWiNFOEntryId=#CPU0-C2-Temp#
  53. HWiNFOType=CurrentValue
  54.  
  55. [MeasureCPUTempCore3]
  56. Measure=Plugin
  57. Plugin=HWiNFO.dll
  58. HWiNFOSensorId=#CPU0-Temp-SensorID#
  59. HWiNFOSensorInstance=#CPU0-Temp-SensorInstance#
  60. HWiNFOEntryId=#CPU0-C3-Temp#
  61. HWiNFOType=CurrentValue
  62.  
  63. ...................................................................................................................................................
  64.  
  65. [CPUText]
  66. Meter=STRING
  67. MeterStyle=enyem2
  68. Text="Core i7 920"
  69. X=136
  70. Y=11
  71. FontSize=#FontSize#
  72. StringAlign=Center
  73. StringStyle=Bold
  74. AntiAlias=1
  75.  
  76. [MeterCPULoad]
  77. MeasureName=MeasureCPU
  78. Meter=STRING
  79. MeterStyle=enyem2
  80. X=150
  81. Y=R
  82. FontSize=48
  83. AntiAlias=1
  84. StringAlign=Right
  85. PostFix="%"
  86. Percentual=1
  87.  
  88. [MeterCPUFreq]
  89. MeasureName=MeasureCPUClock
  90. Meter=STRING
  91. MeterStyle=enyem2
  92. X=0r
  93. Y=13r
  94. FontSize=#FontSize#
  95. AntiAlias=1
  96. Postfix=" MHz"
  97.  
  98.  
  99. [MeterCPUTempCore0]
  100. MeasureName=MeasureCPUTempCore0
  101. Meter=STRING
  102. MeterStyle=enyem2
  103. X=0r
  104. Y=23r
  105. FontSize=#FontSize#
  106. AntiAlias=1
  107. PostFix="°"
  108.  
  109. [MeterCPUTempCore1]
  110. MeasureName=MeasureCPUTempCore1
  111. Meter=STRING
  112. MeterStyle=enyem2
  113. X=40r
  114. Y=0r
  115. FontSize=#FontSize#
  116. AntiAlias=1
  117. PostFix="°"
  118.  
  119. [MeterCPUTempCore2]
  120. MeasureName=MeasureCPUTempCore2
  121. Meter=STRING
  122. MeterStyle=enyem2
  123. X=40r
  124. Y=0r
  125. FontSize=#FontSize#
  126. AntiAlias=1
  127. PostFix="°"
  128.  
  129. [MeterCPUTempCore3]
  130. MeasureName=MeasureCPUTempCore3
  131. Meter=STRING
  132. MeterStyle=enyem2
  133. X=40r
  134. Y=0r
  135. FontSize=#FontSize#
  136. AntiAlias=1
  137. PostFix="°"
  138.  
  139. ...................................................................................................................................................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement