Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbolic Icons Instead of Regular Ones #14

Open
verrannt opened this issue Jan 25, 2020 · 1 comment
Open

Symbolic Icons Instead of Regular Ones #14

verrannt opened this issue Jan 25, 2020 · 1 comment

Comments

@verrannt
Copy link

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
Copy link

Belmaj commented Apr 17, 2020

visit the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants