-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I'm on EOS 5.1 Hera and the indicator fix is working flawlessly. Thanks for that!
I'm wondering if one can change the regular icons that are being used for the app indicators to symbolic ones.
To the best of my knowledge, this should be possible in the gtk.css or gtk-widgets.css files accompanying a given theme. To be theme-independent, I've successfully tried this fix for fixing the issue regarding gaps between indicators. To get symbolic icons, I've additionally added -gtk-icon-style: symbolic; to the the .composited-indicator class like so:
/* file ~/.config/gtk-3.0/gtk.css */
.composited-indicator {
padding: 0 2px;
-gtk-icon-style: symbolic;
}… but unfortunately this does not do the trick. Does anyone have an idea how this could be done?
Metadata
Metadata
Assignees
Labels
No labels