You are not logged in.
Adding the following to ~/.config/gtk-3.0/gtk.css doesn't have the expected effect;
.tasklist image { opacity: 1; }
Setting opacity to eg 0.5 does have an effect, dimming icons further, but nothing will seem to bring the minimised icon up to full opacity.
Does anyone have a method that works, please?
Last edited by denyer (2018-10-21 15:49:47)
Offline
Hello and welcome.
Can you try the following to see if it works:
* {
-XfceTasklist-minimized-icon-lucency: 100;
}
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
Brilliant, that works thanks!
Is it a general syntax equivalent? I've got eg "-GtkScrollbar-has-backward-stepper" in my gtk.css already, and googling that seems to be "GtkScrollbar::has-backward-stepper" in gtkrc terms.
Offline
As far as I understand it, this is how you address CSS properties and is a direct translation of the old GTK2 properties or custom properties created in code.
Other Xfce examples:
* {
/* Panel */
-XfcePanelWindow-popup-delay: 1000;
-XfcePanelWindow-popdown-delay: 1000;
-XfcePanelWindow-autohide-size: 10;
/* tabwin */
-XfwmTabwinWidget-icon-size: 96;
-XfwmTabwinWidget-preview-size: 256;
/* thunar spacing */
-ThunarAbstractIconView-column-spacing: 80;
-ThunarAbstractIconView-row-spacing: 80;
/* tasklist icon rows limit to 1 */
-XfceTasklist-max-button-size: 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
Great stuff thanks, time to go and read through some source code for options.
Offline
[ Generated in 0.012 seconds, 9 queries executed - Memory usage: 534.52 KiB (Peak: 535.37 KiB) ]