Advertisement
beeta

Rainformer Rainmeter CPU-RAM Skin fix for Windows 11 22H2

Oct 11th, 2022
2,215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 59.76 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3. MiddleMouseDownAction=[!Refresh]
  4. MouseOverAction=[!ToggleMeterGroup Controls][!UpdateMeterGroup Controls][!Redraw]
  5. MouseLeaveAction=[!ToggleMeterGroup Controls][!UpdateMeterGroup Controls][!Redraw]
  6. AccurateText=1
  7. DynamicWindowSize=1
  8. ContextTitle=Rainformer settings
  9. ContextAction=[!ActivateConfig #RootConfig#\Settings SettingsGeneral.ini][!Update #ROOTCONFIG#\Settings]
  10. ContextTitle2=Launcher
  11. ContextAction2=[!ActivateConfig #RootConfig#\Launcher LauncherMod.ini][!Update #ROOTCONFIG#\Launcher]
  12. Group=#RootConfig# | CPU-RAM
  13. ;OnRefreshAction=[!CommandMeasure "MeasureRun" "Run"][!EnableMeasure "MeasureSkinState"]
  14.  
  15. [Metadata]
  16. Name=Rainformer CPU-RAM (AIDA64 Edition)
  17. Author=Pul53dr1v3r
  18. Information=Shows CPU and CPU Cores usage, RAM usage, CPU Fan speed, CPU clock, CPU temperature and optionally graphs for CPU usage, CPU temperature and RAM usage
  19. License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
  20. Version=3.1
  21.  
  22. [Variables]
  23. @IncludeVariables=#@#Variables.inc
  24. @IncludeStyles=#@#Styles.inc
  25. @Include=#@#AIDA64SensorValues.inc
  26. CPUName=cpu-ram
  27. ShowGraph=0
  28.  
  29. ;[--------------------[[Background]]--------------------]
  30.  
  31. [MeterBackground]
  32. Meter=Shape
  33. MeterStyle=StyleBackground
  34.  
  35. ;[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\[[MEASURES]]//////////////////////////////]
  36. ;[--------------------[[CPU_Temperature]]--------------------]
  37.  
  38. [MCPUTemp]
  39. Measure=Registry
  40. RegHKey=HKEY_CURRENT_USER
  41. RegKey=Software\FinalWire\AIDA64\SensorValues
  42. RegValue=#TCPUSV#
  43. ;DynamicVariables=1
  44. Disabled=(#CpuTemp#=0)
  45.  
  46. [MCPUTempCalc]
  47. Measure=Calc
  48. Formula=MCPUTemp < #CpuTempWarnTh1# ? -1 : (MCPUTemp < #CpuTempWarnTh2# ? -2 : (MCPUTemp < #CpuTempWarnTh3# ? -3 : (MCPUTemp < #CpuTempWarnTh4# ? -4 : -5)))
  49. Substitute="-1":"#DevTempWarnColorTh1#","-2":"#DevTempWarnColorTh2#","-3":"#DevTempWarnColorTh3#","-4":"#DevTempWarnColorTh4#","-5":"#DevTempWarnColorTh5#"
  50. Disabled=(#CpuTemp#=0)
  51.  
  52. ;[--------------------[[CPU_Cores]]--------------------]
  53.  
  54. [MeasureRun]
  55. Measure=Calc
  56. Formula=(%NUMBER_OF_PROCESSORS%+0)
  57. IfCondition=(#CURRENTSECTION#>0)
  58. IfTrueAction=[!WriteKeyValue "Variables" "CPUCores" "[MeasureRun]" "#@#Variables.inc"]
  59. ;IfTrueAction=[!WriteKeyValue "Variables" "CPUCores" "[MeasureRun]" "#@#Variables.inc"][!EnableMeasure "MeasureRunCond"][!EnableMeasure "MeasureSkinState"][!UpdateMeasure "MeasureSkinState"]
  60. ;Disabled=(#CpuCoresUsage#=0)
  61.  
  62. ;[MeasureRun]
  63. ;Measure=Plugin
  64. ;Plugin=RunCommand
  65. ;Parameter=WMIC CPU Get NumberOfLogicalProcessors
  66. ;State=Hide
  67. ;OutputType=ANSI
  68. ;RegExpSubstitute=1
  69. ;;Substitute="\n":"","NumberOfLogicalProcessors":"","4":"36"
  70. ;Substitute="\n":"","NumberOfLogicalProcessors":""
  71. ;FinishAction=[!EnableMeasure "MeasureRunCond"][!EnableMeasure "MeasureSkinState"][!UpdateMeasure "MeasureSkinState"]
  72.  
  73. ;[--------------------[[CPU_Usage]]--------------------]
  74.  
  75. [MCLOADTOTAL]
  76. Measure=Plugin
  77. Plugin=UsageMonitor
  78. Category="Processor Information"
  79. Counter="% Processor Utility"
  80. Name="0,_Total"
  81. MinValue=0
  82. MaxValue=100
  83. Disabled=(#CpuUsage#=0)
  84.  
  85. [MCLOADCORE1]
  86. Measure=Plugin
  87. Plugin=UsageMonitor
  88. Category="Processor Information"
  89. Counter="% Processor Utility"
  90. Name="0,0"
  91. MinValue=0
  92. MaxValue=100
  93. Disabled=(#cpuCores# < 1) || (#CpuCoresUsage# = 0)
  94.  
  95. [MCLOADCORE2]
  96. Measure=Plugin
  97. Plugin=UsageMonitor
  98. Category="Processor Information"
  99. Counter="% Processor Utility"
  100. Name="0,1"
  101. MinValue=0
  102. MaxValue=100
  103. Disabled=(#cpuCores# < 2) || (#CpuCoresUsage# = 0)
  104.  
  105. [MCLOADCORE3]
  106. Measure=Plugin
  107. Plugin=UsageMonitor
  108. Category="Processor Information"
  109. Counter="% Processor Utility"
  110. Name="0,2"
  111. MinValue=0
  112. MaxValue=100
  113. Disabled=(#cpuCores# < 3) || (#CpuCoresUsage# = 0)
  114.  
  115. [MCLOADCORE4]
  116. Measure=Plugin
  117. Plugin=UsageMonitor
  118. Category="Processor Information"
  119. Counter="% Processor Utility"
  120. Name="0,3"
  121. MinValue=0
  122. MaxValue=100
  123. Disabled=(#cpuCores# < 4) || (#CpuCoresUsage# = 0)
  124.  
  125. [MCLOADCORE5]
  126. Measure=Plugin
  127. Plugin=UsageMonitor
  128. Category="Processor Information"
  129. Counter="% Processor Utility"
  130. Name="0,4"
  131. MinValue=0
  132. MaxValue=100
  133. Disabled=(#cpuCores# < 5) || (#CpuCoresUsage# = 0)
  134.  
  135. [MCLOADCORE6]
  136. Measure=Plugin
  137. Plugin=UsageMonitor
  138. Category="Processor Information"
  139. Counter="% Processor Utility"
  140. Name="0,5"
  141. MinValue=0
  142. MaxValue=100
  143. Disabled=(#cpuCores# < 6) || (#CpuCoresUsage# = 0)
  144.  
  145. [MCLOADCORE7]
  146. Measure=Plugin
  147. Plugin=UsageMonitor
  148. Category="Processor Information"
  149. Counter="% Processor Utility"
  150. Name="0,6"
  151. MinValue=0
  152. MaxValue=100
  153. Disabled=(#cpuCores# < 7) || (#CpuCoresUsage# = 0)
  154.  
  155. [MCLOADCORE8]
  156. Measure=Plugin
  157. Plugin=UsageMonitor
  158. Category="Processor Information"
  159. Counter="% Processor Utility"
  160. Name="0,7"
  161. MinValue=0
  162. MaxValue=100
  163. Disabled=(#cpuCores# < 8) || (#CpuCoresUsage# = 0)
  164.  
  165. [MCLOADCORE9]
  166. Measure=Plugin
  167. Plugin=UsageMonitor
  168. Category="Processor Information"
  169. Counter="% Processor Utility"
  170. Name="0,8"
  171. MinValue=0
  172. MaxValue=100
  173. Disabled=(#cpuCores# < 9) || (#CpuCoresUsage# = 0)
  174.  
  175. [MCLOADCORE10]
  176. Measure=Plugin
  177. Plugin=UsageMonitor
  178. Category="Processor Information"
  179. Counter="% Processor Utility"
  180. Name="0,9"
  181. MinValue=0
  182. MaxValue=100
  183. Disabled=(#cpuCores# < 10) || (#CpuCoresUsage# = 0)
  184.  
  185. [MCLOADCORE11]
  186. Measure=Plugin
  187. Plugin=UsageMonitor
  188. Category="Processor Information"
  189. Counter="% Processor Utility"
  190. Name="0,10"
  191. MinValue=0
  192. MaxValue=100
  193. Disabled=(#cpuCores# < 11) || (#CpuCoresUsage# = 0)
  194.  
  195. [MCLOADCORE12]
  196. Measure=Plugin
  197. Plugin=UsageMonitor
  198. Category="Processor Information"
  199. Counter="% Processor Utility"
  200. Name="0,11"
  201. MinValue=0
  202. MaxValue=100
  203. Disabled=(#cpuCores# < 12) || (#CpuCoresUsage# = 0)
  204.  
  205. [MCLOADCORE13]
  206. Measure=Plugin
  207. Plugin=UsageMonitor
  208. Category="Processor Information"
  209. Counter="% Processor Utility"
  210. Name="0,12"
  211. MinValue=0
  212. MaxValue=100
  213. Disabled=(#cpuCores# < 13) || (#CpuCoresUsage# = 0)
  214.  
  215. [MCLOADCORE14]
  216. Measure=Plugin
  217. Plugin=UsageMonitor
  218. Category="Processor Information"
  219. Counter="% Processor Utility"
  220. Name="0,13"
  221. MinValue=0
  222. MaxValue=100
  223. Disabled=(#cpuCores# < 14) || (#CpuCoresUsage# = 0)
  224.  
  225. [MCLOADCORE15]
  226. Measure=Plugin
  227. Plugin=UsageMonitor
  228. Category="Processor Information"
  229. Counter="% Processor Utility"
  230. Name="0,14"
  231. MinValue=0
  232. MaxValue=100
  233. Disabled=(#cpuCores# < 15) || (#CpuCoresUsage# = 0)
  234.  
  235. [MCLOADCORE16]
  236. Measure=Plugin
  237. Plugin=UsageMonitor
  238. Category="Processor Information"
  239. Counter="% Processor Utility"
  240. Name="0,15"
  241. MinValue=0
  242. MaxValue=100
  243. Disabled=(#cpuCores# < 16) || (#CpuCoresUsage# = 0)
  244.  
  245. [MCLOADCORE17]
  246. Measure=Plugin
  247. Plugin=UsageMonitor
  248. Category="Processor Information"
  249. Counter="% Processor Utility"
  250. Name="0,16"
  251. MinValue=0
  252. MaxValue=100
  253. Disabled=(#cpuCores# < 17) || (#CpuCoresUsage# = 0)
  254.  
  255. [MCLOADCORE18]
  256. Measure=Plugin
  257. Plugin=UsageMonitor
  258. Category="Processor Information"
  259. Counter="% Processor Utility"
  260. Name="0,17"
  261. MinValue=0
  262. MaxValue=100
  263. Disabled=(#cpuCores# < 18) || (#CpuCoresUsage# = 0)
  264.  
  265. [MCLOADCORE19]
  266. Measure=Plugin
  267. Plugin=UsageMonitor
  268. Category="Processor Information"
  269. Counter="% Processor Utility"
  270. Name="0,18"
  271. MinValue=0
  272. MaxValue=100
  273. Disabled=(#cpuCores# < 19) || (#CpuCoresUsage# = 0)
  274.  
  275. [MCLOADCORE20]
  276. Measure=Plugin
  277. Plugin=UsageMonitor
  278. Category="Processor Information"
  279. Counter="% Processor Utility"
  280. Name="0,19"
  281. MinValue=0
  282. MaxValue=100
  283. Disabled=(#cpuCores# < 20) || (#CpuCoresUsage# = 0)
  284.  
  285. [MCLOADCORE21]
  286. Measure=Plugin
  287. Plugin=UsageMonitor
  288. Category="Processor Information"
  289. Counter="% Processor Utility"
  290. Name="0,20"
  291. MinValue=0
  292. MaxValue=100
  293. Disabled=(#cpuCores# < 21) || (#CpuCoresUsage# = 0)
  294.  
  295. [MCLOADCORE22]
  296. Measure=Plugin
  297. Plugin=UsageMonitor
  298. Category="Processor Information"
  299. Counter="% Processor Utility"
  300. Name="0,21"
  301. MinValue=0
  302. MaxValue=100
  303. Disabled=(#cpuCores# < 22) || (#CpuCoresUsage# = 0)
  304.  
  305. [MCLOADCORE23]
  306. Measure=Plugin
  307. Plugin=UsageMonitor
  308. Category="Processor Information"
  309. Counter="% Processor Utility"
  310. Name="0,22"
  311. MinValue=0
  312. MaxValue=100
  313. Disabled=(#cpuCores# < 23) || (#CpuCoresUsage# = 0)
  314.  
  315. [MCLOADCORE24]
  316. Measure=Plugin
  317. Plugin=UsageMonitor
  318. Category="Processor Information"
  319. Counter="% Processor Utility"
  320. Name="0,23"
  321. MinValue=0
  322. MaxValue=100
  323. Disabled=(#cpuCores# < 24) || (#CpuCoresUsage# = 0)
  324.  
  325. [MCLOADCORE25]
  326. Measure=Plugin
  327. Plugin=UsageMonitor
  328. Category="Processor Information"
  329. Counter="% Processor Utility"
  330. Name="0,24"
  331. MinValue=0
  332. MaxValue=100
  333. Disabled=(#cpuCores# < 25) || (#CpuCoresUsage# = 0)
  334.  
  335. [MCLOADCORE26]
  336. Measure=Plugin
  337. Plugin=UsageMonitor
  338. Category="Processor Information"
  339. Counter="% Processor Utility"
  340. Name="0,25"
  341. MinValue=0
  342. MaxValue=100
  343. Disabled=(#cpuCores# < 26) || (#CpuCoresUsage# = 0)
  344.  
  345. [MCLOADCORE27]
  346. Measure=Plugin
  347. Plugin=UsageMonitor
  348. Category="Processor Information"
  349. Counter="% Processor Utility"
  350. Name="0,26"
  351. MinValue=0
  352. MaxValue=100
  353. Disabled=(#cpuCores# < 27) || (#CpuCoresUsage# = 0)
  354.  
  355. [MCLOADCORE28]
  356. Measure=Plugin
  357. Plugin=UsageMonitor
  358. Category="Processor Information"
  359. Counter="% Processor Utility"
  360. Name="0,27"
  361. MinValue=0
  362. MaxValue=100
  363. Disabled=(#cpuCores# < 28) || (#CpuCoresUsage# = 0)
  364.  
  365. [MCLOADCORE29]
  366. Measure=Plugin
  367. Plugin=UsageMonitor
  368. Category="Processor Information"
  369. Counter="% Processor Utility"
  370. Name="0,28"
  371. MinValue=0
  372. MaxValue=100
  373. Disabled=(#cpuCores# < 29) || (#CpuCoresUsage# = 0)
  374.  
  375. [MCLOADCORE30]
  376. Measure=Plugin
  377. Plugin=UsageMonitor
  378. Category="Processor Information"
  379. Counter="% Processor Utility"
  380. Name="0,29"
  381. MinValue=0
  382. MaxValue=100
  383. Disabled=(#cpuCores# < 30) || (#CpuCoresUsage# = 0)
  384.  
  385. [MCLOADCORE31]
  386. Measure=Plugin
  387. Plugin=UsageMonitor
  388. Category="Processor Information"
  389. Counter="% Processor Utility"
  390. Name="0,30"
  391. MinValue=0
  392. MaxValue=100
  393. Disabled=(#cpuCores# < 31) || (#CpuCoresUsage# = 0)
  394.  
  395. [MCLOADCORE32]
  396. Measure=Plugin
  397. Plugin=UsageMonitor
  398. Category="Processor Information"
  399. Counter="% Processor Utility"
  400. Name="0,31"
  401. MinValue=0
  402. MaxValue=100
  403. Disabled=(#cpuCores# < 32) || (#CpuCoresUsage# = 0)
  404.  
  405. [MCLOADCORE33]
  406. Measure=Plugin
  407. Plugin=UsageMonitor
  408. Category="Processor Information"
  409. Counter="% Processor Utility"
  410. Name="0,32"
  411. MinValue=0
  412. MaxValue=100
  413. Disabled=(#cpuCores# < 33) || (#CpuCoresUsage# = 0)
  414.  
  415. [MCLOADCORE34]
  416. Measure=Plugin
  417. Plugin=UsageMonitor
  418. Category="Processor Information"
  419. Counter="% Processor Utility"
  420. Name="0,33"
  421. MinValue=0
  422. MaxValue=100
  423. Disabled=(#cpuCores# < 34) || (#CpuCoresUsage# = 0)
  424.  
  425. [MCLOADCORE35]
  426. Measure=Plugin
  427. Plugin=UsageMonitor
  428. Category="Processor Information"
  429. Counter="% Processor Utility"
  430. Name="0,34"
  431. MinValue=0
  432. MaxValue=100
  433. Disabled=(#cpuCores# < 35) || (#CpuCoresUsage# = 0)
  434.  
  435. [MCLOADCORE36]
  436. Measure=Plugin
  437. Plugin=UsageMonitor
  438. Category="Processor Information"
  439. Counter="% Processor Utility"
  440. Name="0,35"
  441. MinValue=0
  442. MaxValue=100
  443. Disabled=(#cpuCores# < 36) || (#CpuCoresUsage# = 0)
  444.  
  445. ;[--------------------[[CPU_Usage_percent_calcs]]--------------------]
  446.  
  447. [CPUPERCENTCALC]
  448. Measure=Calc
  449. Formula=MCLOADTOTAL * 1
  450. MinValue=0
  451. MaxValue=100
  452. Disabled=(#CpuUsage#=0)
  453.  
  454. [CPU1PercentCalc]
  455. Measure=Calc
  456. Formula=MCLOADCORE1 * 1
  457. Disabled=(#cpuCores# < 1) || (#CpuCoresUsage# = 0)
  458.  
  459. [CPU2PercentCalc]
  460. Measure=Calc
  461. Formula=MCLOADCORE2 * 1
  462. Disabled=(#cpuCores# < 2) || (#CpuCoresUsage# = 0)
  463.  
  464. [CPU3PercentCalc]
  465. Measure=Calc
  466. Formula=MCLOADCORE3 * 1
  467. Disabled=(#cpuCores# < 3) || (#CpuCoresUsage# = 0)
  468.  
  469. [CPU4PercentCalc]
  470. Measure=Calc
  471. Formula=MCLOADCORE4 * 1
  472. Disabled=(#cpuCores# < 4) || (#CpuCoresUsage# = 0)
  473.  
  474. [CPU5PercentCalc]
  475. Measure=Calc
  476. Formula=MCLOADCORE5 * 1
  477. Disabled=(#cpuCores# < 5) || (#CpuCoresUsage# = 0)
  478.  
  479. [CPU6PercentCalc]
  480. Measure=Calc
  481. Formula=MCLOADCORE6 * 1
  482. Disabled=(#cpuCores# < 6) || (#CpuCoresUsage# = 0)
  483.  
  484. [CPU7PercentCalc]
  485. Measure=Calc
  486. Formula=MCLOADCORE7 * 1
  487. Disabled=(#cpuCores# < 7) || (#CpuCoresUsage# = 0)
  488.  
  489. [CPU8PercentCalc]
  490. Measure=Calc
  491. Formula=MCLOADCORE8 * 1
  492. Disabled=(#cpuCores# < 8) || (#CpuCoresUsage# = 0)
  493.  
  494. [CPU9PercentCalc]
  495. Measure=Calc
  496. Formula=MCLOADCORE9 * 1
  497. Disabled=(#cpuCores# < 9) || (#CpuCoresUsage# = 0)
  498.  
  499. [CPU10PercentCalc]
  500. Measure=Calc
  501. Formula=MCLOADCORE10 * 1
  502. Disabled=(#cpuCores# < 10) || (#CpuCoresUsage# = 0)
  503.  
  504. [CPU11PercentCalc]
  505. Measure=Calc
  506. Formula=MCLOADCORE11 * 1
  507. Disabled=(#cpuCores# < 11) || (#CpuCoresUsage# = 0)
  508.  
  509. [CPU12PercentCalc]
  510. Measure=Calc
  511. Formula=MCLOADCORE12 * 1
  512. Disabled=(#cpuCores# < 12) || (#CpuCoresUsage# = 0)
  513.  
  514. [CPU13PercentCalc]
  515. Measure=Calc
  516. Formula=MCLOADCORE13 * 1
  517. Disabled=(#cpuCores# < 13) || (#CpuCoresUsage# = 0)
  518.  
  519. [CPU14PercentCalc]
  520. Measure=Calc
  521. Formula=MCLOADCORE14 * 1
  522. Disabled=(#cpuCores# < 14) || (#CpuCoresUsage# = 0)
  523.  
  524. [CPU15PercentCalc]
  525. Measure=Calc
  526. Formula=MCLOADCORE15 * 1
  527. Disabled=(#cpuCores# < 15) || (#CpuCoresUsage# = 0)
  528.  
  529. [CPU16PercentCalc]
  530. Measure=Calc
  531. Formula=MCLOADCORE16 * 1
  532. Disabled=(#cpuCores# < 16) || (#CpuCoresUsage# = 0)
  533.  
  534. [CPU17PercentCalc]
  535. Measure=Calc
  536. Formula=MCLOADCORE17 * 1
  537. Disabled=(#cpuCores# < 17) || (#CpuCoresUsage# = 0)
  538.  
  539. [CPU18PercentCalc]
  540. Measure=Calc
  541. Formula=MCLOADCORE18 * 1
  542. Disabled=(#cpuCores# < 18) || (#CpuCoresUsage# = 0)
  543.  
  544. [CPU19PercentCalc]
  545. Measure=Calc
  546. Formula=MCLOADCORE19 * 1
  547. Disabled=(#cpuCores# < 19) || (#CpuCoresUsage# = 0)
  548.  
  549. [CPU20PercentCalc]
  550. Measure=Calc
  551. Formula=MCLOADCORE20 * 1
  552. Disabled=(#cpuCores# < 20) || (#CpuCoresUsage# = 0)
  553.  
  554. [CPU21PercentCalc]
  555. Measure=Calc
  556. Formula=MCLOADCORE21 * 1
  557. Disabled=(#cpuCores# < 21) || (#CpuCoresUsage# = 0)
  558.  
  559. [CPU22PercentCalc]
  560. Measure=Calc
  561. Formula=MCLOADCORE22 * 1
  562. Disabled=(#cpuCores# < 22) || (#CpuCoresUsage# = 0)
  563.  
  564. [CPU23PercentCalc]
  565. Measure=Calc
  566. Formula=MCLOADCORE23 * 1
  567. Disabled=(#cpuCores# < 23) || (#CpuCoresUsage# = 0)
  568.  
  569. [CPU24PercentCalc]
  570. Measure=Calc
  571. Formula=MCLOADCORE24 * 1
  572. Disabled=(#cpuCores# < 24) || (#CpuCoresUsage# = 0)
  573.  
  574. [CPU25PercentCalc]
  575. Measure=Calc
  576. Formula=MCLOADCORE25 * 1
  577. Disabled=(#cpuCores# < 25) || (#CpuCoresUsage# = 0)
  578.  
  579. [CPU26PercentCalc]
  580. Measure=Calc
  581. Formula=MCLOADCORE26 * 1
  582. Disabled=(#cpuCores# < 26) || (#CpuCoresUsage# = 0)
  583.  
  584. [CPU27PercentCalc]
  585. Measure=Calc
  586. Formula=MCLOADCORE27 * 1
  587. Disabled=(#cpuCores# < 27) || (#CpuCoresUsage# = 0)
  588.  
  589. [CPU28PercentCalc]
  590. Measure=Calc
  591. Formula=MCLOADCORE28 * 1
  592. Disabled=(#cpuCores# < 28) || (#CpuCoresUsage# = 0)
  593.  
  594. [CPU29PercentCalc]
  595. Measure=Calc
  596. Formula=MCLOADCORE29 * 1
  597. Disabled=(#cpuCores# < 29) || (#CpuCoresUsage# = 0)
  598.  
  599. [CPU30PercentCalc]
  600. Measure=Calc
  601. Formula=MCLOADCORE30 * 1
  602. Disabled=(#cpuCores# < 30) || (#CpuCoresUsage# = 0)
  603.  
  604. [CPU31PercentCalc]
  605. Measure=Calc
  606. Formula=MCLOADCORE31 * 1
  607. Disabled=(#cpuCores# < 31) || (#CpuCoresUsage# = 0)
  608.  
  609. [CPU32PercentCalc]
  610. Measure=Calc
  611. Formula=MCLOADCORE32 * 1
  612. Disabled=(#cpuCores# < 32) || (#CpuCoresUsage# = 0)
  613.  
  614. [CPU33PercentCalc]
  615. Measure=Calc
  616. Formula=MCLOADCORE33 * 1
  617. Disabled=(#cpuCores# < 33) || (#CpuCoresUsage# = 0)
  618.  
  619. [CPU34PercentCalc]
  620. Measure=Calc
  621. Formula=MCLOADCORE34 * 1
  622. Disabled=(#cpuCores# < 34) || (#CpuCoresUsage# = 0)
  623.  
  624. [CPU35PercentCalc]
  625. Measure=Calc
  626. Formula=MCLOADCORE35 * 1
  627. Disabled=(#cpuCores# < 35) || (#CpuCoresUsage# = 0)
  628.  
  629. [CPU36PercentCalc]
  630. Measure=Calc
  631. Formula=MCLOADCORE36 * 1
  632. Disabled=(#cpuCores# < 36) || (#CpuCoresUsage# = 0)
  633.  
  634. ;[--------------------[[CPU_Usage_Warning_Threshold]]--------------------]
  635.  
  636. [CPUBARWARNT]
  637. Measure=Calc
  638. Formula=CPUPERCENTCALC> 75 ? -1 : -2
  639. Substitute="-1":"220,20,60,200","-2":"#CpuUsageColor#"
  640. Disabled=(#CpuUsage# = 0)
  641.  
  642. [CPUBARWARN1]
  643. Measure=Calc
  644. Formula=CPU1PercentCalc> 75 ? -1 : -2
  645. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  646. Disabled=(#cpuCores# < 1) || (#CpuCoresUsage# = 0)
  647.  
  648. [CPUBARWARN2]
  649. Measure=Calc
  650. Formula=CPU2PercentCalc> 75 ? -1 : -2
  651. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  652. Disabled=(#cpuCores# < 2) || (#CpuCoresUsage# = 0)
  653.  
  654. [CPUBARWARN3]
  655. Measure=Calc
  656. Formula=CPU3PercentCalc> 75 ? -1 : -2
  657. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  658. Disabled=(#cpuCores# < 3) || (#CpuCoresUsage# = 0)
  659.  
  660. [CPUBARWARN4]
  661. Measure=Calc
  662. Formula=CPU4PercentCalc> 75 ? -1 : -2
  663. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  664. Disabled=(#cpuCores# < 4) || (#CpuCoresUsage# = 0)
  665.  
  666. [CPUBARWARN5]
  667. Measure=Calc
  668. Formula=CPU5PercentCalc> 75 ? -1 : -2
  669. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  670. Disabled=(#cpuCores# < 5) || (#CpuCoresUsage# = 0)
  671.  
  672. [CPUBARWARN6]
  673. Measure=Calc
  674. Formula=CPU6PercentCalc> 75 ? -1 : -2
  675. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  676. Disabled=(#cpuCores# < 6) || (#CpuCoresUsage# = 0)
  677.  
  678. [CPUBARWARN7]
  679. Measure=Calc
  680. Formula=CPU7PercentCalc> 75 ? -1 : -2
  681. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  682. Disabled=(#cpuCores# < 7) || (#CpuCoresUsage# = 0)
  683.  
  684. [CPUBARWARN8]
  685. Measure=Calc
  686. Formula=CPU8PercentCalc> 75 ? -1 : -2
  687. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  688. Disabled=(#cpuCores# < 8) || (#CpuCoresUsage# = 0)
  689.  
  690. [CPUBARWARN9]
  691. Measure=Calc
  692. Formula=CPU9PercentCalc> 75 ? -1 : -2
  693. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  694. Disabled=(#cpuCores# < 9) || (#CpuCoresUsage# = 0)
  695.  
  696. [CPUBARWARN10]
  697. Measure=Calc
  698. Formula=CPU10PercentCalc> 75 ? -1 : -2
  699. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  700. Disabled=(#cpuCores# < 10) || (#CpuCoresUsage# = 0)
  701.  
  702. [CPUBARWARN11]
  703. Measure=Calc
  704. Formula=CPU11PercentCalc> 75 ? -1 : -2
  705. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  706. Disabled=(#cpuCores# < 11) || (#CpuCoresUsage# = 0)
  707.  
  708. [CPUBARWARN12]
  709. Measure=Calc
  710. Formula=CPU12PercentCalc> 75 ? -1 : -2
  711. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  712. Disabled=(#cpuCores# < 12) || (#CpuCoresUsage# = 0)
  713.  
  714. [CPUBARWARN13]
  715. Measure=Calc
  716. Formula=CPU13PercentCalc> 75 ? -1 : -2
  717. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  718. Disabled=(#cpuCores# < 13) || (#CpuCoresUsage# = 0)
  719.  
  720. [CPUBARWARN14]
  721. Measure=Calc
  722. Formula=CPU14PercentCalc> 75 ? -1 : -2
  723. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  724. Disabled=(#cpuCores# < 14) || (#CpuCoresUsage# = 0)
  725.  
  726. [CPUBARWARN15]
  727. Measure=Calc
  728. Formula=CPU15PercentCalc> 75 ? -1 : -2
  729. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  730. Disabled=(#cpuCores# < 15) || (#CpuCoresUsage# = 0)
  731.  
  732. [CPUBARWARN16]
  733. Measure=Calc
  734. Formula=CPU16PercentCalc> 75 ? -1 : -2
  735. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  736. Disabled=(#cpuCores# < 16) || (#CpuCoresUsage# = 0)
  737.  
  738. [CPUBARWARN17]
  739. Measure=Calc
  740. Formula=CPU17PercentCalc> 75 ? -1 : -2
  741. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  742. Disabled=(#cpuCores# < 17) || (#CpuCoresUsage# = 0)
  743.  
  744. [CPUBARWARN18]
  745. Measure=Calc
  746. Formula=CPU18PercentCalc> 75 ? -1 : -2
  747. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  748. Disabled=(#cpuCores# < 18) || (#CpuCoresUsage# = 0)
  749.  
  750. [CPUBARWARN19]
  751. Measure=Calc
  752. Formula=CPU19PercentCalc> 75 ? -1 : -2
  753. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  754. Disabled=(#cpuCores# < 19) || (#CpuCoresUsage# = 0)
  755.  
  756. [CPUBARWARN20]
  757. Measure=Calc
  758. Formula=CPU20PercentCalc> 75 ? -1 : -2
  759. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  760. Disabled=(#cpuCores# < 20) || (#CpuCoresUsage# = 0)
  761.  
  762. [CPUBARWARN21]
  763. Measure=Calc
  764. Formula=CPU21PercentCalc> 75 ? -1 : -2
  765. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  766. Disabled=(#cpuCores# < 21) || (#CpuCoresUsage# = 0)
  767.  
  768. [CPUBARWARN22]
  769. Measure=Calc
  770. Formula=CPU22PercentCalc> 75 ? -1 : -2
  771. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  772. Disabled=(#cpuCores# < 22) || (#CpuCoresUsage# = 0)
  773.  
  774. [CPUBARWARN23]
  775. Measure=Calc
  776. Formula=CPU23PercentCalc> 75 ? -1 : -2
  777. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  778. Disabled=(#cpuCores# < 23) || (#CpuCoresUsage# = 0)
  779.  
  780. [CPUBARWARN24]
  781. Measure=Calc
  782. Formula=CPU24PercentCalc> 75 ? -1 : -2
  783. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  784. Disabled=(#cpuCores# < 24) || (#CpuCoresUsage# = 0)
  785.  
  786. [CPUBARWARN25]
  787. Measure=Calc
  788. Formula=CPU25PercentCalc> 75 ? -1 : -2
  789. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  790. Disabled=(#cpuCores# < 25) || (#CpuCoresUsage# = 0)
  791.  
  792. [CPUBARWARN26]
  793. Measure=Calc
  794. Formula=CPU26PercentCalc> 75 ? -1 : -2
  795. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  796. Disabled=(#cpuCores# < 26) || (#CpuCoresUsage# = 0)
  797.  
  798. [CPUBARWARN27]
  799. Measure=Calc
  800. Formula=CPU27PercentCalc> 75 ? -1 : -2
  801. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  802. Disabled=(#cpuCores# < 27) || (#CpuCoresUsage# = 0)
  803.  
  804. [CPUBARWARN28]
  805. Measure=Calc
  806. Formula=CPU28PercentCalc> 75 ? -1 : -2
  807. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  808. Disabled=(#cpuCores# < 28) || (#CpuCoresUsage# = 0)
  809.  
  810. [CPUBARWARN29]
  811. Measure=Calc
  812. Formula=CPU29PercentCalc> 75 ? -1 : -2
  813. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  814. Disabled=(#cpuCores# < 29) || (#CpuCoresUsage# = 0)
  815.  
  816. [CPUBARWARN30]
  817. Measure=Calc
  818. Formula=CPU30PercentCalc> 75 ? -1 : -2
  819. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  820. Disabled=(#cpuCores# < 30) || (#CpuCoresUsage# = 0)
  821.  
  822. [CPUBARWARN31]
  823. Measure=Calc
  824. Formula=CPU31PercentCalc> 75 ? -1 : -2
  825. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  826. Disabled=(#cpuCores# < 31) || (#CpuCoresUsage# = 0)
  827.  
  828. [CPUBARWARN32]
  829. Measure=Calc
  830. Formula=CPU32PercentCalc> 75 ? -1 : -2
  831. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  832. Disabled=(#cpuCores# < 32) || (#CpuCoresUsage# = 0)
  833.  
  834. [CPUBARWARN33]
  835. Measure=Calc
  836. Formula=CPU33PercentCalc> 75 ? -1 : -2
  837. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  838. Disabled=(#cpuCores# < 33) || (#CpuCoresUsage# = 0)
  839.  
  840. [CPUBARWARN34]
  841. Measure=Calc
  842. Formula=CPU34PercentCalc> 75 ? -1 : -2
  843. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  844. Disabled=(#cpuCores# < 34) || (#CpuCoresUsage# = 0)
  845.  
  846. [CPUBARWARN35]
  847. Measure=Calc
  848. Formula=CPU35PercentCalc> 75 ? -1 : -2
  849. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  850. Disabled=(#cpuCores# < 35) || (#CpuCoresUsage# = 0)
  851.  
  852. [CPUBARWARN36]
  853. Measure=Calc
  854. Formula=CPU36PercentCalc> 75 ? -1 : -2
  855. Substitute="-1":"220,20,60,200","-2":"#colorBar#,#colorBarAlpha#"
  856. Disabled=(#cpuCores# < 36) || (#CpuCoresUsage# = 0)
  857.  
  858. ;[--------------------[[CPU_Clock]]--------------------]
  859.  
  860. [MCLOCK]
  861. Measure=Registry
  862. RegHKey=HKEY_CURRENT_USER
  863. RegKey=Software\FinalWire\AIDA64\SensorValues
  864. RegValue=#SCPUCLKSV#
  865. Disabled=(#CpuClockFan#=0)
  866.  
  867. ;[--------------------[[CPU_Fan]]--------------------]
  868.  
  869. [CPUFAN0]
  870. Measure=Registry
  871. RegHKey=HKEY_CURRENT_USER
  872. RegKey=Software\FinalWire\AIDA64\SensorValues
  873. RegValue=#FCPUSV#
  874. Disabled=(#CpuClockFan#=0)
  875.  
  876. ;[--------------------[[RAM]]--------------------]
  877.  
  878. [MeasureRAMUsed]
  879. Measure=PhysicalMemory
  880. UpdateDivider=2
  881. Disabled=(#RamUsage#=0)
  882.  
  883. [MeasureRAMFree]
  884. Measure=PhysicalMemory
  885. InvertMeasure=1
  886. Disabled=(#RamUsage#=0)
  887.  
  888. [MeasureRAMTotal]
  889. Measure=PhysicalMemory
  890. Total=1
  891. UpdateDivider=-1
  892. Disabled=(#RamUsage#=0)
  893.  
  894. ;[--------------------[[RAM_Warning_Threshold]]--------------------]
  895.  
  896. [measureRAMGBCalc]
  897. Measure=Calc
  898. Formula=MeasureRAMUsed * 100 / MeasureRAMTotal
  899. MinValue=0
  900. MaxValue=100
  901. Disabled=(#RamUsage#=0)
  902.  
  903. [RAMWarn]
  904. Measure=Calc
  905. Formula=measureRAMGBCalc> 75 ? -1 : -2
  906. Substitute="-1":"220,20,60,200","-2":"#RamUsageColor#"
  907. Disabled=(#RamUsage#=0)
  908.  
  909. [MeasureSettingsScript]
  910. Measure=Script
  911. ScriptFile=#scriptPath#Settings.lua
  912. UpdateDivider=-1
  913.  
  914. ;[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\[[METERS]]//////////////////////////////]
  915. ;[--------------------[[Title]]--------------------]
  916.  
  917. [meterTitle]
  918. Meter=STRING
  919. MeterStyle=styleTitle
  920. Text="#CPUNAME#"
  921. UpdateDivider=-1
  922.  
  923. [ControlSettings_]
  924. Meter=String
  925. MeterStyle=TextStyle | StyleRightAlign
  926. FontFace=ElegantIcons
  927. FontSize=8
  928. FontColor=135,206,250
  929. X=(#RightAlign#-25)
  930. Text=[\x0xe035]
  931. Y=1r
  932. Group=Controls
  933. Hidden=1
  934. TransformationMatrix=#Scale#;0;0;#Scale#;#Scale#;#Scale#
  935. UpdateDivider=-1
  936.  
  937. ;[--------------------[[Collapse-Expand]]--------------------]
  938.  
  939. [meterHideGraphs_]
  940. Meter=String
  941. MeterStyle=styleButton | StyleRightAlign
  942. FontColor=#colorInactiveButton#
  943. Text=[\x23F6]
  944. UpdateDivider=-1
  945. DynamicVariables=1
  946. Hidden=(#ShowGraph#=0)
  947. Group=hideGraph
  948.  
  949. [meterShowGraphs_]
  950. Meter=String
  951. MeterStyle=styleButton | StyleRightAlign
  952. Y=[meterHideGraphs_:Y]
  953. FontColor=#colorInactiveButton#
  954. Text=[\x0x23F7]
  955. UpdateDivider=-1
  956. DynamicVariables=1
  957. Hidden=(#ShowGraph#=1)
  958. Group=ShowGraph
  959.  
  960. ;[--------------------[[CPU_Temperature]]--------------------]
  961.  
  962. [CPUTotalTemp]
  963. Meter=STRING
  964. MeasureName=MCPUTemp
  965. MeterStyle=styleFirstLineText | StyleCenterAlign
  966. Text="%1#deg##TempUnitLetter#"
  967. Y=(#TopMarginFormula#-2)
  968. FontColor=[MCPUTempCalc]
  969. DynamicVariables=1
  970. Hidden=(#CpuTemp#=0)
  971. UpdateDivider=((#CpuTemp#=0)?(-1):(1))
  972.  
  973. ;[--------------------[[CPU_Usage]]--------------------]
  974.  
  975. ;[CPU TOTAL INFO]
  976.  
  977. [CpuCoresUsageText]
  978. Meter=STRING
  979. MeterStyle=styleFirstLineText | StyleLeftAlign_r
  980. Y=((#CpuUsage#=1) ? #TopMarginFormula# : (#TopMarginFormula#-1))
  981. Text="CPU:"
  982. Hidden=(#CpuUsage#=0)
  983. UpdateDivider=-1
  984.  
  985. [CpuCoresUsagePercent]
  986. Meter=String
  987. MeasureName=CPUPERCENTCALC
  988. MeterStyle=styleFirstLineText | StyleRightAlign_r
  989. Y=[CpuCoresUsageText:Y]
  990. Text="%1%"
  991. NumofDecimals=1
  992. Hidden=(#CpuUsage#=0)
  993. UpdateDivider=((#CpuUsage#=0)?(-1):(1))
  994.  
  995. [CPUTotalBarGraphUsage]
  996. Meter=BAR
  997. MeasureName=MCLOADTOTAL
  998. MeterStyle=StyleBar
  999. Y=(#RowSpacing#-1)R
  1000. BarColor=[CPUBARWARNT]
  1001. Hidden=(#CpuUsage#=0)
  1002. UpdateDivider=((#CpuUsage#=0)?(-1):(1))
  1003.  
  1004. [MeterCpuUsageRowAdjustor]
  1005. Meter=String
  1006. MeterStyle=stylePrimaryText
  1007. FontColor=0,0,0,0
  1008. Y=((#CpuUsage#=1) ? -12 : 0)r
  1009. DynamicVariables=1
  1010. Text=-
  1011. Hidden=(#CpuUsage#=0)
  1012. UpdateDivider=-1
  1013.  
  1014. ;[CPU CORE 1 INFO]
  1015.  
  1016. [Core1UsageText]
  1017. Meter=STRING
  1018. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1019. Y=(((#cpuCores# >= 1) && (#CpuCoresUsage# = 1)) ? (#RowSpacing#+0) : 0)R
  1020. Text="Core 1:"
  1021. Group=Core1
  1022. Hidden=(#cpuCores# < 1) || (#CpuCoresUsage# = 0)
  1023. UpdateDivider=-1
  1024.  
  1025. [CPUCore1BarGraphUsage]
  1026. Meter=BAR
  1027. MeasureName=MCLOADCORE1
  1028. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1029. BarColor=[CPUBARWARN1]
  1030. Group=Core1
  1031. Hidden=(#cpuCores# < 1) || (#CpuCoresUsage# = 0)
  1032. UpdateDivider=(((#cpuCores# < 1) || (#CpuCoresUsage# = 0))?(-1):(1))
  1033.  
  1034. [CPU1UsagePercent]
  1035. Meter=String
  1036. MeasureName=CPU1PercentCalc
  1037. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1038. Y=[Core1UsageText:Y]
  1039. NumofDecimals=1
  1040. Text="%1%"
  1041. Group=Core1
  1042. Hidden=(#cpuCores# < 1) || (#CpuCoresUsage# = 0)
  1043. UpdateDivider=(((#cpuCores# < 1) || (#CpuCoresUsage# = 0))?(-1):(1))
  1044.  
  1045. ;[CPU CORE 2 INFO]
  1046.  
  1047. [Core2UsageText]
  1048. Meter=STRING
  1049. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1050. Y=(((#cpuCores# >= 2) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1051. Text="Core 2:"
  1052. Group=Core2
  1053. Hidden=(#cpuCores# < 2) || (#CpuCoresUsage# = 0)
  1054. UpdateDivider=-1
  1055.  
  1056. [CPUCore2BarGraphUsage]
  1057. Meter=BAR
  1058. MeasureName=MCLOADCORE2
  1059. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1060. BarColor=[CPUBARWARN2]
  1061. Group=Core2
  1062. Hidden=(#cpuCores# < 2) || (#CpuCoresUsage# = 0)
  1063. UpdateDivider=(((#cpuCores# < 2) || (#CpuCoresUsage# = 0))?(-1):(1))
  1064.  
  1065. [CPU2UsagePercent]
  1066. Meter=String
  1067. MeasureName=CPU2PercentCalc
  1068. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1069. Y=[Core2UsageText:Y]
  1070. NumofDecimals=1
  1071. Text="%1%"
  1072. Group=Core2
  1073. Hidden=(#cpuCores# < 2) || (#CpuCoresUsage# = 0)
  1074. UpdateDivider=(((#cpuCores# < 2) || (#CpuCoresUsage# = 0))?(-1):(1))
  1075.  
  1076. ;[CPU CORE 3 INFO]
  1077.  
  1078. [Core3UsageText]
  1079. Meter=STRING
  1080. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1081. Y=(((#cpuCores# >= 3) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1082. Text="Core 3:"
  1083. Group=Core3
  1084. Hidden=(#cpuCores# < 3) || (#CpuCoresUsage# = 0)
  1085. UpdateDivider=-1
  1086.  
  1087. [CPUCore3BarGraphUsage]
  1088. Meter=BAR
  1089. MeasureName=MCLOADCORE3
  1090. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1091. BarColor=[CPUBARWARN3]
  1092. Group=Core3
  1093. Hidden=(#cpuCores# < 3) || (#CpuCoresUsage# = 0)
  1094. UpdateDivider=(((#cpuCores# < 3) || (#CpuCoresUsage# = 0))?(-1):(1))
  1095.  
  1096. [CPU3UsagePercent]
  1097. Meter=String
  1098. MeasureName=CPU3PercentCalc
  1099. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1100. Y=[Core3UsageText:Y]
  1101. NumofDecimals=1
  1102. Text="%1%"
  1103. Group=Core3
  1104. Hidden=(#cpuCores# < 3) || (#CpuCoresUsage# = 0)
  1105. UpdateDivider=(((#cpuCores# < 3) || (#CpuCoresUsage# = 0))?(-1):(1))
  1106.  
  1107. ;[CPU CORE 4 INFO]
  1108.  
  1109. [Core4UsageText]
  1110. Meter=STRING
  1111. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1112. Y=(((#cpuCores# >= 4) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1113. Text="Core 4:"
  1114. Group=Core4
  1115. Hidden=(#cpuCores# < 4) || (#CpuCoresUsage# = 0)
  1116. UpdateDivider=-1
  1117.  
  1118. [CPUCore4BarGraphUsage]
  1119. Meter=BAR
  1120. MeasureName=MCLOADCORE4
  1121. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1122. BarColor=[CPUBARWARN4]
  1123. Group=Core4
  1124. Hidden=(#cpuCores# < 4) || (#CpuCoresUsage# = 0)
  1125. UpdateDivider=(((#cpuCores# < 4) || (#CpuCoresUsage# = 0))?(-1):(1))
  1126.  
  1127. [CPU4UsagePercent]
  1128. Meter=String
  1129. MeasureName=CPU4PercentCalc
  1130. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1131. Y=[Core4UsageText:Y]
  1132. NumofDecimals=1
  1133. Text="%1%"
  1134. Group=Core4
  1135. Hidden=(#cpuCores# < 4) || (#CpuCoresUsage# = 0)
  1136. UpdateDivider=(((#cpuCores# < 4) || (#CpuCoresUsage# = 0))?(-1):(1))
  1137.  
  1138. ;[CPU CORE 5 INFO]
  1139.  
  1140. [Core5UsageText]
  1141. Meter=STRING
  1142. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1143. Y=(((#cpuCores# >= 5) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1144. Text="Core 5:"
  1145. Group=Core5
  1146. Hidden=(#cpuCores# < 5) || (#CpuCoresUsage# = 0)
  1147. UpdateDivider=-1
  1148.  
  1149. [CPUCore5BarGraphUsage]
  1150. Meter=BAR
  1151. MeasureName=MCLOADCORE5
  1152. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1153. BarColor=[CPUBARWARN5]
  1154. Group=Core5
  1155. Hidden=(#cpuCores# < 5) || (#CpuCoresUsage# = 0)
  1156. UpdateDivider=(((#cpuCores# < 5) || (#CpuCoresUsage# = 0))?(-1):(1))
  1157.  
  1158. [CPU5UsagePercent]
  1159. Meter=String
  1160. MeasureName=CPU5PercentCalc
  1161. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1162. Y=[Core5UsageText:Y]
  1163. NumofDecimals=1
  1164. Text="%1%"
  1165. Group=Core5
  1166. Hidden=(#cpuCores# < 5) || (#CpuCoresUsage# = 0)
  1167. UpdateDivider=(((#cpuCores# < 5) || (#CpuCoresUsage# = 0))?(-1):(1))
  1168.  
  1169. ;[CPU CORE 6 INFO]
  1170.  
  1171. [Core6UsageText]
  1172. Meter=STRING
  1173. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1174. Y=(((#cpuCores# >= 6) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1175. Text="Core 6:"
  1176. Group=Core6
  1177. Hidden=(#cpuCores# < 6) || (#CpuCoresUsage# = 0)
  1178. UpdateDivider=-1
  1179.  
  1180. [CPUCore6BarGraphUsage]
  1181. Meter=BAR
  1182. MeasureName=MCLOADCORE6
  1183. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1184. BarColor=[CPUBARWARN6]
  1185. Group=Core6
  1186. Hidden=(#cpuCores# < 6) || (#CpuCoresUsage# = 0)
  1187. UpdateDivider=(((#cpuCores# < 6) || (#CpuCoresUsage# = 0))?(-1):(1))
  1188.  
  1189. [CPU6UsagePercent]
  1190. Meter=String
  1191. MeasureName=CPU6PercentCalc
  1192. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1193. Y=[Core6UsageText:Y]
  1194. NumofDecimals=1
  1195. Text="%1%"
  1196. Group=Core6
  1197. Hidden=(#cpuCores# < 6) || (#CpuCoresUsage# = 0)
  1198. UpdateDivider=(((#cpuCores# < 6) || (#CpuCoresUsage# = 0))?(-1):(1))
  1199.  
  1200. ;[CPU CORE 7 INFO]
  1201.  
  1202. [Core7UsageText]
  1203. Meter=STRING
  1204. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1205. Y=(((#cpuCores# >= 7) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1206. Text="Core 7:"
  1207. Group=Core7
  1208. Hidden=(#cpuCores# < 7) || (#CpuCoresUsage# = 0)
  1209. UpdateDivider=-1
  1210.  
  1211. [CPUCore7BarGraphUsage]
  1212. Meter=BAR
  1213. MeasureName=MCLOADCORE7
  1214. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1215. BarColor=[CPUBARWARN7]
  1216. Group=Core7
  1217. Hidden=(#cpuCores# < 7) || (#CpuCoresUsage# = 0)
  1218. UpdateDivider=(((#cpuCores# < 7) || (#CpuCoresUsage# = 0))?(-1):(1))
  1219.  
  1220. [CPU7UsagePercent]
  1221. Meter=String
  1222. MeasureName=CPU7PercentCalc
  1223. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1224. Y=[Core7UsageText:Y]
  1225. NumofDecimals=1
  1226. Text="%1%"
  1227. Group=Core7
  1228. Hidden=(#cpuCores# < 7) || (#CpuCoresUsage# = 0)
  1229. UpdateDivider=(((#cpuCores# < 7) || (#CpuCoresUsage# = 0))?(-1):(1))
  1230.  
  1231. ;[CPU CORE 8 INFO]
  1232.  
  1233. [Core8UsageText]
  1234. Meter=STRING
  1235. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1236. Y=(((#cpuCores# >= 8) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1237. Text="Core 8:"
  1238. Group=Core8
  1239. Hidden=(#cpuCores# < 8) || (#CpuCoresUsage# = 0)
  1240. UpdateDivider=-1
  1241.  
  1242. [CPUCore8BarGraphUsage]
  1243. Meter=BAR
  1244. MeasureName=MCLOADCORE8
  1245. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1246. BarColor=[CPUBARWARN8]
  1247. Group=Core8
  1248. Hidden=(#cpuCores# < 8) || (#CpuCoresUsage# = 0)
  1249. UpdateDivider=(((#cpuCores# < 8) || (#CpuCoresUsage# = 0))?(-1):(1))
  1250.  
  1251. [CPU8UsagePercent]
  1252. Meter=String
  1253. MeasureName=CPU8PercentCalc
  1254. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1255. Y=[Core8UsageText:Y]
  1256. NumofDecimals=1
  1257. Text="%1%"
  1258. Group=Core8
  1259. Hidden=(#cpuCores# < 8) || (#CpuCoresUsage# = 0)
  1260. UpdateDivider=(((#cpuCores# < 8) || (#CpuCoresUsage# = 0))?(-1):(1))
  1261.  
  1262. ;[CPU CORE 9 INFO]
  1263.  
  1264. [Core9UsageText]
  1265. Meter=STRING
  1266. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1267. Y=(((#cpuCores# >= 9) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1268. Text="Core 9:"
  1269. Group=Core9
  1270. Hidden=(#cpuCores# < 9) || (#CpuCoresUsage# = 0)
  1271. UpdateDivider=-1
  1272.  
  1273. [CPUCore9BarGraphUsage]
  1274. Meter=BAR
  1275. MeasureName=MCLOADCORE9
  1276. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1277. BarColor=[CPUBARWARN9]
  1278. Group=Core9
  1279. Hidden=(#cpuCores# < 9) || (#CpuCoresUsage# = 0)
  1280. UpdateDivider=(((#cpuCores# < 9) || (#CpuCoresUsage# = 0))?(-1):(1))
  1281.  
  1282. [CPU9UsagePercent]
  1283. Meter=String
  1284. MeasureName=CPU9PercentCalc
  1285. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1286. Y=[Core9UsageText:Y]
  1287. NumofDecimals=1
  1288. Text="%1%"
  1289. Group=Core9
  1290. Hidden=(#cpuCores# < 9) || (#CpuCoresUsage# = 0)
  1291. UpdateDivider=(((#cpuCores# < 9) || (#CpuCoresUsage# = 0))?(-1):(1))
  1292.  
  1293. ;[CPU CORE 10 INFO]
  1294.  
  1295. [Core10UsageText]
  1296. Meter=STRING
  1297. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1298. Y=(((#cpuCores# >= 10) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1299. Text="Core 10:"
  1300. Group=Core10
  1301. Hidden=(#cpuCores# < 10) || (#CpuCoresUsage# = 0)
  1302. UpdateDivider=-1
  1303.  
  1304. [CPUCore10BarGraphUsage]
  1305. Meter=BAR
  1306. MeasureName=MCLOADCORE10
  1307. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1308. BarColor=[CPUBARWARN10]
  1309. Group=Core10
  1310. Hidden=(#cpuCores# < 10) || (#CpuCoresUsage# = 0)
  1311. UpdateDivider=(((#cpuCores# < 10) || (#CpuCoresUsage# = 0))?(-1):(1))
  1312.  
  1313. [CPU10UsagePercent]
  1314. Meter=String
  1315. MeasureName=CPU10PercentCalc
  1316. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1317. Y=[Core10UsageText:Y]
  1318. NumofDecimals=1
  1319. Text="%1%"
  1320. Group=Core10
  1321. Hidden=(#cpuCores# < 10) || (#CpuCoresUsage# = 0)
  1322. UpdateDivider=(((#cpuCores# < 10) || (#CpuCoresUsage# = 0))?(-1):(1))
  1323.  
  1324. ;[CPU CORE 11 INFO]
  1325.  
  1326. [Core11UsageText]
  1327. Meter=STRING
  1328. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1329. Y=(((#cpuCores# >= 11) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1330. Text="Core 11:"
  1331. Group=Core11
  1332. Hidden=(#cpuCores# < 11) || (#CpuCoresUsage# = 0)
  1333. UpdateDivider=-1
  1334.  
  1335. [CPUCore11BarGraphUsage]
  1336. Meter=BAR
  1337. MeasureName=MCLOADCORE11
  1338. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1339. BarColor=[CPUBARWARN11]
  1340. Group=Core11
  1341. Hidden=(#cpuCores# < 11) || (#CpuCoresUsage# = 0)
  1342. UpdateDivider=(((#cpuCores# < 11) || (#CpuCoresUsage# = 0))?(-1):(1))
  1343.  
  1344. [CPU11UsagePercent]
  1345. Meter=String
  1346. MeasureName=CPU11PercentCalc
  1347. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1348. Y=[Core11UsageText:Y]
  1349. NumofDecimals=1
  1350. Text="%1%"
  1351. Group=Core11
  1352. Hidden=(#cpuCores# < 11) || (#CpuCoresUsage# = 0)
  1353. UpdateDivider=(((#cpuCores# < 11) || (#CpuCoresUsage# = 0))?(-1):(1))
  1354.  
  1355. ;[CPU CORE 12 INFO]
  1356.  
  1357. [Core12UsageText]
  1358. Meter=STRING
  1359. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1360. Y=(((#cpuCores# >= 12) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1361. Text="Core 12:"
  1362. Group=Core12
  1363. Hidden=(#cpuCores# < 12) || (#CpuCoresUsage# = 0)
  1364. UpdateDivider=-1
  1365.  
  1366. [CPUCore12BarGraphUsage]
  1367. Meter=BAR
  1368. MeasureName=MCLOADCORE12
  1369. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1370. BarColor=[CPUBARWARN12]
  1371. Group=Core12
  1372. Hidden=(#cpuCores# < 12) || (#CpuCoresUsage# = 0)
  1373. UpdateDivider=(((#cpuCores# < 12) || (#CpuCoresUsage# = 0))?(-1):(1))
  1374.  
  1375. [CPU12UsagePercent]
  1376. Meter=String
  1377. MeasureName=CPU12PercentCalc
  1378. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1379. Y=[Core12UsageText:Y]
  1380. NumofDecimals=1
  1381. Text="%1%"
  1382. Group=Core12
  1383. Hidden=(#cpuCores# < 12) || (#CpuCoresUsage# = 0)
  1384. UpdateDivider=(((#cpuCores# < 12) || (#CpuCoresUsage# = 0))?(-1):(1))
  1385.  
  1386. ;[CPU CORE 13 INFO]
  1387.  
  1388. [Core13UsageText]
  1389. Meter=STRING
  1390. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1391. Y=(((#cpuCores# >= 13) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1392. Text="Core 13:"
  1393. Group=Core13
  1394. Hidden=(#cpuCores# < 13) || (#CpuCoresUsage# = 0)
  1395. UpdateDivider=-1
  1396.  
  1397. [CPUCore13BarGraphUsage]
  1398. Meter=BAR
  1399. MeasureName=MCLOADCORE13
  1400. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1401. BarColor=[CPUBARWARN13]
  1402. Group=Core13
  1403. Hidden=(#cpuCores# < 13) || (#CpuCoresUsage# = 0)
  1404. UpdateDivider=(((#cpuCores# < 13) || (#CpuCoresUsage# = 0))?(-1):(1))
  1405.  
  1406. [CPU13UsagePercent]
  1407. Meter=String
  1408. MeasureName=CPU13PercentCalc
  1409. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1410. Y=[Core13UsageText:Y]
  1411. NumofDecimals=1
  1412. Text="%1%"
  1413. Group=Core13
  1414. Hidden=(#cpuCores# < 13) || (#CpuCoresUsage# = 0)
  1415. UpdateDivider=(((#cpuCores# < 13) || (#CpuCoresUsage# = 0))?(-1):(1))
  1416.  
  1417. ;[CPU CORE 14 INFO]
  1418.  
  1419. [Core14UsageText]
  1420. Meter=STRING
  1421. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1422. Y=(((#cpuCores# >= 14) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1423. Text="Core 14:"
  1424. Group=Core14
  1425. Hidden=(#cpuCores# < 14) || (#CpuCoresUsage# = 0)
  1426. UpdateDivider=-1
  1427.  
  1428. [CPUCore14BarGraphUsage]
  1429. Meter=BAR
  1430. MeasureName=MCLOADCORE14
  1431. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1432. BarColor=[CPUBARWARN14]
  1433. Group=Core14
  1434. Hidden=(#cpuCores# < 14) || (#CpuCoresUsage# = 0)
  1435. UpdateDivider=(((#cpuCores# < 14) || (#CpuCoresUsage# = 0))?(-1):(1))
  1436.  
  1437. [CPU14UsagePercent]
  1438. Meter=String
  1439. MeasureName=CPU14PercentCalc
  1440. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1441. Y=[Core14UsageText:Y]
  1442. NumofDecimals=1
  1443. Text="%1%"
  1444. Group=Core14
  1445. Hidden=(#cpuCores# < 14) || (#CpuCoresUsage# = 0)
  1446. UpdateDivider=(((#cpuCores# < 14) || (#CpuCoresUsage# = 0))?(-1):(1))
  1447.  
  1448. ;[CPU CORE 15 INFO]
  1449.  
  1450. [Core15UsageText]
  1451. Meter=STRING
  1452. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1453. Y=(((#cpuCores# >= 15) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1454. Text="Core 15:"
  1455. Group=Core15
  1456. Hidden=(#cpuCores# < 15) || (#CpuCoresUsage# = 0)
  1457. UpdateDivider=-1
  1458.  
  1459. [CPUCore15BarGraphUsage]
  1460. Meter=BAR
  1461. MeasureName=MCLOADCORE15
  1462. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1463. BarColor=[CPUBARWARN15]
  1464. Group=Core15
  1465. Hidden=(#cpuCores# < 15) || (#CpuCoresUsage# = 0)
  1466. UpdateDivider=(((#cpuCores# < 15) || (#CpuCoresUsage# = 0))?(-1):(1))
  1467.  
  1468. [CPU15UsagePercent]
  1469. Meter=String
  1470. MeasureName=CPU15PercentCalc
  1471. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1472. Y=[Core15UsageText:Y]
  1473. NumofDecimals=1
  1474. Text="%1%"
  1475. Group=Core15
  1476. Hidden=(#cpuCores# < 15) || (#CpuCoresUsage# = 0)
  1477. UpdateDivider=(((#cpuCores# < 15) || (#CpuCoresUsage# = 0))?(-1):(1))
  1478.  
  1479. ;[CPU CORE 16 INFO]
  1480.  
  1481. [Core16UsageText]
  1482. Meter=STRING
  1483. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1484. Y=(((#cpuCores# >= 16) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1485. Text="Core 16:"
  1486. Group=Core16
  1487. Hidden=(#cpuCores# < 16) || (#CpuCoresUsage# = 0)
  1488. UpdateDivider=-1
  1489.  
  1490. [CPUCore16BarGraphUsage]
  1491. Meter=BAR
  1492. MeasureName=MCLOADCORE16
  1493. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1494. BarColor=[CPUBARWARN16]
  1495. Group=Core16
  1496. Hidden=(#cpuCores# < 16) || (#CpuCoresUsage# = 0)
  1497. UpdateDivider=(((#cpuCores# < 16) || (#CpuCoresUsage# = 0))?(-1):(1))
  1498.  
  1499. [CPU16UsagePercent]
  1500. Meter=String
  1501. MeasureName=CPU16PercentCalc
  1502. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1503. Y=[Core16UsageText:Y]
  1504. NumofDecimals=1
  1505. Text="%1%"
  1506. Group=Core16
  1507. Hidden=(#cpuCores# < 16) || (#CpuCoresUsage# = 0)
  1508. UpdateDivider=(((#cpuCores# < 16) || (#CpuCoresUsage# = 0))?(-1):(1))
  1509.  
  1510. ;[CPU CORE 17 INFO]
  1511.  
  1512. [Core17UsageText]
  1513. Meter=STRING
  1514. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1515. Y=(((#cpuCores# >= 17) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1516. Text="Core 17:"
  1517. Group=Core17
  1518. Hidden=(#cpuCores# < 17) || (#CpuCoresUsage# = 0)
  1519. UpdateDivider=-1
  1520.  
  1521. [CPUCore17BarGraphUsage]
  1522. Meter=BAR
  1523. MeasureName=MCLOADCORE17
  1524. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1525. BarColor=[CPUBARWARN17]
  1526. Group=Core17
  1527. Hidden=(#cpuCores# < 17) || (#CpuCoresUsage# = 0)
  1528. UpdateDivider=(((#cpuCores# < 17) || (#CpuCoresUsage# = 0))?(-1):(1))
  1529.  
  1530. [CPU17UsagePercent]
  1531. Meter=String
  1532. MeasureName=CPU17PercentCalc
  1533. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1534. Y=[Core17UsageText:Y]
  1535. NumofDecimals=1
  1536. Text="%1%"
  1537. Group=Core17
  1538. Hidden=(#cpuCores# < 17) || (#CpuCoresUsage# = 0)
  1539. UpdateDivider=(((#cpuCores# < 17) || (#CpuCoresUsage# = 0))?(-1):(1))
  1540.  
  1541. ;[CPU CORE 18 INFO]
  1542.  
  1543. [Core18UsageText]
  1544. Meter=STRING
  1545. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1546. Y=(((#cpuCores# >= 18) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1547. Text="Core 18:"
  1548. Group=Core18
  1549. Hidden=(#cpuCores# < 18) || (#CpuCoresUsage# = 0)
  1550. UpdateDivider=-1
  1551.  
  1552. [CPUCore18BarGraphUsage]
  1553. Meter=BAR
  1554. MeasureName=MCLOADCORE18
  1555. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1556. BarColor=[CPUBARWARN18]
  1557. Group=Core18
  1558. Hidden=(#cpuCores# < 18) || (#CpuCoresUsage# = 0)
  1559. UpdateDivider=(((#cpuCores# < 18) || (#CpuCoresUsage# = 0))?(-1):(1))
  1560.  
  1561. [CPU18UsagePercent]
  1562. Meter=String
  1563. MeasureName=CPU18PercentCalc
  1564. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1565. Y=[Core18UsageText:Y]
  1566. NumofDecimals=1
  1567. Text="%1%"
  1568. Group=Core18
  1569. Hidden=(#cpuCores# < 18) || (#CpuCoresUsage# = 0)
  1570. UpdateDivider=(((#cpuCores# < 18) || (#CpuCoresUsage# = 0))?(-1):(1))
  1571.  
  1572. ;[CPU CORE 19 INFO]
  1573.  
  1574. [Core19UsageText]
  1575. Meter=STRING
  1576. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1577. Y=(((#cpuCores# >= 19) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1578. Text="Core 19:"
  1579. Group=Core19
  1580. Hidden=(#cpuCores# < 19) || (#CpuCoresUsage# = 0)
  1581. UpdateDivider=-1
  1582.  
  1583. [CPUCore19BarGraphUsage]
  1584. Meter=BAR
  1585. MeasureName=MCLOADCORE19
  1586. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1587. BarColor=[CPUBARWARN19]
  1588. Group=Core19
  1589. Hidden=(#cpuCores# < 19) || (#CpuCoresUsage# = 0)
  1590. UpdateDivider=(((#cpuCores# < 19) || (#CpuCoresUsage# = 0))?(-1):(1))
  1591.  
  1592. [CPU19UsagePercent]
  1593. Meter=String
  1594. MeasureName=CPU19PercentCalc
  1595. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1596. Y=[Core19UsageText:Y]
  1597. NumofDecimals=1
  1598. Text="%1%"
  1599. Group=Core19
  1600. Hidden=(#cpuCores# < 19) || (#CpuCoresUsage# = 0)
  1601. UpdateDivider=(((#cpuCores# < 19) || (#CpuCoresUsage# = 0))?(-1):(1))
  1602.  
  1603. ;[CPU CORE 20 INFO]
  1604.  
  1605. [Core20UsageText]
  1606. Meter=STRING
  1607. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1608. Y=(((#cpuCores# >= 20) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1609. Text="Core 20:"
  1610. Group=Core20
  1611. Hidden=(#cpuCores# < 20) || (#CpuCoresUsage# = 0)
  1612. UpdateDivider=-1
  1613.  
  1614. [CPUCore20BarGraphUsage]
  1615. Meter=BAR
  1616. MeasureName=MCLOADCORE20
  1617. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1618. BarColor=[CPUBARWARN20]
  1619. Group=Core20
  1620. Hidden=(#cpuCores# < 20) || (#CpuCoresUsage# = 0)
  1621. UpdateDivider=(((#cpuCores# < 20) || (#CpuCoresUsage# = 0))?(-1):(1))
  1622.  
  1623. [CPU20UsagePercent]
  1624. Meter=String
  1625. MeasureName=CPU20PercentCalc
  1626. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1627. Y=[Core20UsageText:Y]
  1628. NumofDecimals=1
  1629. Text="%1%"
  1630. Group=Core20
  1631. Hidden=(#cpuCores# < 20) || (#CpuCoresUsage# = 0)
  1632. UpdateDivider=(((#cpuCores# < 20) || (#CpuCoresUsage# = 0))?(-1):(1))
  1633.  
  1634. ;[CPU CORE 21 INFO]
  1635.  
  1636. [Core21UsageText]
  1637. Meter=STRING
  1638. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1639. Y=(((#cpuCores# >= 21) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1640. Text="Core 21:"
  1641. Group=Core21
  1642. Hidden=(#cpuCores# < 21) || (#CpuCoresUsage# = 0)
  1643. UpdateDivider=-1
  1644.  
  1645. [CPUCore21BarGraphUsage]
  1646. Meter=BAR
  1647. MeasureName=MCLOADCORE21
  1648. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1649. BarColor=[CPUBARWARN21]
  1650. Group=Core21
  1651. Hidden=(#cpuCores# < 21) || (#CpuCoresUsage# = 0)
  1652. UpdateDivider=(((#cpuCores# < 21) || (#CpuCoresUsage# = 0))?(-1):(1))
  1653.  
  1654. [CPU21UsagePercent]
  1655. Meter=String
  1656. MeasureName=CPU21PercentCalc
  1657. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1658. Y=[Core21UsageText:Y]
  1659. NumofDecimals=1
  1660. Text="%1%"
  1661. Group=Core21
  1662. Hidden=(#cpuCores# < 21) || (#CpuCoresUsage# = 0)
  1663. UpdateDivider=(((#cpuCores# < 21) || (#CpuCoresUsage# = 0))?(-1):(1))
  1664.  
  1665. ;[CPU CORE 22 INFO]
  1666.  
  1667. [Core22UsageText]
  1668. Meter=STRING
  1669. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1670. Y=(((#cpuCores# >= 22) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1671. Text="Core 22:"
  1672. Group=Core22
  1673. Hidden=(#cpuCores# < 22) || (#CpuCoresUsage# = 0)
  1674. UpdateDivider=-1
  1675.  
  1676. [CPUCore22BarGraphUsage]
  1677. Meter=BAR
  1678. MeasureName=MCLOADCORE22
  1679. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1680. BarColor=[CPUBARWARN22]
  1681. Group=Core22
  1682. Hidden=(#cpuCores# < 22) || (#CpuCoresUsage# = 0)
  1683. UpdateDivider=(((#cpuCores# < 22) || (#CpuCoresUsage# = 0))?(-1):(1))
  1684.  
  1685. [CPU22UsagePercent]
  1686. Meter=String
  1687. MeasureName=CPU22PercentCalc
  1688. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1689. Y=[Core22UsageText:Y]
  1690. NumofDecimals=1
  1691. Text="%1%"
  1692. Group=Core22
  1693. Hidden=(#cpuCores# < 22) || (#CpuCoresUsage# = 0)
  1694. UpdateDivider=(((#cpuCores# < 22) || (#CpuCoresUsage# = 0))?(-1):(1))
  1695.  
  1696. ;[CPU CORE 23 INFO]
  1697.  
  1698. [Core23UsageText]
  1699. Meter=STRING
  1700. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1701. Y=(((#cpuCores# >= 23) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1702. Text="Core 23:"
  1703. Group=Core23
  1704. Hidden=(#cpuCores# < 23) || (#CpuCoresUsage# = 0)
  1705. UpdateDivider=-1
  1706.  
  1707. [CPUCore23BarGraphUsage]
  1708. Meter=BAR
  1709. MeasureName=MCLOADCORE23
  1710. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1711. BarColor=[CPUBARWARN23]
  1712. Group=Core23
  1713. Hidden=(#cpuCores# < 23) || (#CpuCoresUsage# = 0)
  1714. UpdateDivider=(((#cpuCores# < 23) || (#CpuCoresUsage# = 0))?(-1):(1))
  1715.  
  1716. [CPU23UsagePercent]
  1717. Meter=String
  1718. MeasureName=CPU23PercentCalc
  1719. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1720. Y=[Core23UsageText:Y]
  1721. NumofDecimals=1
  1722. Text="%1%"
  1723. Group=Core23
  1724. Hidden=(#cpuCores# < 23) || (#CpuCoresUsage# = 0)
  1725. UpdateDivider=(((#cpuCores# < 23) || (#CpuCoresUsage# = 0))?(-1):(1))
  1726.  
  1727. ;[CPU CORE 24 INFO]
  1728.  
  1729. [Core24UsageText]
  1730. Meter=STRING
  1731. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1732. Y=(((#cpuCores# >= 24) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1733. Text="Core 24:"
  1734. Group=Core24
  1735. Hidden=(#cpuCores# < 24) || (#CpuCoresUsage# = 0)
  1736. UpdateDivider=-1
  1737.  
  1738. [CPUCore24BarGraphUsage]
  1739. Meter=BAR
  1740. MeasureName=MCLOADCORE24
  1741. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1742. BarColor=[CPUBARWARN24]
  1743. Group=Core24
  1744. Hidden=(#cpuCores# < 24) || (#CpuCoresUsage# = 0)
  1745. UpdateDivider=(((#cpuCores# < 24) || (#CpuCoresUsage# = 0))?(-1):(1))
  1746.  
  1747. [CPU24UsagePercent]
  1748. Meter=String
  1749. MeasureName=CPU24PercentCalc
  1750. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1751. Y=[Core24UsageText:Y]
  1752. NumofDecimals=1
  1753. Text="%1%"
  1754. Group=Core24
  1755. Hidden=(#cpuCores# < 24) || (#CpuCoresUsage# = 0)
  1756. UpdateDivider=(((#cpuCores# < 24) || (#CpuCoresUsage# = 0))?(-1):(1))
  1757.  
  1758. ;[CPU CORE 25 INFO]
  1759.  
  1760. [Core25UsageText]
  1761. Meter=STRING
  1762. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1763. Y=(((#cpuCores# >= 25) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1764. Text="Core 25:"
  1765. Group=Core25
  1766. Hidden=(#cpuCores# < 25) || (#CpuCoresUsage# = 0)
  1767. UpdateDivider=-1
  1768.  
  1769. [CPUCore25BarGraphUsage]
  1770. Meter=BAR
  1771. MeasureName=MCLOADCORE25
  1772. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1773. BarColor=[CPUBARWARN25]
  1774. Group=Core25
  1775. Hidden=(#cpuCores# < 25) || (#CpuCoresUsage# = 0)
  1776. UpdateDivider=(((#cpuCores# < 25) || (#CpuCoresUsage# = 0))?(-1):(1))
  1777.  
  1778. [CPU25UsagePercent]
  1779. Meter=String
  1780. MeasureName=CPU25PercentCalc
  1781. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1782. Y=[Core25UsageText:Y]
  1783. NumofDecimals=1
  1784. Text="%1%"
  1785. Group=Core25
  1786. Hidden=(#cpuCores# < 25) || (#CpuCoresUsage# = 0)
  1787. UpdateDivider=(((#cpuCores# < 25) || (#CpuCoresUsage# = 0))?(-1):(1))
  1788.  
  1789. ;[CPU CORE 26 INFO]
  1790.  
  1791. [Core26UsageText]
  1792. Meter=STRING
  1793. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1794. Y=(((#cpuCores# >= 26) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1795. Text="Core 26:"
  1796. Group=Core26
  1797. Hidden=(#cpuCores# < 26) || (#CpuCoresUsage# = 0)
  1798. UpdateDivider=-1
  1799.  
  1800. [CPUCore26BarGraphUsage]
  1801. Meter=BAR
  1802. MeasureName=MCLOADCORE26
  1803. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1804. BarColor=[CPUBARWARN26]
  1805. Group=Core26
  1806. Hidden=(#cpuCores# < 26) || (#CpuCoresUsage# = 0)
  1807. UpdateDivider=(((#cpuCores# < 26) || (#CpuCoresUsage# = 0))?(-1):(1))
  1808.  
  1809. [CPU26UsagePercent]
  1810. Meter=String
  1811. MeasureName=CPU26PercentCalc
  1812. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1813. Y=[Core26UsageText:Y]
  1814. NumofDecimals=1
  1815. Text="%1%"
  1816. Group=Core26
  1817. Hidden=(#cpuCores# < 26) || (#CpuCoresUsage# = 0)
  1818. UpdateDivider=(((#cpuCores# < 26) || (#CpuCoresUsage# = 0))?(-1):(1))
  1819.  
  1820. ;[CPU CORE 27 INFO]
  1821.  
  1822. [Core27UsageText]
  1823. Meter=STRING
  1824. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1825. Y=(((#cpuCores# >= 27) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1826. Text="Core 27:"
  1827. Group=Core27
  1828. Hidden=(#cpuCores# < 27) || (#CpuCoresUsage# = 0)
  1829. UpdateDivider=-1
  1830.  
  1831. [CPUCore27BarGraphUsage]
  1832. Meter=BAR
  1833. MeasureName=MCLOADCORE27
  1834. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1835. BarColor=[CPUBARWARN27]
  1836. Group=Core27
  1837. Hidden=(#cpuCores# < 27) || (#CpuCoresUsage# = 0)
  1838. UpdateDivider=(((#cpuCores# < 27) || (#CpuCoresUsage# = 0))?(-1):(1))
  1839.  
  1840. [CPU27UsagePercent]
  1841. Meter=String
  1842. MeasureName=CPU27PercentCalc
  1843. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1844. Y=[Core27UsageText:Y]
  1845. NumofDecimals=1
  1846. Text="%1%"
  1847. Group=Core27
  1848. Hidden=(#cpuCores# < 27) || (#CpuCoresUsage# = 0)
  1849. UpdateDivider=(((#cpuCores# < 27) || (#CpuCoresUsage# = 0))?(-1):(1))
  1850.  
  1851. ;[CPU CORE 28 INFO]
  1852.  
  1853. [Core28UsageText]
  1854. Meter=STRING
  1855. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1856. Y=(((#cpuCores# >= 28) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1857. Text="Core 28:"
  1858. Group=Core28
  1859. Hidden=(#cpuCores# < 28) || (#CpuCoresUsage# = 0)
  1860. UpdateDivider=-1
  1861.  
  1862. [CPUCore28BarGraphUsage]
  1863. Meter=BAR
  1864. MeasureName=MCLOADCORE28
  1865. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1866. BarColor=[CPUBARWARN28]
  1867. Group=Core28
  1868. Hidden=(#cpuCores# < 28) || (#CpuCoresUsage# = 0)
  1869. UpdateDivider=(((#cpuCores# < 28) || (#CpuCoresUsage# = 0))?(-1):(1))
  1870.  
  1871. [CPU28UsagePercent]
  1872. Meter=String
  1873. MeasureName=CPU28PercentCalc
  1874. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1875. Y=[Core28UsageText:Y]
  1876. NumofDecimals=1
  1877. Text="%1%"
  1878. Group=Core28
  1879. Hidden=(#cpuCores# < 28) || (#CpuCoresUsage# = 0)
  1880. UpdateDivider=(((#cpuCores# < 28) || (#CpuCoresUsage# = 0))?(-1):(1))
  1881.  
  1882. ;[CPU CORE 29 INFO]
  1883.  
  1884. [Core29UsageText]
  1885. Meter=STRING
  1886. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1887. Y=(((#cpuCores# >= 29) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1888. Text="Core 29:"
  1889. Group=Core29
  1890. Hidden=(#cpuCores# < 29) || (#CpuCoresUsage# = 0)
  1891. UpdateDivider=-1
  1892.  
  1893. [CPUCore29BarGraphUsage]
  1894. Meter=BAR
  1895. MeasureName=MCLOADCORE29
  1896. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1897. BarColor=[CPUBARWARN29]
  1898. Group=Core29
  1899. Hidden=(#cpuCores# < 29) || (#CpuCoresUsage# = 0)
  1900. UpdateDivider=(((#cpuCores# < 29) || (#CpuCoresUsage# = 0))?(-1):(1))
  1901.  
  1902. [CPU29UsagePercent]
  1903. Meter=String
  1904. MeasureName=CPU29PercentCalc
  1905. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1906. Y=[Core29UsageText:Y]
  1907. NumofDecimals=1
  1908. Text="%1%"
  1909. Group=Core29
  1910. Hidden=(#cpuCores# < 29) || (#CpuCoresUsage# = 0)
  1911. UpdateDivider=(((#cpuCores# < 29) || (#CpuCoresUsage# = 0))?(-1):(1))
  1912.  
  1913. ;[CPU CORE 30 INFO]
  1914.  
  1915. [Core30UsageText]
  1916. Meter=STRING
  1917. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1918. Y=(((#cpuCores# >= 30) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1919. Text="Core 30:"
  1920. Group=Core30
  1921. Hidden=(#cpuCores# < 30) || (#CpuCoresUsage# = 0)
  1922. UpdateDivider=-1
  1923.  
  1924. [CPUCore30BarGraphUsage]
  1925. Meter=BAR
  1926. MeasureName=MCLOADCORE30
  1927. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1928. BarColor=[CPUBARWARN30]
  1929. Group=Core30
  1930. Hidden=(#cpuCores# < 30) || (#CpuCoresUsage# = 0)
  1931. UpdateDivider=(((#cpuCores# < 30) || (#CpuCoresUsage# = 0))?(-1):(1))
  1932.  
  1933. [CPU30UsagePercent]
  1934. Meter=String
  1935. MeasureName=CPU30PercentCalc
  1936. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1937. Y=[Core30UsageText:Y]
  1938. NumofDecimals=1
  1939. Text="%1%"
  1940. Group=Core30
  1941. Hidden=(#cpuCores# < 30) || (#CpuCoresUsage# = 0)
  1942. UpdateDivider=(((#cpuCores# < 30) || (#CpuCoresUsage# = 0))?(-1):(1))
  1943.  
  1944. ;[CPU CORE 31 INFO]
  1945.  
  1946. [Core31UsageText]
  1947. Meter=STRING
  1948. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1949. Y=(((#cpuCores# >= 31) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1950. Text="Core 31:"
  1951. Group=Core31
  1952. Hidden=(#cpuCores# < 31) || (#CpuCoresUsage# = 0)
  1953. UpdateDivider=-1
  1954.  
  1955. [CPUCore31BarGraphUsage]
  1956. Meter=BAR
  1957. MeasureName=MCLOADCORE31
  1958. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1959. BarColor=[CPUBARWARN31]
  1960. Group=Core31
  1961. Hidden=(#cpuCores# < 31) || (#CpuCoresUsage# = 0)
  1962. UpdateDivider=(((#cpuCores# < 31) || (#CpuCoresUsage# = 0))?(-1):(1))
  1963.  
  1964. [CPU31UsagePercent]
  1965. Meter=String
  1966. MeasureName=CPU31PercentCalc
  1967. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1968. Y=[Core31UsageText:Y]
  1969. NumofDecimals=1
  1970. Text="%1%"
  1971. Group=Core31
  1972. Hidden=(#cpuCores# < 31) || (#CpuCoresUsage# = 0)
  1973. UpdateDivider=(((#cpuCores# < 31) || (#CpuCoresUsage# = 0))?(-1):(1))
  1974.  
  1975. ;[CPU CORE 32 INFO]
  1976.  
  1977. [Core32UsageText]
  1978. Meter=STRING
  1979. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  1980. Y=(((#cpuCores# >= 32) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  1981. Text="Core 32:"
  1982. Group=Core32
  1983. Hidden=(#cpuCores# < 32) || (#CpuCoresUsage# = 0)
  1984. UpdateDivider=-1
  1985.  
  1986. [CPUCore32BarGraphUsage]
  1987. Meter=BAR
  1988. MeasureName=MCLOADCORE32
  1989. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  1990. BarColor=[CPUBARWARN32]
  1991. Group=Core32
  1992. Hidden=(#cpuCores# < 32) || (#CpuCoresUsage# = 0)
  1993. UpdateDivider=(((#cpuCores# < 32) || (#CpuCoresUsage# = 0))?(-1):(1))
  1994.  
  1995. [CPU32UsagePercent]
  1996. Meter=String
  1997. MeasureName=CPU32PercentCalc
  1998. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  1999. Y=[Core32UsageText:Y]
  2000. NumofDecimals=1
  2001. Text="%1%"
  2002. Group=Core32
  2003. Hidden=(#cpuCores# < 32) || (#CpuCoresUsage# = 0)
  2004. UpdateDivider=(((#cpuCores# < 32) || (#CpuCoresUsage# = 0))?(-1):(1))
  2005.  
  2006. ;[CPU CORE 33 INFO]
  2007.  
  2008. [Core33UsageText]
  2009. Meter=STRING
  2010. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  2011. Y=(((#cpuCores# >= 33) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  2012. Text="Core 33:"
  2013. Group=Core33
  2014. Hidden=(#cpuCores# < 33) || (#CpuCoresUsage# = 0)
  2015. UpdateDivider=-1
  2016.  
  2017. [CPUCore33BarGraphUsage]
  2018. Meter=BAR
  2019. MeasureName=MCLOADCORE33
  2020. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  2021. BarColor=[CPUBARWARN33]
  2022. Group=Core33
  2023. Hidden=(#cpuCores# < 33) || (#CpuCoresUsage# = 0)
  2024. UpdateDivider=(((#cpuCores# < 33) || (#CpuCoresUsage# = 0))?(-1):(1))
  2025.  
  2026. [CPU33UsagePercent]
  2027. Meter=String
  2028. MeasureName=CPU33PercentCalc
  2029. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  2030. Y=[Core33UsageText:Y]
  2031. NumofDecimals=1
  2032. Text="%1%"
  2033. Group=Core33
  2034. Hidden=(#cpuCores# < 33) || (#CpuCoresUsage# = 0)
  2035. UpdateDivider=(((#cpuCores# < 33) || (#CpuCoresUsage# = 0))?(-1):(1))
  2036.  
  2037. ;[CPU CORE 34 INFO]
  2038.  
  2039. [Core34UsageText]
  2040. Meter=STRING
  2041. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  2042. Y=(((#cpuCores# >= 34) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  2043. Text="Core 34:"
  2044. Group=Core34
  2045. Hidden=(#cpuCores# < 34) || (#CpuCoresUsage# = 0)
  2046. UpdateDivider=-1
  2047.  
  2048. [CPUCore34BarGraphUsage]
  2049. Meter=BAR
  2050. MeasureName=MCLOADCORE34
  2051. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  2052. BarColor=[CPUBARWARN34]
  2053. Group=Core34
  2054. Hidden=(#cpuCores# < 34) || (#CpuCoresUsage# = 0)
  2055. UpdateDivider=(((#cpuCores# < 34) || (#CpuCoresUsage# = 0))?(-1):(1))
  2056.  
  2057. [CPU34UsagePercent]
  2058. Meter=String
  2059. MeasureName=CPU34PercentCalc
  2060. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  2061. Y=[Core34UsageText:Y]
  2062. NumofDecimals=1
  2063. Text="%1%"
  2064. Group=Core34
  2065. Hidden=(#cpuCores# < 34) || (#CpuCoresUsage# = 0)
  2066. UpdateDivider=(((#cpuCores# < 34) || (#CpuCoresUsage# = 0))?(-1):(1))
  2067.  
  2068. ;[CPU CORE 35 INFO]
  2069.  
  2070. [Core35UsageText]
  2071. Meter=STRING
  2072. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  2073. Y=(((#cpuCores# >= 35) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  2074. Text="Core 35:"
  2075. Group=Core35
  2076. Hidden=(#cpuCores# < 35) || (#CpuCoresUsage# = 0)
  2077. UpdateDivider=-1
  2078.  
  2079. [CPUCore35BarGraphUsage]
  2080. Meter=BAR
  2081. MeasureName=MCLOADCORE35
  2082. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  2083. BarColor=[CPUBARWARN35]
  2084. Group=Core35
  2085. Hidden=(#cpuCores# < 35) || (#CpuCoresUsage# = 0)
  2086. UpdateDivider=(((#cpuCores# < 35) || (#CpuCoresUsage# = 0))?(-1):(1))
  2087.  
  2088. [CPU35UsagePercent]
  2089. Meter=String
  2090. MeasureName=CPU35PercentCalc
  2091. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  2092. Y=[Core35UsageText:Y]
  2093. NumofDecimals=1
  2094. Text="%1%"
  2095. Group=Core35
  2096. Hidden=(#cpuCores# < 35) || (#CpuCoresUsage# = 0)
  2097. UpdateDivider=(((#cpuCores# < 35) || (#CpuCoresUsage# = 0))?(-1):(1))
  2098.  
  2099. ;[CPU CORE 36 INFO]
  2100.  
  2101. [Core36UsageText]
  2102. Meter=STRING
  2103. MeterStyle=styleSecondaryText2 | StyleLeftAlign
  2104. Y=(((#cpuCores# >= 36) && (#CpuCoresUsage# = 1)) ? #RowSpacing# : -#textBarSpacing#)R
  2105. Text="Core 36:"
  2106. Group=Core36
  2107. Hidden=(#cpuCores# < 36) || (#CpuCoresUsage# = 0)
  2108. UpdateDivider=-1
  2109.  
  2110. [CPUCore36BarGraphUsage]
  2111. Meter=BAR
  2112. MeasureName=MCLOADCORE36
  2113. MeterStyle=StyleBarCpuCore | StyleCoreBarSpacing
  2114. BarColor=[CPUBARWARN36]
  2115. Group=Core36
  2116. Hidden=(#cpuCores# < 36) || (#CpuCoresUsage# = 0)
  2117. UpdateDivider=(((#cpuCores# < 36) || (#CpuCoresUsage# = 0))?(-1):(1))
  2118.  
  2119. [CPU36UsagePercent]
  2120. Meter=String
  2121. MeasureName=CPU36PercentCalc
  2122. MeterStyle=styleSecondaryText2 | StyleRightAlign_r
  2123. Y=[Core36UsageText:Y]
  2124. NumofDecimals=1
  2125. Text="%1%"
  2126. Group=Core36
  2127. Hidden=(#cpuCores# < 36) || (#CpuCoresUsage# = 0)
  2128. UpdateDivider=(((#cpuCores# < 36) || (#CpuCoresUsage# = 0))?(-1):(1))
  2129.  
  2130. ;[--------------------[[CPU_Clock]]--------------------]
  2131.  
  2132. [MeterMHz]
  2133. Meter=STRING
  2134. MeasureName=MCLOCK
  2135. MeterStyle=styleSecondaryText | StyleLeftAlign
  2136. SolidColor=#SolidColorLabel#,#SolidColorLabelAlpha#
  2137. StringStyle=Normal
  2138. W=#ContentWidth#
  2139. Y=((#CpuClockFan#=1) ? #RowSpacing# : 0)R
  2140. Text="Clock: %1 MHz"
  2141. Hidden=(#CpuClockFan#=0)
  2142. UpdateDivider=((#CpuClockFan#=0)?(-1):(1))
  2143.  
  2144. ;[--------------------[[CPU_Fan]]--------------------]
  2145.  
  2146. [CPUFanText]
  2147. Meter=STRING
  2148. MeasureName=CPUFAN0
  2149. MeterStyle=styleSecondaryText | StyleRightAlign_r
  2150. Text="FAN: %1rpm"
  2151. Hidden=(#CpuClockFan#=0)
  2152. UpdateDivider=((#CpuClockFan#=0)?(-1):(1))
  2153.  
  2154. ;[--------------------[[RAM]]--------------------]
  2155.  
  2156. [RamUsageLabel]
  2157. Meter=String
  2158. MeterStyle=stylePrimaryText | StyleLeftAlign
  2159. Y=((#RamUsage#=1) ? (#RowSpacing#+1) : 0)R
  2160. Text=RAM:
  2161. Hidden=(#RamUsage#=0)
  2162. UpdateDivider=-1
  2163.  
  2164. [RAMUsedGB]
  2165. Meter=STRING
  2166. MeterStyle=stylePrimaryText | StyleCenterAlign_r
  2167. MeasureName=MeasureRAMTotal
  2168. MeasureName2=MeasureRAMUsed
  2169. MeasureName3=MeasureRAMFree
  2170. NumofDecimals=1
  2171. Text="%2B/%1B"
  2172. Autoscale=1
  2173. Hidden=(#RamUsage#=0)
  2174. UpdateDivider=((#RamUsage#=0)?(-1):(1))
  2175.  
  2176. [RamUsagePercent]
  2177. Meter=STRING
  2178. MeterStyle=stylePrimaryText | StyleRightAlign_r
  2179. MeasureName=MeasureRAMUsed
  2180. Text="%1%"
  2181. NumofDecimals=0
  2182. Percentual=1
  2183. Hidden=(#RamUsage#=0)
  2184. UpdateDivider=((#RamUsage#=0)?(-1):(1))
  2185.  
  2186. [RamUsageBar]
  2187. Meter=BAR
  2188. MeterStyle=StyleBar
  2189. MeasureName=MeasureRAMUsed
  2190. BarColor=[RAMWarn]
  2191. Y=((#RamUsage#=1) ? #RowSpacing# : -1)R
  2192. Hidden=(#RamUsage#=0)
  2193. UpdateDivider=((#RamUsage#=0)?(-1):(1))
  2194.  
  2195. ;[--------------------[[Histograms]]--------------------]
  2196.  
  2197. [meterHistogram]
  2198. MeterStyle=StyleGraph
  2199. Meter=Image
  2200. SolidColor=#EmptyBarColor#,#EmptyBarColorAlpha#
  2201. Y=((#ShowGraph# = 0) ? 0 : #BottomMargin#+1)R
  2202. Hidden=(#ShowGraph#=0)
  2203. Group=GraphsMeter
  2204. UpdateDivider=-1
  2205.  
  2206. [CpuTempHistogram]
  2207. Meter=Line
  2208. MeterStyle=StyleGraph
  2209. MeasureName=MCPUTemp
  2210. LineColor=#CpuTempColor#
  2211. Y=r
  2212. Hidden=(#ShowGraph#=0) || (#CpuTemp#=0) || (#CpuTempGraph#=0)
  2213. UpdateDivider=(((#ShowGraph#=0) || (#CpuTemp#=0) || (#CpuTempGraph#=0))?(-1):(1))
  2214. Group=GraphsMeter
  2215.  
  2216. [CpuUsageHistogram]
  2217. Meter=Line
  2218. MeterStyle=StyleGraph
  2219. MeasureName=CPUPERCENTCALC
  2220. LineColor=#CpuUsageColor#
  2221. Y=r
  2222. Hidden=(#ShowGraph#=0) || (#CpuUsage#=0) || (#CpuUsageGraph#=0)
  2223. UpdateDivider=(((#ShowGraph#=0) || (#CpuUsage#=0) || (#CpuUsageGraph#=0))?(-1):(1))
  2224. Group=GraphsMeter
  2225.  
  2226. [RamUsageHistogram]
  2227. Meter=Line
  2228. MeterStyle=StyleGraph
  2229. MeasureName=measureRAMGBCalc
  2230. LineColor=#RamUsageColor#
  2231. Y=r
  2232. Hidden=(#ShowGraph#=0) || (#RamUsage#=0) || (#RamUsageGraph#=0)
  2233. UpdateDivider=(((#ShowGraph#=0) || (#RamUsage#=0) || (#RamUsageGraph#=0))?(-1):(1))
  2234. Group=GraphsMeter
  2235.  
  2236. [meterHistogramAlign]
  2237. MeterStyle=StyleGraph
  2238. Meter=Image
  2239. SolidColor=#EmptyBarColor#,0
  2240. Y=r
  2241. Group=GraphsMeter
  2242. Hidden=(#ShowGraph#=0)
  2243. UpdateDivider=-1
  2244.  
  2245. ;[--------------------[[Bg height]]--------------------]
  2246.  
  2247. [MeterBackgroundHeight]
  2248. Meter=Image
  2249. SolidColor=255,255,255,0
  2250. X=0
  2251. ;Y=((2 * (#ShowGraph#=1)?) + #BottomMargin# + #BgOffset# + 0)R
  2252. Y=(#BottomMargin# + #BgOffset# +2)R
  2253. W=(#BgWidth# * #scale#)
  2254. H=1
  2255. TransformationMatrix=#Scale#;0;0;#Scale#;#Scale#;#Scale#
  2256. Group=Background
  2257. UpdateDivider=-1
  2258.  
  2259. ;[--------------------[[Mouse_Regions]]--------------------]
  2260.  
  2261. [ControlSettings]
  2262. Meter=Image
  2263. MeterStyle=StyleMouseRegion | StyleMouseRegionStringButtonHover
  2264. Hidden=1
  2265. Group=Controls
  2266. LeftMouseUpAction=[!ActivateConfig #RootConfig#\Settings SettingsSkins1.ini"][!Update]
  2267. UpdateDivider=-1
  2268.  
  2269. [meterHideGraphs]
  2270. Meter=Image
  2271. MeterStyle=StyleMouseRegion | StyleMouseRegionStringButtonHover
  2272. TooltipText=Hide graph
  2273. LeftMouseUpAction=[!SetVariable ShowGraph "0"][!WriteKeyValue Variables ShowGraph "0"][!UpdateMeterGroup hideGraph][!UpdateMeterGroup ShowGraph][!UpdateMeterGroup "GraphsMeter"][!UpdateMeterGroup "Background"][!Redraw]
  2274. Hidden=(#ShowGraph#=0)
  2275. Group=hideGraph
  2276. UpdateDivider=-1
  2277.  
  2278. [meterShowGraphs]
  2279. Meter=Image
  2280. MeterStyle=StyleMouseRegion | StyleMouseRegionStringButtonHover
  2281. LeftMouseUpAction=[!SetVariable ShowGraph "1"][!WriteKeyValue Variables ShowGraph "1"][!UpdateMeterGroup hideGraph][!UpdateMeterGroup ShowGraph][!UpdateMeterGroup "GraphsMeter"][!UpdateMeterGroup "Background"][!Redraw]
  2282. TooltipText=Show graph
  2283. Hidden=(#ShowGraph#=1)
  2284. Group=ShowGraph
  2285. UpdateDivider=-1
  2286.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement