Skip to content

Symbolic Icons Instead of Regular Ones #14

@verrannt

Description

@verrannt

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions