Xfce Forum

Sub domains
 

You are not logged in.

#1 2007-02-17 21:41:05

Jellybean
Member
Registered: 2007-02-17
Posts: 43

Washed out taskbar icons

How can I disable that taskbar icons gets "washed out" when the windows are minimized? I tried to look in the source for the taskbar plugin but I didn't find anything remotely related to alpha or even icons. What part of xfce creates the taskbar buttons?

Offline

#2 2007-02-19 11:58:46

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: Washed out taskbar icons

Search in libxfcegui4/netk-tasklist.c and comment this code:

if (minimized)
    {
        if (orig == pixbuf)
            pixbuf = gdk_pixbuf_copy (orig);

        netk_dimm_icon (pixbuf);
    }

Offline

#3 2007-02-20 18:56:25

Jellybean
Member
Registered: 2007-02-17
Posts: 43

Re: Washed out taskbar icons

Thanks!

Edit: Works perfect.

Edit: I HAVE to edit again, it's really beatiful now.

Offline

#4 2007-02-22 18:18:24

Jellybean
Member
Registered: 2007-02-17
Posts: 43

Re: Washed out taskbar icons

You don't happen to know how I can enable resize by pulling the top border also?

Offline

#5 2007-02-25 21:25:05

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: Washed out taskbar icons

Nope you can't, that is something build (or actually, itn't coded) in xfwm4.

Offline

#6 2007-04-03 00:32:12

jojo4u
Member
Registered: 2007-03-30
Posts: 3

Re: Washed out taskbar icons

About the dimmed icons: I didn't like this feature either. The dimmed icons are harder to distinguish, making navigation more difficult. If possible, please make it configurable without recompiling (I'm running Xubuntu). Otherwise great work, my girlfriends likes 4.4 as well wink

Offline

#7 2010-01-13 13:40:39

mcqr
Member
Registered: 2010-01-09
Posts: 2

Re: Washed out taskbar icons

Hi!

I followed the tip but it did not work for me. Can someone, please, give me detailed instructions on how this is done or were there any changes in 4.6.1 that are the reason why I can't get this done?

Matic

Offline

Board footer

Powered by FluxBB