Advertisement
Guest User

Untitled

a guest
Feb 9th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1.  
  2. [Variables]
  3.  
  4. ;----------
  5. ;--System--
  6. ;----------
  7. fontName=Trebuchet MS
  8. textSize=8
  9. colorText=255,255,255,205
  10. colorLine=196,196,196,255
  11. colorBar=0,255,0,255
  12. heightBar=1
  13.  
  14. ;------------
  15. ;--CPU Info--
  16. ;------------
  17. coreNumber=2
  18. threadNumber=2
  19. maxTempCPU=100
  20.  
  21. ;---------
  22. ;--Disks--
  23. ;---------
  24. ;Speeds in MB/s
  25. diskNumber=2
  26. disk1=C
  27. disk1Speed=120
  28. disk2=D
  29. disk2Speed=120
  30. disk3=E
  31. disk3Speed=100
  32. disk4=F
  33. disk4Speed=100
  34.  
  35. ;-----------
  36. ;--Network--
  37. ;-----------
  38. ;Measure in Mb/s
  39. maxDownload=120
  40. maxUpload=15
  41.  
  42. ;---------
  43. ;--Clock--
  44. ;---------
  45. ;Set to "1" for 12 hour clock
  46. 12Hour=0
  47.  
  48. ;------------
  49. ;--GPU Info--
  50. ;------------
  51. GPUMemory=2048
  52. maxTempGPU=100
  53.  
  54. ;-----------
  55. ;--Weather--
  56. ;-----------
  57. ZIP=27406
  58.  
  59. ;----------------
  60. ;--Music Player--
  61. ;----------------
  62. ;For supported players: http://docs.rainmeter.net/manual/plugins/nowplaying#playerlist
  63. MusicPlayer=WMP
  64.  
  65. [styleTitle]
  66. StringAlign=Center
  67. StringCase=Upper
  68. StringStyle=Bold
  69. StringEffect=Shadow
  70. FontEffectColor=0,0,0,50
  71. FontColor=#colorText#
  72. FontFace=#fontName#
  73. FontSize=(#textsize# + 2)
  74. AntiAlias=1
  75. ClipString=1
  76.  
  77. [styleLeftText]
  78. ; Meters using styleLeftText will be left-aligned.
  79. StringAlign=Left
  80. StringCase=None
  81. StringStyle=Bold
  82. StringEffect=Shadow
  83. FontEffectColor=0,0,0,20
  84. FontColor=#colorText#
  85. FontFace=#fontName#
  86. FontSize=#textSize#
  87. AntiAlias=1
  88. ClipString=1
  89. W=190
  90. H=15
  91.  
  92. [styleRightText]
  93. ; Meters using styleRightText will be right-aligned.
  94. StringAlign=Right
  95. StringCase=None
  96. StringStyle=Bold
  97. StringEffect=Shadow
  98. FontEffectColor=0,0,0,20
  99. FontColor=#colorText#
  100. FontFace=#fontName#
  101. FontSize=#textSize#
  102. AntiAlias=1
  103. ClipString=1
  104. W=190
  105. H=15
  106.  
  107. [styleCenterText]
  108. ; Meters using styleCenterText will be center-aligned.
  109. StringAlign=Center
  110. StringCase=None
  111. StringStyle=Bold
  112. StringEffect=Shadow
  113. FontEffectColor=0,0,0,20
  114. FontColor=#colorText#
  115. FontFace=#fontName#
  116. FontSize=#textSize#
  117. AntiAlias=1
  118. ClipString=1
  119. W=190
  120. H=15
  121.  
  122. [styleBar]
  123. BarColor=#colorBar#
  124. BarOrientation=Horizontal
  125. SolidColor=255,255,255,15
  126. W=190
  127. H=#heightBar#
  128.  
  129. [styleLine]
  130. LineCount=1
  131. LineColor=#colorLine#
  132. AntiAlias=1
  133. GraphStart=Left
  134. W=190
  135. H=25
  136.  
  137. [styleSeperator]
  138. SolidColor=255,255,255,15
  139. W=190
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement