Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3. Group=EdgeSys
  4.  
  5. BackgroundMode=1
  6. BackgroundMargins=30,10,25,10
  7.  
  8. ContextAction=!ActivateConfig "SA EdgeSys" "Settings.ini"
  9. ContextTitle=Open Settings panel
  10.  
  11. LeftMouseDoubleClickAction=!ActivateConfig "SA EdgeSys\GPU\GPU1\Temp" "Normal.ini"
  12.  
  13. OnRefreshAction=[!FadeDuration "100"]
  14.  
  15. [Metadata]
  16. Name=GPU Temperature (Celcius)
  17. Author=Saber Akiyama
  18. Information=Displays GPU Temperature
  19. License=Creative Commons BY-NC-SA 4.0 International
  20. Version=2.1.0
  21.  
  22. [Variables]
  23. @include=#@#Measures\GPU\GPU1.inc
  24. @include2=#@#String Styles.inc
  25. @include3=#@#Variables.inc
  26.  
  27. u-Degree=[\x00B0]
  28.  
  29. [mLabelGPU]
  30. Meter=String
  31. MeterStyle=SysLeftText
  32. X=25
  33. Y=20
  34. Text=GPU Temperature
  35.  
  36. [mGPUTemp]
  37. Meter=String
  38. MeterStyle=SysRightText
  39. MeasureName=GPU1Temp
  40. X=250r
  41. Y=0r
  42. Text="%1#u-Degree#C"
  43.  
  44. [mBarGPU]
  45. Meter=Bar
  46. MeterStyle=SysBar
  47. MeasureName=GPU1Temp
  48. TransformationMatrix=-1; 0; -1; 1; 15; 0
  49. X=-312
  50. Y=37
  51. W=265
  52. H=15
  53. DynamicVariables=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement