Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3. ;================================
  4. [meterskintitle]
  5. Meter=String
  6. X=0
  7. Y=0
  8. FontFace=Dark11
  9. FontColor=
  10. FontSize=20
  11. StringStyle=Normal
  12. AntiAlias=1
  13. Text="Temperatures:"
  14.  
  15. ;=================================
  16.  
  17. [MeasureCPUTemp]
  18. Measure=Plugin
  19. Plugin=SpeedFanPlugin
  20. SpeedFanType=Temperature
  21. SpeedFanNumber=1
  22. SpeedFanScale=C
  23. MinValue=0
  24. MaxValue=100
  25.  
  26. [MeterCPUTempBar]
  27. MeasureName=MeasureCPUTemp
  28. Meter=BAR
  29. X=5
  30. Y=3R
  31. W=15
  32. H=35
  33. BarColor=255,255,255,255
  34. SolidColor=150,150,150,255
  35. BarOrientation=Vertical
  36.  
  37. [MeterCPUTemp]
  38. Meter=String
  39. MeasureName=MeasureCPUTemp
  40. X=0R
  41. Y=-42R
  42. FontFace=Dark11
  43. FontSize=35
  44. FontColor=
  45. StringStyle=Normal
  46. AntiAlias=1
  47. Text=%1
  48.  
  49. [Unit1]
  50. Meter=String
  51. X=-5R
  52. Y=-45R
  53. FontFace=Dark11
  54. FontSize=12
  55. FontColor=
  56. AntiAlias=1
  57. Text=oC
  58.  
  59. [MeterCPUBottomText]
  60. Meter=String
  61. X=0
  62. Y=20R
  63. FontFace=Dark11
  64. FontSize=12
  65. FontColor=
  66. AntiAlias=1
  67. Text=Core I
  68.  
  69. ;=================================
  70.  
  71. [MeasureGPUTemp]
  72. Measure=Plugin
  73. Plugin=SpeedFanPlugin
  74. SpeedFanType=Temperature
  75. SpeedFanNumber=9
  76. SpeedFanScale=C
  77. MinValue=0
  78. MaxValue=100
  79.  
  80. [MeterGPUTempBar]
  81. MeasureName=MeasureGPUTemp
  82. Meter=BAR
  83. X=5
  84. Y=3R
  85. W=15
  86. H=35
  87. BarColor=255,255,255,255
  88. SolidColor=150,150,150,255
  89. BarOrientation=Vertical
  90.  
  91. [MeterGPUTemp]
  92. Meter=String
  93. MeasureName=MeasureGPUTemp
  94. X=0R
  95. Y=-42R
  96. FontFace=Dark11
  97. FontSize=35
  98. FontColor=
  99. StringStyle=Normal
  100. AntiAlias=1
  101. Text=%1
  102.  
  103. [Unit2]
  104. Meter=String
  105. X=-5R
  106. Y=-45R
  107. FontFace=Dark11
  108. FontSize=12
  109. FontColor=
  110. AntiAlias=1
  111. Text=oC
  112.  
  113. [MeterGPUBottomText]
  114. Meter=String
  115. X=0
  116. Y=20R
  117. FontFace=Dark11
  118. FontSize=12
  119. FontColor=
  120. AntiAlias=1
  121. Text=Core II
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement