Skip to content

Random colors for additional cores

Currently, if the user has more than 16 cores, each additional core gets assigned a fixed color in the CPU usage graph. This merge request makes gnome-system-monitor assign random colors to additional cores (which are subsequently saved for use in later sessions).

An alternative to randomly picking colors is to choose them from a fixed list. gnome-system-monitor already maintains a list of colors for the first 16 cores. This can be expanded further.

Merge request reports