Advertisement
csako

MSI Afterburner in Rainmeter

Nov 10th, 2013
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. [Rainmeter]
  2. Author=abu46
  3. Update=1000
  4. MiddleMouseDownAction=!RainmeterDeactivateConfig
  5.  
  6. ....................................................................................................................................................
  7.  
  8. [Variables]
  9. FontName=Ubuntu
  10. FontColor=255,255,255,180
  11. FontSize=12
  12.  
  13. ...................................................................................................................................................
  14.  
  15. [MeasureGPULoad]
  16. Measure=Plugin
  17. Plugin=MSIAfterburner.dll
  18. DataSource=GPU usage
  19. MaxValue=100
  20. MinValue=0
  21.  
  22. [MeasureGPUTemp]
  23. Measure=Plugin
  24. Plugin=MSIAfterburner.dll
  25. DataSource=GPU temperature
  26. MaxValue=100
  27. MinValue=0
  28.  
  29. [MeasureMSIAfterburnerCoreClock]
  30. Measure=Plugin
  31. Plugin=Plugins\MSIAfterburner.dll
  32. DataSource=Core clock
  33.  
  34. [MeasureGPUFanSpeed]
  35. Measure=Plugin
  36. Plugin=MSIAfterburner.dll
  37. DataSource=Fan speed
  38. MaxValue=100
  39. MinValue=0
  40.  
  41. [MeasureMSIAfterburnerMemoryUsage]
  42. Measure=Plugin
  43. Plugin=Plugins\MSIAfterburner.dll
  44. DataSource=Memory usage
  45. MinValue=0
  46. MaxValue=896
  47.  
  48. ...................................................................................................................................................
  49.  
  50. [GPUText]
  51. Meter=STRING
  52. Text="GTX 260"
  53. X=125
  54. Y=11
  55. FontFace=#FontFace#
  56. FontColor=#FontColor#
  57. FontSize=#FontSize#
  58. StringAlign=Center
  59. StringStyle=Bold
  60. AntiAlias=1
  61.  
  62. [MeterGPULoad]
  63. MeasureName=MeasureGPULoad
  64. Meter=STRING
  65. X=150
  66. Y=R
  67. FontFace=#FontName#
  68. FontColor=#FontColor#
  69. FontSize=42
  70. AntiAlias=1
  71. StringAlign=Right
  72. ;StringStyle=Bold
  73. PostFix="%"
  74. Percentual=1
  75. LeftMouseUpAction=!Execute ["C:\Program Files (x86)\MSI Afterburner\MSIAfterburner.exe"]
  76.  
  77. [MeterGPUTemp]
  78. MeasureName=MeasureGPUTemp
  79. Meter=STRING
  80. X=0r
  81. Y=18r
  82. FontFace=#FontName#
  83. FontColor=#FontColor#
  84. FontSize=#FontSize#
  85. AntiAlias=1
  86. StringAlign=Left
  87. ;StringStyle=Bold
  88. PostFix="°C"
  89. LeftMouseUpAction=!Execute ["C:\Program Files (x86)\MSI Afterburner\MSIAfterburner.exe"]
  90.  
  91. [MeterMSIAfterburnerCoreClock]
  92. Meter=String
  93. MeasureName=MeasureMSIAfterburnerCoreClock
  94. X=45r
  95. Y=0r
  96. Text="%1 MHz"
  97. FontFace=#FontName#
  98. FontColor=#FontColor#
  99. FontSize=#FontSize#
  100. AntiAlias=1
  101. NumOfDecimals=1
  102.  
  103. [MeterGPUFanSpeed]
  104. MeasureName=MeasureGPUFanSpeed
  105. Meter=STRING
  106. X=-45r
  107. Y=23r
  108. FontFace=#FontName#
  109. FontColor=#FontColor#
  110. FontSize=#FontSize#
  111. AntiAlias=1
  112. ;StringStyle=Bold
  113. PostFix="%"
  114. Percentual=1
  115. LeftMouseUpAction=!Execute ["C:\Program Files (x86)\MSI Afterburner\MSIAfterburner.exe"]
  116.  
  117. [MeterMSIAfterburnerMemoryUsage]
  118. Meter=String
  119. MeasureName=MeasureMSIAfterburnerMemoryUsage
  120. X=45r
  121. Y=0r
  122. Text="%1 MB"
  123. FontFace=#FontName#
  124. FontColor=#FontColor#
  125. FontSize=#FontSize#
  126. AntiAlias=1
  127. NumOfDecimals=1
  128.  
  129.  
  130. ...................................................................................................................................................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement