elvetemedve / gnome-shell-extension-system-monitor

Gnome Shell extension for displaying resource usage
GNU General Public License v3.0
87 stars 14 forks source link

Put a color to the whole icon, not part of it #75

Closed ai closed 3 years ago

ai commented 3 years ago

CPU and memory icons has a color part in the center, but part of the icon always gray.

20210506120447

I think using a full color icon (like we have in network color) will improve icon readability.

elvetemedve commented 3 years ago

Actually that's a good point. Those two are custom SVG icons, while the others come with Gnome by default. Coloring is done via CSS, so the same style is applied to all of these. Probably the objects in the custom SVGs differ somehow. It needs investigation to find the difference and a way to fix this.

ai commented 3 years ago

Maybe we need to change not only fill but also stroke (border color) in CSS for SVG?

ai commented 3 years ago

Fixed by https://github.com/elvetemedve/gnome-shell-extension-system-monitor/pull/76