mdh34 / elementary-indicators

An unofficial guide to restore indicator functionality on elementary OS
133 stars 8 forks source link

Symbolic Icons Instead of Regular Ones #14

Open verrannt opened 4 years ago

verrannt commented 4 years ago

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?

Belmaj commented 4 years ago

visit the issue.