Gnome-shell.css -icon tray size and color

Hi there,
I am trying to figure out what is the class name that allows us to change the color of the icon in system tray and to change icon size and padding.
It would be even better to have a documentation with an explanation for each element of the GUI.
Thanks
Screenshot_20250129_221453

Section :

/* Top Bar */
#panel .panel-button .system-status-icon {
    icon-size: 28px;
    padding: 4px;
    margin: 0 4px;
}

I've edited your post above to add code formatting. Thanks for sharing!

1 Like