If I understood that correctly;I would like to display bars for all cores separately at the same time. But I want the number of bars to appear dynamically depending on the number of cores.
I want to use the %number_of_processor% variable to display bars for cores from 1 to %number_of_processor%. I don't want to do copy-paste for 32 cores in the ini file.
I understand that there is no way to make a for loop that will display a list of 1,2,3,4,5,6,7,8,9 ... ,32. depending on what value I enter in the variable.
You could do this on lua on the first load of the skin, the needed amount of meters would be created depending on the number of cores of the user, this tutorial shows how:
https://forum.rainmeter.net/viewtopic.php?t=44744
Statistics: Posted by RicardoTM — Yesterday, 9:12 pm