Xfce Forum

Sub domains
 

You are not logged in.

#1 2019-05-23 10:48:36

ngagun
Member
Registered: 2012-04-30
Posts: 4

How to tweak tasklist icons to not fade when application minimized?

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

#2 2019-05-23 16:37:47

ngagun
Member
Registered: 2012-04-30
Posts: 4

Re: How to tweak tasklist icons to not fade when application minimized?

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

#3 2019-05-23 18:07:46

alcornoqui
Member
Registered: 2014-07-28
Posts: 831

Re: How to tweak tasklist icons to not fade when application minimized?

Ha, just when I was about to post an "I don't know"... smile

Thanks, interesting tidbit, how did you figure it out?

Offline

#4 2019-05-23 20:57:09

ngagun
Member
Registered: 2012-04-30
Posts: 4

Re: How to tweak tasklist icons to not fade when application minimized?

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

Board footer

Powered by FluxBB