vinceliuice / Vimix-gtk-themes

Vimix is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
https://vinceliuice.github.io/
GNU General Public License v3.0
1.62k stars 109 forks source link

Wrong tray icon color for xfce4-power-manager #204

Open aacebedo opened 3 years ago

aacebedo commented 3 years ago

Distribution: Endeavour OS (arch based) Desktop environment: Xfce + i3 Installing method: aur/vimix-gtk-themes-git r358.8b76023-1 App name: xfce4-power-manager 4.16.0

I use the vimix-dark-laptop-ruby theme and the PapirusDark theme. The icon of the tray despite being white on my disk is recolored to a dark color, making it invisible. I checked with strace xfce4-power-manager that the icon loaded is correct /usr/share/icons/Papirus-Dark/symbolic/status/battery-level-80-symbolic.svg but it is displayed in a dark color instead of white: xfce4-power-manager

The only way to fix this is to add * {color:#FFFFFF;} to ~/.local/gtk-3.0/gtk.css however it will have an impact on other places than this specific icon. Other tray icons do not seem impacted. Is there another way to solve this ?

prakash2033 commented 2 years ago

@aacebedo have you found any better solution yet?

aacebedo commented 2 years ago

Nope. I switched to sway and nixos since and I use another bar so did not see the issue again.

prakash2033 commented 2 years ago

I’m on awesome wm and your solution does fix the issue but then it affects my thunderbird message pane and may be some other app who knows.

Googling for hours to get the right css name just for xfce4-power-manager icon is not helping. In some places people suggested

xfce4-power-manager-plugin image {}

That is also not working.

Thanks for your reply anyway.