You are not logged in.
I'm using xfce 4.12/xubuntu 18.04. My theme is a modified Greybird. I would like to tweak it so that when a window is minimized, the icon in the tasklist ("Window Buttons") is not faded. I've played around for a while with various gtk config files in the theme but I can't figure it out. Could anyone suggest how to do this?
Offline
I figured it out, in case any future person is interested. You can edit the theme file gtk-2.0/gtkrc, and add the following:
style "xfce-tasklist-style"
{
XfceTasklist::minimized-icon-lucency = 100
}
class "XfceTasklist" style "xfce-tasklist-style"
Offline
Ha, just when I was about to post an "I don't know"...
Thanks, interesting tidbit, how did you figure it out?
Offline
I eventually found this page which documents some properties including the necessary one...
https://docs.xfce.org/xfce/xfce4-panel/tasklist
This is gtk2 so I guess the fix will not last forever. But for now, I like it! For my workflow, whether a window is maximized or not is irrelevant. I like to see an overview of all my open programs in the panel.
Offline
[ Generated in 0.007 seconds, 9 queries executed - Memory usage: 522.1 KiB (Peak: 522.95 KiB) ]