You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
orgtk-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:… but unfortunately this does not do the trick. Does anyone have an idea how this could be done?
The text was updated successfully, but these errors were encountered: