I want to make each icon a different color.
We targeted the clipboard because it has a unique class compared to the other icons.
The problem is with the sound and network icons.
The battery icon was also targeted with this code:
panel .panel-button .power-status .system-status-icon,
panel .panel-button .system-status-icon.power-status {
color: #ff4444 !important;
}
And the new color was applied.
The problem is with the remaining icons, the sound and network icons.
What are their unique classes?
Does Zorin have a different structure than gnome-shell?
Note that the inspection tool's locking class feature doesn't work; instead, it selects all three icons under the class system-status-icon.