Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 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\CPU\Temp" "Normal (Celcius).ini"
  12.  
  13. OnRefreshAction=[!FadeDuration "100"]
  14.  
  15. [Metadata]
  16. Name=CPU Temperature (Celcius)
  17. Author=Saber Akiyama
  18. Information=Displays CPU Temperature
  19. License=Creative Commons BY-NC-SA 4.0 International
  20. Version=2.1.0
  21.  
  22. [Variables]
  23. @include=#@#Measures\CPU\CPU Process.inc
  24. @include2=#@#String Styles.inc
  25. @include3=#@#Variables.inc
  26.  
  27. u-Degree=[\x00B0]
  28.  
  29. [mLabelCPU]
  30. Meter=String
  31. MeterStyle=SysLeftText
  32. X=25
  33. Y=20
  34. Text=CPU Temperature
  35.  
  36. [mTDPCPU]
  37. Meter=String
  38. MeterStyle=SysRightText
  39. MeasureName=mCPUTDP
  40. MeasureName2=mCPUTemp
  41. X=250r
  42. Y=0r
  43. Text="%2#u-Degree#C"
  44.  
  45. [mBarCPU]
  46. Meter=Bar
  47. MeterStyle=SysBar
  48. MeasureName=mCPUTemp
  49. TransformationMatrix=-1; 0; -1; 1; 15; 0
  50. X=-312
  51. Y=37
  52. W=265
  53. H=15
  54. DynamicVariables=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement