Advertisement
Guest User

Untitled

a guest
Mar 11th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1. ;fixed HDD.ini
  2. ; Lines starting ; (semicolons) are commented out.
  3. ; That is, they do not affect the code and are here for demonstration purposes only.
  4. ; ----------------------------------
  5.  
  6. [Rainmeter]
  7. ; This section contains general settings that can be used to change how Rainmeter behaves.
  8. Author=Leb
  9. AppVersion=1003000
  10. Update=1000
  11.  
  12.  
  13. [Variables]
  14. ; Variables declared here can be used later on between two # characters (e.g. #MyVariable#).
  15. fontName=Trebuchet MS
  16. textSize=8
  17. colorBar=235,170,0,255
  18. colorText=255,255,255,205
  19.  
  20. colorBar1=141,198,63,255
  21. colorBar2=255,242,0,255
  22. colorBar3=247,148,29,255
  23. colorBar4=237,28,36,255
  24.  
  25. graphH=42
  26. graphW=110
  27.  
  28. Drive1=C:
  29. Drive2=D:
  30. Drive3=G:
  31.  
  32. ; ----------------------------------
  33. ; MEASURES return some kind of value
  34. ; ----------------------------------
  35. [Mse_Drive1Access]
  36. Measure=Plugin
  37. Plugin=Plugins\PerfMon.dll
  38. PerfMonObject=LogicalDisk
  39. PerfMonCounter="Disk Bytes/sec"
  40. PerfMonInstance="#drive1#"
  41.  
  42. [HDD1MBS]
  43. Measure=Calc
  44. Formula=Mse_Drive1Access / 1048576
  45.  
  46. [Mse_Drive2Access]
  47. Measure=Plugin
  48. Plugin=Plugins\PerfMon.dll
  49. PerfMonObject=LogicalDisk
  50. PerfMonCounter="Disk Bytes/sec"
  51. PerfMonInstance="#Drive2#"
  52.  
  53. [HDD2MBS]
  54. Measure=Calc
  55. Formula=Mse_Drive2Access / 1048576
  56.  
  57. [Mse_Drive3Access]
  58. Measure=Plugin
  59. Plugin=Plugins\PerfMon.dll
  60. PerfMonObject=LogicalDisk
  61. PerfMonCounter="Disk Bytes/sec"
  62. PerfMonInstance="#Drive3#"
  63.  
  64. [HDD3MBS]
  65. Measure=Calc
  66. Formula=Mse_Drive3Access / 1048576
  67.  
  68. [OHMHDDTemp]
  69. Measure=Plugin
  70. Plugin=Plugins\OpenHardwareMonitorPlugin.dll
  71. Hardware=ST2000DM001-9YN164
  72. Type=Temperatures
  73. Sensor=Temperature
  74.  
  75. ; ----------------------------------
  76. ; STYLES are used to "centralize" options
  77. ; ----------------------------------
  78.  
  79. [styleTitle]
  80. StringAlign=CENTER
  81. StringCase=UPPER
  82. StringEffect=SHADOW
  83. FontEffectColor=0,0,0,40
  84. FontColor=#colorText#
  85. FontFace=#fontName#
  86. FontSize=12
  87. AntiAlias=1
  88. ClipString=1
  89.  
  90. [styleLeftText]
  91. StringAlign=LEFT
  92. StringCase=NONE
  93. StringEffect=SHADOW
  94. FontEffectColor=0,0,0,40
  95. FontColor=#colorText#
  96. FontFace=#fontName#
  97. FontSize=#textSize#
  98. AntiAlias=1
  99. ClipString=1
  100.  
  101. [styleRightText]
  102. StringAlign=RIGHT
  103. StringCase=NONE
  104. StringEffect=SHADOW
  105. FontEffectColor=0,0,0,40
  106. FontColor=#colorText#
  107. FontFace=#fontName#
  108. FontSize=#textSize#
  109. AntiAlias=1
  110. ClipString=1
  111.  
  112. [styleBar1]
  113. BarColor=#colorBar1#
  114. BarOrientation=Vertical
  115. SolidColor=0,0,0,50
  116.  
  117. [styleBar2]
  118. BarColor=#colorBar2#
  119. BarOrientation=Vertical
  120. SolidColor=0,0,0,50
  121.  
  122. [styleBar3]
  123. BarColor=#colorBar3#
  124. BarOrientation=Vertical
  125. SolidColor=0,0,0,50
  126.  
  127. [styleBar4]
  128. BarColor=#colorBar4#
  129. BarOrientation=Vertical
  130. SolidColor=0,0,0,50
  131.  
  132.  
  133. ; ----------------------------------
  134. ; METERS display images, text, bars, etc.
  135. ; ----------------------------------
  136.  
  137. [meterHeader]
  138. Meter=IMAGE
  139. ImageName=#SKINSPATH#\SystemInformation\img\Header.png
  140. X=0
  141. Y=0
  142. H=50
  143. W=180
  144.  
  145. [meterBody]
  146. Meter=IMAGE
  147. ImageName=#SKINSPATH#\SystemInformation\img\Body.png
  148. Tile=1
  149. X=0r
  150. Y=0R
  151. H=100
  152. W=180
  153.  
  154. ;[meterFooter]
  155. ;Meter=IMAGE
  156. ;ImageName=#SKINSPATH#\SystemInformation\img\Footer.png
  157. ;X=0
  158. ;Y=0R
  159. ;H=38
  160. ;W=180
  161.  
  162. [meterTitle]
  163. Meter=STRING
  164. MeterStyle=styleTitle
  165. X=90
  166. Y=15
  167. W=180
  168. H=25
  169. Text="HDD"
  170.  
  171.  
  172. [MeterLabelHDDTemp]
  173. Meter=STRING
  174. MeterStyle=styleLeftText
  175. FontColor=#colorBar2#
  176. X=15
  177. Y=2R
  178. W=145
  179. H=14
  180. Text="D: Temperature:"
  181.  
  182. [HDDTemp]
  183. Meter=STRING
  184. MeterStyle=styleRightText
  185. MeasureName=OHMHDDTemp
  186. X=165
  187. Y=0r
  188. W=145
  189. H=14
  190. Text="%1 C"
  191.  
  192.  
  193. [MeterLabelHDD1Load]
  194. Meter=STRING
  195. MeterStyle=styleLeftText
  196. FontColor=#colorBar1#
  197. X=15
  198. Y=2R
  199. W=80
  200. H=14
  201. Text="C: Megabytes/s"
  202.  
  203. [MeterHDD1Load]
  204. Meter=String
  205. MeasureName=HDD1MBS
  206. NumOfDecimals=3
  207. X=165
  208. Y=0r
  209. W=145
  210. H=14
  211. MeterStyle=styleRightText
  212. Text="%1"
  213.  
  214. [MeterLabelHDD2Load]
  215. Meter=STRING
  216. MeterStyle=styleLeftText
  217. FontColor=#colorBar3#
  218. X=15
  219. Y=2R
  220. W=80
  221. H=14
  222. Text="D: Megabytes/s"
  223.  
  224. [MeterHDD2Load]
  225. Meter=String
  226. MeasureName=HDD2MBS
  227. NumOfDecimals=3
  228. X=165
  229. Y=0r
  230. W=145
  231. H=14
  232. MeterStyle=styleRightText
  233. Text="%1"
  234.  
  235. [MeterLabelHDD3Load]
  236. Meter=STRING
  237. MeterStyle=styleLeftText
  238. FontColor=#colorBar4#
  239. X=15
  240. Y=2R
  241. W=80
  242. H=14
  243. Text="G: Megabytes/s"
  244.  
  245. [MeterHDD3Load]
  246. Meter=String
  247. MeasureName=HDD3MBS
  248. NumOfDecimals=3
  249. X=165
  250. Y=0r
  251. W=145
  252. H=14
  253. MeterStyle=styleRightText
  254. Text="%1"
  255.  
  256. [meterHLGraphBG4]
  257. Meter=IMAGE
  258. ImageName=#SKINSPATH#\SystemInformation\img\Graphbg.png
  259. X=15
  260. Y=2R
  261. H=#graphH#
  262. W=#graphW#
  263.  
  264. [HDD3GraphLine]
  265. Meter=Line
  266. MeasureName=HDD3MBS
  267. LineColor=#colorBar4#
  268. X=1r
  269. Y=1r
  270. H=40
  271. W=(#graphW# - 2)
  272. LineWidth=1
  273. LineCount=1
  274. AntiAlias=1
  275.  
  276. [HDD2GraphLine]
  277. Meter=Line
  278. MeasureName=HDD2MBS
  279. LineColor=#colorBar3#
  280. X=0r
  281. Y=0r
  282. H=40
  283. W=(#graphW# - 2)
  284. LineWidth=1
  285. LineCount=1
  286. AntiAlias=1
  287.  
  288. [HDD1GraphLine]
  289. Meter=Line
  290. MeasureName=HDD1MBS
  291. LineColor=#colorBar1#
  292. X=0r
  293. Y=0r
  294. H=40
  295. W=(#graphW# - 2)
  296. LineWidth=1
  297. LineCount=1
  298. AntiAlias=1
  299.  
  300.  
  301. [meterHLBarHDD1BG]
  302. Meter=IMAGE
  303. ImageName=#SKINSPATH#\SystemInformation\img\CoreBG.png
  304. X=2R
  305. Y=-1r
  306. H=#graphH#
  307. W=12
  308.  
  309. [meterBarHDD1]
  310. Meter=BAR
  311. MeterStyle=styleBar1
  312. MeasureName=HDD1MBS
  313. X=0r
  314. Y=0r
  315. Barimage=#SKINSPATH#\SystemInformation\img\Core1f.png
  316. W=12
  317. H=#graphH#
  318.  
  319. [meterHLBarHDD2BG]
  320. Meter=IMAGE
  321. ImageName=#SKINSPATH#\SystemInformation\img\CoreBG.png
  322. X=2R
  323. Y=0r
  324. H=#graphH#
  325. W=12
  326.  
  327. [meterBarHDD2]
  328. Meter=BAR
  329. MeterStyle=styleBar3
  330. MeasureName=HDD2MBS
  331. X=0r
  332. Y=0r
  333. Barimage=#SKINSPATH#\SystemInformation\img\Core3f.png
  334. W=12
  335. H=#graphH#
  336.  
  337. [meterHLBarHDD3BG]
  338. Meter=IMAGE
  339. ImageName=#SKINSPATH#\SystemInformation\img\CoreBG.png
  340. X=2R
  341. Y=0r
  342. H=#graphH#
  343. W=12
  344.  
  345. [meterBarHDD3]
  346. Meter=BAR
  347. MeterStyle=styleBar4
  348. MeasureName=HDD3MBS
  349. X=0r
  350. Y=0r
  351. Barimage=#SKINSPATH#\SystemInformation\img\Core4f.png
  352. W=12
  353. H=#graphH#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement