You are not logged in.
Before, Window Buttons would put "[" and "]" around the window title to show you if it was minimised. Now it slightly fades the colour of the text.
It's much less visually clear, and just looks bad also depending on the theme that's being used.
Is there a way to restore the old behaviour?
Offline
There is a hidden setting to restore that functionality:
Previously the default was to show "[%s]" as window title for minimized
windows. The old behavior can be re-enabled by setting the hidden
"label-decorations" setting (since 4.14) to TRUE.
So basically, create a new label-decorations property in the xfconf tree for the tasklist plugin, or the following command should do it for you:
xfconf-query -c xfce4-panel -p $(xfconf-query -c xfce4-panel -lv | grep tasklist | awk '{print $1}')/label-decorations -t bool -s true --create
Note: this will only work if you use only one Tasklist (Window Buttons) plugin.
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
Thank you
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 523.52 KiB (Peak: 531.35 KiB) ]