JasonLG1979 / gnome-shell-extension-mpris-indicator-button

A full featured MPRIS indicator button extension for GNOME Shell 3.38+
https://extensions.gnome.org/extension/1379/mpris-indicator-button/
GNU General Public License v3.0
159 stars 21 forks source link

Indicator icons #36

Closed MichielJ1998 closed 4 years ago

MichielJ1998 commented 4 years ago

Describe the bug

It's not really a bug I guess, neither an idea for extra features. In my current theme all the icons in the top panel are displayed in light grey. The icons of this extension are displayed in a darker grey. (see image)

Expected behavior

From where are the icons fetched? If I know where the icons are located, I can manually edit them. Another option is that you tell me where the gicon's are assigned for the top panel icon in the code.

Screenshots image

Thanks in advance!

JasonLG1979 commented 4 years ago

That's because the official version of Spotify does not include a symbolic icon. That is the full color icon desaturated, made grayscale. By default the panel does the same to any app without a symbolic icon. Google Chrome is another example. The extension follows suit to match the rest of the panel. gh3

I like things to match also, that's why I added a symbolic icon in the unofficial flatpak package. gh1 gh2