It is currently March 28th, 2024, 7:39 pm

CPU Step Bars - CPU Monitor

Skins that monitor system information
User avatar
DavidRGreen
Posts: 35
Joined: May 5th, 2020, 10:19 am

Re: CPU Step Bars - CPU Monitor

Post by DavidRGreen »

The best part of shifting everything to relative position, is moving meters gets a whole lot simplified.

Code: Select all

IfFalseAction6=[!MoveMeter 5 -55r "DividerRules"][!MoveMeter 5 -60r "Skeleton5"]
Instead of moving 5 meters, I only have to move 2. Move the 'anchor' meter, and all the others follow along. 5 Bang statements become 2 Bang statements. Good value!
CPU Step Bars_1.2.rmskin
You do not have the required permissions to view the files attached to this post.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: CPU Step Bars - CPU Monitor

Post by balala »

DavidRGreen wrote: June 12th, 2020, 1:50 am The best part of shifting everything to relative position, is moving meters gets a whole lot simplified.

Code: Select all

IfFalseAction6=[!MoveMeter 5 -55r "DividerRules"][!MoveMeter 5 -60r "Skeleton5"]
Instead of moving 5 meters, I only have to move 2. Move the 'anchor' meter, and all the others follow along. 5 Bang statements become 2 Bang statements. Good value!
Right, this is the greatest advantage of using relative position of meters. But same way you can realign meters, according to the size of a previous meter. And so on...