Advertisement
Guest User

Untitled

a guest
Mar 11th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.73 KB | None | 0 0
  1. ;GPUNvidia.ini
  2.  
  3. ; Lines starting ; (semicolons) are commented out.
  4. ; That is, they do not affect the code and are here for demonstration purposes only.
  5. ; ----------------------------------
  6.  
  7. [Rainmeter]
  8. ; This section contains general settings that can be used to change how Rainmeter behaves.
  9. Author=Ahmed90
  10. AppVersion=1003000
  11. Update=1000
  12.  
  13.  
  14. [Variables]
  15. ; Variables declared here can be used later on between two # characters (e.g. #MyVariable#).
  16. fontName=Trebuchet MS
  17. textSize=8
  18. colorBar=235,170,0,255
  19. colorText=255,255,255,205
  20.  
  21. colorBarLoad=255,242,0,255
  22. colorBarTemp=247,148,29,255
  23. colorBarFan=141,198,63,255
  24.  
  25. graphH=42
  26.  
  27.  
  28. ; OpenHardwareMonitor Your GPU name in OHM
  29. MGPU=NVIDIA GeForce GTX 670
  30.  
  31.  
  32. ; ----------------------------------
  33. ; MEASURES return some kind of value
  34. ; ----------------------------------
  35.  
  36. [OHMGPUTemp]
  37. Measure=Plugin
  38. Plugin=Plugins\OpenHardwareMonitorPlugin.dll
  39. Hardware=#MGPU#
  40. Type=Temperatures
  41. Sensor=GPU Core
  42. MaxValue=100
  43.  
  44. [OHMGPULoad]
  45. Measure=Plugin
  46. Plugin=Plugins\OpenHardwareMonitorPlugin.dll
  47. Hardware=#MGPU#
  48. Type=Load
  49. Sensor=GPU Core
  50.  
  51. [OHMGPULoadCalc]
  52. Measure=Calc
  53. Formula=OHMGPULoad * 100
  54.  
  55. [OHMGPUFan]
  56. Measure=Plugin
  57. Plugin=Plugins\OpenHardwareMonitorPlugin.dll
  58. Hardware=#MGPU#
  59. Type=Fans
  60. Sensor=GPU
  61.  
  62. [OHMGPUFanPerc]
  63. Measure=Plugin
  64. Plugin=Plugins\OpenHardwareMonitorPlugin.dll
  65. Hardware=#MGPU#
  66. Type=Controls
  67. Sensor=GPU Fan
  68.  
  69. [OHMGPUFanCalc]
  70. Measure=Calc
  71. Formula=OHMGPUFanPerc * 100
  72.  
  73. ;[OHMGPUClock]
  74. ;Measure=Plugin
  75. ;Plugin=Plugins\OpenHardwareMonitorPlugin.dll
  76. ;Hardware=#MGPU#
  77. ;Type=Clocks
  78. ;Sensor=GPU Core
  79.  
  80. ;[OHMGPUMemClock]
  81. ;Measure=Plugin
  82. ;Plugin=Plugins\OpenHardwareMonitorPlugin.dll
  83. ;Hardware=#MGPU#
  84. ;Type=Clocks
  85. ;Sensor=GPU Memory
  86.  
  87. ;[OHMGPUShader]
  88. ;Measure=Plugin
  89. ;Plugin=Plugins\OpenHardwareMonitorPlugin.dll
  90. ;Hardware=#MGPU#
  91. ;Type=Clocks
  92. ;Sensor=GPU Shader
  93.  
  94.  
  95. ; ----------------------------------
  96. ; STYLES are used to "centralize" options
  97. ; ----------------------------------
  98.  
  99. [styleTitle]
  100. StringAlign=CENTER
  101. StringCase=UPPER
  102. StringEffect=SHADOW
  103. FontEffectColor=0,0,0,40
  104. FontColor=#colorText#
  105. FontFace=#fontName#
  106. FontSize=12
  107. AntiAlias=1
  108. ClipString=1
  109.  
  110. [styleLeftText]
  111. StringAlign=LEFT
  112. StringCase=NONE
  113. StringEffect=SHADOW
  114. FontEffectColor=0,0,0,40
  115. FontColor=#colorText#
  116. FontFace=#fontName#
  117. FontSize=#textSize#
  118. AntiAlias=1
  119. ClipString=1
  120.  
  121. [styleRightText]
  122. StringAlign=RIGHT
  123. StringCase=NONE
  124. StringEffect=SHADOW
  125. FontEffectColor=0,0,0,40
  126. FontColor=#colorText#
  127. FontFace=#fontName#
  128. FontSize=#textSize#
  129. AntiAlias=1
  130. ClipString=1
  131.  
  132. [styleBarLoad]
  133. BarColor=#colorBarLoad#
  134. BarOrientation=Vertical
  135. SolidColor=0,0,0,50
  136.  
  137.  
  138. [styleBarTemp]
  139. BarColor=#colorBarTemp#
  140. BarOrientation=Vertical
  141. SolidColor=0,0,0,50
  142.  
  143. [styleBarFan]
  144. BarColor=#colorBarFan#
  145. BarOrientation=Vertical
  146. SolidColor=0,0,0,50
  147.  
  148.  
  149. ; ----------------------------------
  150. ; METERS display images, text, bars, etc.
  151. ; ----------------------------------
  152.  
  153. [meterHeader]
  154. Meter=IMAGE
  155. ImageName=#SKINSPATH#\SystemInformation\img\Header.png
  156. X=0
  157. Y=0
  158. H=50
  159. W=180
  160.  
  161. [meterBody]
  162. Meter=IMAGE
  163. ImageName=#SKINSPATH#\SystemInformation\img\Body.png
  164. Tile=1
  165. X=0r
  166. Y=0R
  167. H=180
  168. W=180
  169.  
  170. ;[meterFooter]
  171. ;Meter=IMAGE
  172. ;ImageName=#SKINSPATH#\SystemInformation\img\Footer.png
  173. ;X=0
  174. ;Y=0R
  175. ;H=38
  176. ;W=180
  177.  
  178. [meterTitle]
  179. Meter=STRING
  180. MeterStyle=styleTitle
  181. X=90
  182. Y=15
  183. W=180
  184. H=30
  185. Text="GPU"
  186.  
  187. ;[MeterGPU]
  188. ;Meter=STRING
  189. ;MeterStyle=styleTitle
  190. ;FontSize=8
  191. ;X=90
  192. ;Y=15R
  193. ;W=180
  194. ;H=14
  195. ;Text=#MGPU#
  196.  
  197. ;[MeterLabelGPUClock]
  198. ;Meter=STRING
  199. ;MeterStyle=styleLeftText
  200. ;X=15
  201. ;Y=2R
  202. ;W=145
  203. ;H=14
  204. ;Text="Clock"
  205.  
  206. ;[MeterGPUClock]
  207. ;Meter=STRING
  208. ;MeterStyle=styleRightText
  209. ;MeasureName=OHMGPUClock
  210. ;X=165
  211. ;Y=0r
  212. ;W=145
  213. ;H=14
  214. ;Text="%1 MHz"
  215.  
  216. ;[MeterLabelGPUMemClock]
  217. ;Meter=STRING
  218. ;MeterStyle=styleLeftText
  219. ;X=15
  220. ;Y=2R
  221. ;W=145
  222. ;H=14
  223. ;Text="Memory"
  224.  
  225. ;[MeterGPUMemClock]
  226. ;Meter=STRING
  227. ;MeterStyle=styleRightText
  228. ;MeasureName=OHMGPUMemClock
  229. ;X=165
  230. ;Y=0r
  231. ;W=145
  232. ;H=14
  233. ;Text="%1 MHz"
  234.  
  235. ;[MeterLabelGPUShader]
  236. ;Meter=STRING
  237. ;MeterStyle=styleLeftText
  238. ;X=15
  239. ;Y=2R
  240. ;W=145
  241. ;H=14
  242. ;Text="Shader"
  243.  
  244. ;[MeterGPUShader]
  245. ;Meter=STRING
  246. ;MeterStyle=styleRightText
  247. ;MeasureName=OHMGPUShader
  248. ;X=165
  249. ;Y=0r
  250. ;W=145
  251. ;H=14
  252. ;Text="%1 MHz"
  253.  
  254. [MeterLabelGPUTemp]
  255. Meter=STRING
  256. MeterStyle=styleLeftText
  257. X=15
  258. Y=2R
  259. W=145
  260. H=14
  261. Text="Temp"
  262.  
  263. [MeterGPUTemp]
  264. Meter=STRING
  265. MeterStyle=styleRightText
  266. MeasureName=OHMGPUTemp
  267. X=165
  268. Y=0r
  269. W=145
  270. H=14
  271. Text="%1 °C"
  272.  
  273. [meterHLGraphBG3]
  274. Meter=IMAGE
  275. ImageName=#SKINSPATH#\SystemInformation\img\Graphbg.png
  276. X=15
  277. Y=2R
  278. H=#graphH#
  279. W=137
  280.  
  281. [GPUTempGraphLine]
  282. Meter=Line
  283. MeasureName=OHMGPUTemp
  284. LineColor=#colorBarTemp#
  285. MeterStyle=styleBarTemp
  286. X=1r
  287. Y=1r
  288. H=(#graphH# - 2)
  289. W=135
  290. LineWidth=1
  291. LineCount=1
  292. AntiAlias=1
  293.  
  294. [meterHLBarGPU3BG]
  295. Meter=IMAGE
  296. ImageName=#SKINSPATH#\SystemInformation\img\CoreBG.png
  297. X=2R
  298. Y=-1r
  299. H=#graphH#
  300. W=12
  301.  
  302. [meterBarGPUTemp]
  303. Meter=BAR
  304. MeterStyle=styleBarTemp
  305. MeasureName=OHMGPUTemp
  306. X=0r
  307. Y=0r
  308. Barimage=#SKINSPATH#\SystemInformation\img\Core3f.png
  309. W=12
  310. H=#graphH#
  311.  
  312.  
  313. [MeterLabelGPULoad]
  314. Meter=STRING
  315. MeterStyle=styleLeftText
  316. X=15
  317. Y=2R
  318. W=145
  319. H=14
  320. Text="Load"
  321.  
  322. [MeterGPULoad]
  323. Meter=STRING
  324. MeterStyle=styleRightText
  325. MeasureName=OHMGPULoadCalc
  326. X=165
  327. Y=0r
  328. W=145
  329. H=14
  330. Text="%1 %"
  331.  
  332. [meterHLGraphBG4]
  333. Meter=IMAGE
  334. ImageName=#SKINSPATH#\SystemInformation\img\Graphbg.png
  335. X=15
  336. Y=2R
  337. H=#graphH#
  338. W=137
  339.  
  340. [GPULoadGraphLine]
  341. Meter=Line
  342. MeasureName=OHMGPULoad
  343. LineColor=#colorBarLoad#
  344. MeterStyle=styleBarLoad
  345. X=1r
  346. Y=1r
  347. H=(#graphH# - 2)
  348. W=135
  349. LineWidth=1
  350. LineCount=1
  351. AntiAlias=1
  352.  
  353. [meterHLBarGPU4BG]
  354. Meter=IMAGE
  355. ImageName=#SKINSPATH#\SystemInformation\img\CoreBG.png
  356. X=2R
  357. Y=-1r
  358. H=#graphH#
  359. W=12
  360.  
  361. [meterBarGPULoad]
  362. Meter=BAR
  363. MeterStyle=styleBarLoad
  364. MeasureName=OHMGPULoad
  365. X=0r
  366. Y=0r
  367. Barimage=#SKINSPATH#\SystemInformation\img\Core2f.png
  368. W=12
  369. H=#graphH#
  370.  
  371.  
  372. [MeterLabelGPUFan]
  373. Meter=STRING
  374. MeterStyle=styleLeftText
  375. X=15
  376. Y=2R
  377. W=145
  378. H=14
  379. Text="Fan"
  380.  
  381. [MeterGPUFan]
  382. Meter=STRING
  383. MeterStyle=styleRightText
  384. MeasureName=OHMGPUFan
  385. X=140
  386. Y=0r
  387. W=145
  388. H=14
  389. Text="%1 rpm |"
  390.  
  391. [MeterGPUFanPrec]
  392. Meter=STRING
  393. MeterStyle=styleRightText
  394. MeasureName=OHMGPUFanPerc
  395. X=165
  396. Y=0r
  397. W=145
  398. H=14
  399. Text="%1%"
  400. Percentual=1
  401. Autoscale=1
  402.  
  403. [meterHLGraphBG5]
  404. Meter=IMAGE
  405. ImageName=#SKINSPATH#\SystemInformation\img\Graphbg.png
  406. X=15
  407. Y=2R
  408. H=#graphH#
  409. W=137
  410.  
  411. [GPUFanGraphLine]
  412. Meter=Line
  413. MeasureName=OHMGPUFanPerc
  414. LineColor=#colorBarFan#
  415. MeterStyle=styleBarFan
  416. X=1r
  417. Y=1r
  418. H=(#graphH# - 2)
  419. W=135
  420. LineWidth=1
  421. LineCount=1
  422. AntiAlias=1
  423.  
  424. [meterHLBarGPU5BG]
  425. Meter=IMAGE
  426. ImageName=#SKINSPATH#\SystemInformation\img\CoreBG.png
  427. X=2R
  428. Y=-1r
  429. H=#graphH#
  430. W=12
  431.  
  432. [meterBarGPUFan]
  433. Meter=BAR
  434. MeterStyle=styleBarFan
  435. MeasureName=OHMGPUFanPerc
  436. X=0r
  437. Y=0r
  438. Barimage=#SKINSPATH#\SystemInformation\img\Core1f.png
  439. W=12
  440. H=#graphH#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement