Re: Workspace Switcher - how to change colours so 'in use' workspace shows up better
Ивалин <[email protected]> Fri, 15 Nov 2024 19:56:43 +0200
| Newsgroups | gmane.comp.xfce.user |
|---|---|
| Message-ID | <CAKEMgDWOnqrnUODYD13NtT2TLDP1-DhRqhcXYvFisM4_ynpwow@mail.gmail.com> |
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 <[email protected]> написа:
> 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
> [email protected]
> https://mail.xfce.org/mailman/listinfo/xfce
> http://www.xfce.org
>
_______________________________________________
Xfce mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce
http://www.xfce.org