Workspace Switcher - how to change colours so 'in use' workspace shows up better
Chris Green
cl at isbd.net
Fri Nov 15 22:39:04 CET 2024
Ивалин <ivalin1996 at gmail.com> wrote:
> [-- multipart/alternative, encoding 7bit, 122 lines --]
>
> [-- text/plain, encoding quoted-printable, charset: UTF-8, 66 lines --]
>
> 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 :
>
Thanks! That has set the background colour for 'regular' but has no
effect for 'selected' as far as I can see. I **have** set a different
colour for 'selected'.
I'll try changing 'hover', I'd not changed that yet.
--
Chris Green
·
More information about the Xfce
mailing list