-
Notifications
You must be signed in to change notification settings - Fork 20
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
Custom icon for tray items #63
Comments
Working on it. |
This adds a config option to override the name of the icons displayed. This also removes the frankenstein monster of the icon location querying, which was a giant mess and not even remotely close to being compliant with the XDG spec. Instead we use the much simpler Gtk API which has the added benefit of properly supporting themes. The SNI filter also now work for items without a set tooltip (e.g. steam). For these items the object name is matched instead. Implements #63
gBar now respects which icon theme is used by the system. Some items still don't use them though (most notably discord). For those the icon needs to be manually set with |
Nice! Could you also make it possible to set it to a fonticon/text (given that's what I use for all the other icons)? |
You can either directly download the icon as svg (if supported, e.g. for material icons you can) or extract it from the font directly. Then you can paste them into |
Originally posted by @ThatOneCalculator in #56 (comment)
The text was updated successfully, but these errors were encountered: