Xfce Forum

Sub domains
 

You are not logged in.

#1 2020-12-29 18:53:36

chromer
Member
Registered: 2020-12-29
Posts: 5

How to disable dimming of minimized app labels in XFCE4.16 taskbar

Hi , recently i upgraded from 4.14 to 4.16 on Arch Linux and i realized that minimized icons in panel have dimmed label , i searched a lot , tried lots of themes , even clean installing Arch + XFCE again and found nothing except a value to be set in gtk.css , but it's about icons not labels , please tell me how can i disable dimming of minimized app labels ?

this value will undim icons but not labels :

* {
   -XfceTasklist-minimized-icon-lucency: 100;
}

Thank you.

Offline

#2 2020-12-29 19:33:21

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: How to disable dimming of minimized app labels in XFCE4.16 taskbar

Hello and welcome.

Try:

.tasklist .label-hidden { opacity: 1.0 }

Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2020-12-29 20:00:00

chromer
Member
Registered: 2020-12-29
Posts: 5

Re: How to disable dimming of minimized app labels in XFCE4.16 taskbar

Woooow , it Works like a charm.
Thank you very very much , you are awesome.
I wish you bests.

Offline

#4 2021-04-23 12:37:22

shmu26
Member
Registered: 2021-04-22
Posts: 27

Re: How to disable dimming of minimized app labels in XFCE4.16 taskbar

In what file to insert that text, and does it need @ preceding it?

Offline

#5 2021-04-23 16:06:57

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: How to disable dimming of minimized app labels in XFCE4.16 taskbar

shmu26 wrote:

In what file to insert that text, and does it need @ preceding it?

Place it, exactly as it is written (no @ required) in ~/.config/gtk-3.0/gtk.css


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#6 2021-04-24 18:15:28

shmu26
Member
Registered: 2021-04-22
Posts: 27

Re: How to disable dimming of minimized app labels in XFCE4.16 taskbar

ToZ wrote:
shmu26 wrote:

In what file to insert that text, and does it need @ preceding it?

Place it, exactly as it is written (no @ required) in ~/.config/gtk-3.0/gtk.css

Thank you for all your help!
I should have checked out this forum years ago. smile

Offline

Board footer

Powered by FluxBB