Just FYI, not sure how you did the color on CPUBAR but the below seems to do just that. Again, just FYI since you already have that. Thought others might be interested.
Code:
${if_match ${CPU CPU0} <= 23}${color7}${endif}${if_match ${CPU CPU0} >= 24}${color8}${endif}${if_match ${CPU CPU0} >= 88}${color9}${endif}${cpubar CPU0}
Comment