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

Mono tray icon #31

Open
hmlendea opened this issue Apr 5, 2016 · 3 comments
Open

Mono tray icon #31

hmlendea opened this issue Apr 5, 2016 · 3 comments

Comments

@hmlendea
Copy link

hmlendea commented Apr 5, 2016

Can you please add support for mono tray icons? All my tray icons are white on a dark gray panel, and this is the only one with colours, and it looks ugly.
I think the fix is to make it use the "transmission-tray-icon.svg" icon, which is provided by many themes with mono support

@derekstavis
Copy link
Owner

Whoa, great idea! I will give a look at supporting SVG tray icons and what's needed to support both dark and light themes! Thanks for the report! 👍

@derekstavis
Copy link
Owner

The main issue is that GtkStatusIcon is deprecated, and there will be no development toward maintaining it in next GTK versions. I believe the better alternative to this is using a GNOME extension. But I will still give a look.

@bilelmoussaoui
Copy link

Shouldn't be that complicated, just need to change the icon name here https://github.com/derekstavis/transmission/blob/wip/gtk-3.14/gtk/tr-icon.c#L26
to something like transmission-tray-icon
And you have to add the icon in https://github.com/derekstavis/transmission/tree/wip/gtk-3.14/gtk/icons 16, 22, 24 sizes ! 👍

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

3 participants