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

Ивалин ivalin1996 at gmail.com
Sat Nov 16 06:17:01 CET 2024


Yeah, that is invalid CSS code so it breaks everything bellow it. Should
have done it with a valid comment like /* For Active */ . You can also
modify the buttons variant of the applet and the window that pops up when
you press alt+tab but that requires a lot more CSS and depends on your
active theme.

На сб, 16.11.2024 г., 00:18 ч. Chris Green <cl at isbd.net> написа:

> Chris Green <cl at isbd.net> wrote:
> > Ивалин <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.
> >
> Silly me!  I'd left the "For active" in there. :-)
>
> Now I've removed it it all works, thanks again.  I'll go and play with
> colours to get what I need.
>
> >
> > _______________________________________________
> > Xfce mailing list
> > Xfce at xfce.org
> > https://mail.xfce.org/mailman/listinfo/xfce
> > http://www.xfce.org
> >
>
> --
> 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/20241116/3e396f2f/attachment-0001.htm>


More information about the Xfce mailing list