Workspace Switcher - how to change colours so 'in use' workspace shows up better

Ивалин ivalin1996 at gmail.com
Fri Nov 15 18:56:43 CET 2024


If you mean the panel plugin .
Edit ~/.config/gtk-3.0/gtk.css with your favorite text editor.
if using miniature view add

For regular:

.xfce4-panel wnck-pager
{
  background-color:Blue;
  color:Purple;
  border:2px solid blue;
}

For active:

.xfce4-panel wnck-pager:selected
{
  background-color:Blue;
  color:Purple;
  border:2px solid blue;
}

For hovered:

.xfce4-panel wnck-pager:hover
{
  background-color:Blue;
  color:Purple;
  border:2px solid blue;
}

adjust colors accordingly.

You can also add border property in { } and not change colors :



If you don't wanna change the background-color for example just delete the
line.



На пт, 15.11.2024 г. в 17:05 Chris Green <cl at isbd.net> написа:

> I am running xfce4 on two Debian 12 systems, it all works very well in
> general, thank you XFCE developers.
>
> I would like to be able to change the way the 'in use' workspace is
> highlighted in the workspace switcher, as it is it's quite difficult to
> tell which is the 'in use' one because it's just a little bit darker
> than the other workspaces and that doesn't show up well.
>
> Changing the style setting in Appearance doesn't seem to affect the
> workspaces much.  Are there some specific settings for workspace
> colours anywhere?
>
> --
> Chris Green
> _______________________________________________
> Xfce mailing list
> Xfce at xfce.org
> https://mail.xfce.org/mailman/listinfo/xfce
> http://www.xfce.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.xfce.org/pipermail/xfce/attachments/20241115/17ba4503/attachment.htm>


More information about the Xfce mailing list