You are not logged in.
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
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
Woooow , it Works like a charm.
Thank you very very much , you are awesome.
I wish you bests.
Offline
In what file to insert that text, and does it need @ preceding it?
Offline
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
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.
Offline
[ Generated in 0.015 seconds, 9 queries executed - Memory usage: 533.86 KiB (Peak: 534.7 KiB) ]