You are not logged in.
Pages: 1
Since I have moved to XFCE 4.16, in my workspace switcher, I don't have the highlighting of workspace where I am. And this regardless of the theme I use.
Is there any way to restore this function?
Offline
There is information located here in the xfce4-panel docs: https://docs.xfce.org/xfce/xfce4-panel/theming.
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
This was my first contact with "css"!!!
Thank you for the indication.
This works, but only halfway - if I set "blue" as color, it shows it fine, but if I set "lightblue", it highlights in gray :-(
Offline
That is strange. Are you using the following from that page?
wnck-pager:selected {
background-color: lightblue; }
wnck-pager:hover {
background-color: gray; }
Can you screenshot it?
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
In doing my own theming, I have noticed that whatever color you choose to highlight the active desktop, it shows the basic background color (of the non-active workspaces) through it. I guess it is so that the preview of the windows on the workspace can be clearly seen. So is it maybe that `lightblue` is mixing with the existing (usually some kind of grey) to not be too visible?
Maybe try using hex codes instead of named colors to find a shade that works well with your existing theme. You can get a color picker tool via your package manager or use an online one like https://csscolor.ru/. Probably better to leave the top slider for opacity alone to create a 6 character code:
wnck-pager:selected {
background-color: #0ac6f0; }
But that is just a guess, if incorrect I agree about a screenshot.
Offline
@ToZ
Yes, I did copy-paste, but only "selected" ("hover" doesn't interest me). I have also tried red and green, with "light" it showing gray.
@zub
Thanks, yes, color in hex code works without problems :-)
Offline
Pages: 1
[ Generated in 0.014 seconds, 7 queries executed - Memory usage: 531.42 KiB (Peak: 532.27 KiB) ]