bobalazs

gpu gadgets

Jun 12th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.63 KB | None | 0 0
  1. [Metadata]
  2. Name=Usage Monitor GPU
  3. Author=Dudebaker
  4. Information=Shows GPU Usage Monitor||Gadgets Additions:|http://fav.me/dc5kcz5
  5. License=Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
  6. Version=3.2.0
  7.  
  8. [Rainmeter]
  9. Group=GadgetsAdditions | UsageMonitorViews | UsageMonitorGPU
  10. ContextTitle3=Usage Monitor
  11. ContextAction3=[!ToggleConfig "Gadgets Additions\Usage Monitor" "Usage Monitor.ini"]
  12. ContextTitle4=---
  13. ContextTitle5=Settings
  14. ContextAction5=[!ToggleConfig "Gadgets Additions\Usage Monitor\Config" "Settings.ini"]
  15. ContextTitle6=---
  16. ContextTitle7=Skin file
  17. ContextAction7=["#CURRENTPATH##CURRENTFILE#"]
  18. ContextTitle8=Skin variables file
  19. ContextAction8=["#@#Variables\UsageMonitor.inc"]
  20. ContextTitle9=---
  21. ContextTitle10=Refresh
  22. ContextAction10=[!Refresh]
  23. ContextTitle11=Close
  24. ContextAction11=[!DeactivateConfig]
  25.  
  26. [Variables]
  27. ; External
  28. @include=#@#Variables\AddGadgetsUI.inc
  29. @include2=#@#Templates\AddGadgetsUI.ini
  30. @include3=#@#Templates\ViewUI.ini
  31. @include4=#@#Templates\TableUI.ini
  32. @include5=#@#Templates\UsageMonitorUI.ini
  33. @include6=#@#Variables\UsageMonitor.inc
  34. HideRefresh=1
  35. ; Size
  36. Width=#WidthInput#
  37. ; Height Calculation
  38. HeightTitle=40
  39. HeightEntry=12
  40. HeightPadding=3
  41. Height=(#HeightTitle# + (#HeightEntry# * #CountGPU#) + (#HeightPadding# * (#CountGPU#-1)))
  42.  
  43. ; Table
  44. [StyleEntry1]
  45. Hidden=((#CountGPU# < 1) ? 1 : 0)
  46.  
  47. [StyleEntry2]
  48. Hidden=((#CountGPU# < 2) ? 1 : 0)
  49.  
  50. [StyleEntry3]
  51. Hidden=((#CountGPU# < 3) ? 1 : 0)
  52.  
  53. [StyleEntry4]
  54. Hidden=((#CountGPU# < 4) ? 1 : 0)
  55.  
  56. [StyleEntry5]
  57. Hidden=((#CountGPU# < 5) ? 1 : 0)
  58.  
  59. [StyleEntry6]
  60. Hidden=((#CountGPU# < 6) ? 1 : 0)
  61.  
  62. [StyleEntry7]
  63. Hidden=((#CountGPU# < 7) ? 1 : 0)
  64.  
  65. [StyleEntry8]
  66. Hidden=((#CountGPU# < 8) ? 1 : 0)
  67.  
  68. [StyleEntry9]
  69. Hidden=((#CountGPU# < 9) ? 1 : 0)
  70.  
  71. [StyleEntry10]
  72. Hidden=((#CountGPU# < 10) ? 1 : 0)
  73.  
  74. [StyleTableRow]
  75. W=(#Width# / 1.6)
  76.  
  77. ; Measures
  78. ; GPU1
  79. [MeasureGPU1]
  80. Measure=Plugin
  81. Plugin=UsageMonitor
  82. Alias=GPU1
  83. Blacklist=#IgnoreProcesses#
  84. Whitelist=#OnlyProcesses#
  85. Percent=0
  86. MinValue=0.0
  87. MaxValue=100.0
  88. Index=1
  89. Rollup=#GroupProcesses#
  90. Substitute="":"N/A"
  91. Disabled=(#CountGPU# < 1 ? 1 : 0)
  92.  
  93. [MeasureGPU1ForScaling]
  94. Measure=Calc
  95. Formula=MeasureGPU1
  96. Disabled=(#CountGPU# < 1 ? 1 : 0)
  97.  
  98. ; GPU2
  99. [MeasureGPU2]
  100. Measure=Plugin
  101. Plugin=UsageMonitor
  102. Alias=GPU2
  103. Blacklist=#IgnoreProcesses#
  104. Whitelist=#OnlyProcesses#
  105. Percent=0
  106. MinValue=0.0
  107. MaxValue=100.0
  108. Index=2
  109. Rollup=#GroupProcesses#
  110. Substitute="":"N/A"
  111. Disabled=(#CountGPU# < 2 ? 1 : 0)
  112.  
  113. [MeasureGPU2ForScaling]
  114. Measure=Calc
  115. Formula=MeasureGPU2
  116. Disabled=(#CountGPU# < 2 ? 1 : 0)
  117.  
  118. ; GPU3
  119. [MeasureGPU3]
  120. Measure=Plugin
  121. Plugin=UsageMonitor
  122. Alias=GPU3
  123. Blacklist=#IgnoreProcesses#
  124. Whitelist=#OnlyProcesses#
  125. Percent=0
  126. MinValue=0.0
  127. MaxValue=100.0
  128. Index=3
  129. Rollup=#GroupProcesses#
  130. Substitute="":"N/A"
  131. Disabled=(#CountGPU# < 3 ? 1 : 0)
  132.  
  133. [MeasureGPU3ForScaling]
  134. Measure=Calc
  135. Formula=MeasureGPU3
  136. Disabled=(#CountGPU# < 4 ? 1 : 0)
  137.  
  138. ; GPU4
  139. [MeasureGPU4]
  140. Measure=Plugin
  141. Plugin=UsageMonitor
  142. Alias=GPU4
  143. Blacklist=#IgnoreProcesses#
  144. Whitelist=#OnlyProcesses#
  145. Percent=0
  146. MinValue=0.0
  147. MaxValue=100.0
  148. Index=4
  149. Rollup=#GroupProcesses#
  150. Substitute="":"N/A"
  151. Disabled=(#CountGPU# < 4 ? 1 : 0)
  152.  
  153. [MeasureGPU4ForScaling]
  154. Measure=Calc
  155. Formula=MeasureGPU4
  156. Disabled=(#CountGPU# < 4 ? 1 : 0)
  157.  
  158. ; GPU5
  159. [MeasureGPU5]
  160. Measure=Plugin
  161. Plugin=UsageMonitor
  162. Alias=GPU5
  163. Blacklist=#IgnoreProcesses#
  164. Whitelist=#OnlyProcesses#
  165. Percent=0
  166. MinValue=0.0
  167. MaxValue=100.0
  168. Index=5
  169. Rollup=#GroupProcesses#
  170. Substitute="":"N/A"
  171. Disabled=(#CountGPU# < 5 ? 1 : 0)
  172.  
  173. [MeasureGPU5ForScaling]
  174. Measure=Calc
  175. Formula=MeasureGPU5
  176. Disabled=(#CountGPU# < 5 ? 1 : 0)
  177.  
  178. ; GPU6
  179. [MeasureGPU6]
  180. Measure=Plugin
  181. Plugin=UsageMonitor
  182. Alias=GPU
  183. Blacklist=#IgnoreProcesses#
  184. Whitelist=#OnlyProcesses#
  185. Percent=0
  186. MinValue=0.0
  187. MaxValue=100.0
  188. Index=6
  189. Rollup=#GroupProcesses#
  190. Substitute="":"N/A"
  191. Disabled=(#CountGPU# < 6 ? 1 : 0)
  192.  
  193. [MeasureGPU6ForScaling]
  194. Measure=Calc
  195. Formula=MeasureGPU6
  196. Disabled=(#CountGPU# < 6 ? 1 : 0)
  197.  
  198. ; GPU7
  199. [MeasureGPU7]
  200. Measure=Plugin
  201. Plugin=UsageMonitor
  202. Alias=GPU
  203. Blacklist=#IgnoreProcesses#
  204. Whitelist=#OnlyProcesses#
  205. Percent=0
  206. MinValue=0.0
  207. MaxValue=100.0
  208. Index=7
  209. Rollup=#GroupProcesses#
  210. Substitute="":"N/A"
  211. Disabled=(#CountGPU# < 7 ? 1 : 0)
  212.  
  213. [MeasureGPU7ForScaling]
  214. Measure=Calc
  215. Formula=MeasureGPU7
  216. Disabled=(#CountGPU# < 7 ? 1 : 0)
  217.  
  218. ; GPU8
  219. [MeasureGPU8]
  220. Measure=Plugin
  221. Plugin=UsageMonitor
  222. Alias=GPU
  223. Blacklist=#IgnoreProcesses#
  224. Whitelist=#OnlyProcesses#
  225. Percent=0
  226. MinValue=0.0
  227. MaxValue=100.0
  228. Index=8
  229. Rollup=#GroupProcesses#
  230. Substitute="":"N/A"
  231. Disabled=(#CountGPU# < 8 ? 1 : 0)
  232.  
  233. [MeasureGPU8ForScaling]
  234. Measure=Calc
  235. Formula=MeasureGPU8
  236. Disabled=(#CountGPU# < 8 ? 1 : 0)
  237.  
  238. ; GPU9
  239. [MeasureGPU9]
  240. Measure=Plugin
  241. Plugin=UsageMonitor
  242. Alias=GPU
  243. Blacklist=#IgnoreProcesses#
  244. Whitelist=#OnlyProcesses#
  245. Percent=0
  246. MinValue=0.0
  247. MaxValue=100.0
  248. Index=9
  249. Rollup=#GroupProcesses#
  250. Substitute="":"N/A"
  251. Disabled=(#CountGPU# < 9 ? 1 : 0)
  252.  
  253. [MeasureGPU9ForScaling]
  254. Measure=Calc
  255. Formula=MeasureGPU9
  256. Disabled=(#CountGPU# < 9 ? 1 : 0)
  257.  
  258. ; GPU10
  259. [MeasureGPU10]
  260. Measure=Plugin
  261. Plugin=UsageMonitor
  262. Alias=GPU
  263. Blacklist=#IgnoreProcesses#
  264. Whitelist=#OnlyProcesses#
  265. Percent=0
  266. MinValue=0.0
  267. MaxValue=100.0
  268. Index=10
  269. Rollup=#GroupProcesses#
  270. Substitute="":"N/A"
  271. Disabled=(#CountGPU# < 10 ? 1 : 0)
  272.  
  273. [MeasureGPU10ForScaling]
  274. Measure=Calc
  275. Formula=MeasureGPU10
  276. Disabled=(#CountGPU# < 10 ? 1 : 0)
  277.  
  278. [MeasureColorizeText]
  279. Measure=Script
  280. ScriptFile=#@#Scripts/ColorizeText.lua
  281. Count=#CountGPU#
  282. MeasureName=MeasureGPU
  283. MeterPrefix=MeterGPU
  284. MeterNamePostfix=Name
  285. MeterValuePostfix=Value
  286. DefaultText=N/A
  287. DefaultColor=144,238,144,
  288. ConsistentColor=1
  289. AlphaRGB=255
  290. MinRGB=128
  291. MaxRGB=255
  292. Disabled=(#ColorizeText# = 1 ? 0 : 1)
  293.  
  294. ; Title Meter
  295. [MeterTitle]
  296. Meter=String
  297. MeterStyle=StyleDefault | StyleScale | StyleTitle
  298. Text=Top #CountGPU# GPU
  299. X=(#Width#/1.9)
  300.  
  301. [MeterIcon]
  302. Meter=Image
  303. MeterStyle=StyleDefault | StyleDisabled | StyleScale | styleLogo
  304. ImageName=#@#Images\Usage_Monitor\GPU.png
  305.  
  306. ; UsageMonitor Meters
  307. ; GPU1
  308. [MeterGPU1Background]
  309. Meter=Image
  310. MeterStyle=StyleDefault | StyleDisabled | StyleScale | StyleSeparator | StyleSeparatorOdd | StyleTableRowBackground | StyleEntry1
  311.  
  312. [MeterGPU1Name]
  313. Meter=String
  314. MeasureName=MeasureGPU1
  315. MeterStyle=StyleDefault | StyleScale | StyleGPUName | StyleTableRow | StyleEntry1
  316.  
  317. [MeterGPU1Value]
  318. Meter=String
  319. MeasureName=MeasureGPU1ForScaling
  320. MeterStyle=StyleDefault | StyleScale | StyleGPUValue | StyleTableRowValue | StyleEntry1
  321.  
  322. ; GPU2
  323. [MeterGPU2Background]
  324. Meter=Image
  325. MeterStyle=StyleDefault | StyleDisabled | StyleScale | StyleSeparator | StyleSeparatorEven | StyleTableRowBackground | StyleEntry2
  326.  
  327. [MeterGPU2Name]
  328. Meter=String
  329. MeasureName=MeasureGPU2
  330. MeterStyle=StyleDefault | StyleScale | StyleGPUName | StyleTableRow | StyleEntry2
  331.  
  332. [MeterGPU2Value]
  333. Meter=String
  334. MeasureName=MeasureGPU2ForScaling
  335. MeterStyle=StyleDefault | StyleScale | StyleGPUValue | StyleTableRowValue | StyleEntry2
  336.  
  337. ; GPU3
  338. [MeterGPU3Background]
  339. Meter=Image
  340. MeterStyle=StyleDefault | StyleDisabled | StyleScale | StyleSeparator | StyleSeparatorOdd | StyleTableRowBackground | StyleEntry3
  341.  
  342. [MeterGPU3Name]
  343. Meter=String
  344. MeasureName=MeasureGPU3
  345. MeterStyle=StyleDefault | StyleScale | StyleGPUName | StyleTableRow | StyleEntry3
  346.  
  347. [MeterGPU3Value]
  348. Meter=String
  349. MeasureName=MeasureGPU3ForScaling
  350. MeterStyle=StyleDefault | StyleScale | StyleGPUValue | StyleTableRowValue | StyleEntry3
  351.  
  352. ; GPU4
  353. [MeterGPU4Background]
  354. Meter=Image
  355. MeterStyle=StyleDefault | StyleDisabled | StyleScale | StyleSeparator | StyleSeparatorEven | StyleTableRowBackground | StyleEntry4
  356.  
  357. [MeterGPU4Name]
  358. Meter=String
  359. MeasureName=MeasureGPU4
  360. MeterStyle=StyleDefault | StyleScale | StyleGPUName | StyleTableRow | StyleEntry4
  361.  
  362. [MeterGPU4Value]
  363. Meter=String
  364. MeasureName=MeasureGPU4ForScaling
  365. MeterStyle=StyleDefault | StyleScale | StyleGPUValue | StyleTableRowValue | StyleEntry4
  366.  
  367. ; GPU5
  368. [MeterGPU5Background]
  369. Meter=Image
  370. MeterStyle=StyleDefault | StyleDisabled | StyleScale | StyleSeparator | StyleSeparatorOdd | StyleTableRowBackground | StyleEntry5
  371.  
  372. [MeterGPU5Name]
  373. Meter=String
  374. MeasureName=MeasureGPU5
  375. MeterStyle=StyleDefault | StyleScale | StyleGPUName | StyleTableRow | StyleEntry5
  376.  
  377. [MeterGPU5Value]
  378. Meter=String
  379. MeasureName=MeasureGPU5ForScaling
  380. MeterStyle=StyleDefault | StyleScale | StyleGPUValue | StyleTableRowValue | StyleEntry5
  381.  
  382. ; GPU6
  383. [MeterGPU6Background]
  384. Meter=Image
  385. MeterStyle=StyleDefault | StyleDisabled | StyleScale | StyleSeparator | StyleSeparatorEven | StyleTableRowBackground | StyleEntry6
  386.  
  387. [MeterGPU6Name]
  388. Meter=String
  389. MeasureName=MeasureGPU6
  390. MeterStyle=StyleDefault | StyleScale | StyleGPUName | StyleTableRow | StyleEntry6
  391.  
  392. [MeterGPU6Value]
  393. Meter=String
  394. MeasureName=MeasureGPU6ForScaling
  395. MeterStyle=StyleDefault | StyleScale | StyleGPUValue | StyleTableRowValue | StyleEntry6
  396.  
  397. ; GPU7
  398. [MeterGPU7Background]
  399. Meter=Image
  400. MeterStyle=StyleDefault | StyleDisabled | StyleScale | StyleSeparator | StyleSeparatorOdd | StyleTableRowBackground | StyleEntry7
  401.  
  402. [MeterGPU7Name]
  403. Meter=String
  404. MeasureName=MeasureGPU7
  405. MeterStyle=StyleDefault | StyleScale | StyleGPUName | StyleTableRow | StyleEntry7
  406.  
  407. [MeterGPU7Value]
  408. Meter=String
  409. MeasureName=MeasureGPU7ForScaling
  410. MeterStyle=StyleDefault | StyleScale | StyleGPUValue | StyleTableRowValue | StyleEntry7
  411.  
  412. ; GPU8
  413. [MeterGPU8Background]
  414. Meter=Image
  415. MeterStyle=StyleDefault | StyleDisabled | StyleScale | StyleSeparator | StyleSeparatorEven | StyleTableRowBackground | StyleEntry8
  416.  
  417. [MeterGPU8Name]
  418. Meter=String
  419. MeasureName=MeasureGPU8
  420. MeterStyle=StyleDefault | StyleScale | StyleGPUName | StyleTableRow | StyleEntry8
  421.  
  422. [MeterGPU8Value]
  423. Meter=String
  424. MeasureName=MeasureGPU6ForScaling
  425. MeterStyle=StyleDefault | StyleScale | StyleGPUValue | StyleTableRowValue | StyleEntry8
  426.  
  427. ; GPU9
  428. [MeterGPU9Background]
  429. Meter=Image
  430. MeterStyle=StyleDefault | StyleDisabled | StyleScale | StyleSeparator | StyleSeparatorOdd | StyleTableRowBackground | StyleEntry9
  431.  
  432. [MeterGPU9Name]
  433. Meter=String
  434. MeasureName=MeasureGPU9
  435. MeterStyle=StyleDefault | StyleScale | StyleGPUName | StyleTableRow | StyleEntry9
  436.  
  437. [MeterGPU9Value]
  438. Meter=String
  439. MeasureName=MeasureGPU7ForScaling
  440. MeterStyle=StyleDefault | StyleScale | StyleGPUValue | StyleTableRowValue | StyleEntry9
  441.  
  442. ; GPU10
  443. [MeterGPU10Background]
  444. Meter=Image
  445. MeterStyle=StyleDefault | StyleDisabled | StyleScale | StyleSeparator | StyleSeparatorEven | StyleTableRowBackground | StyleEntry10
  446.  
  447. [MeterGPU10Name]
  448. Meter=String
  449. MeasureName=MeasureGPU10
  450. MeterStyle=StyleDefault | StyleScale | StyleGPUName | StyleTableRow | StyleEntry10
  451.  
  452. [MeterGPU10Value]
  453. Meter=String
  454. MeasureName=MeasureGPU10ForScaling
  455. MeterStyle=StyleDefault | StyleScale | StyleGPUValue | StyleTableRowValue | StyleEntry10
Advertisement
Add Comment
Please, Sign In to add comment