Re: Workspace Switcher - how to change colours so 'in use' workspace shows up better
Ивалин <[email protected]> Sat, 16 Nov 2024 07:17:01 +0200
| Newsgroups | gmane.comp.xfce.user |
|---|---|
| Message-ID | <CAKEMgDX37eu9qV1WzXZaBo-_80+9H+TK-34G4PXnqWbfiQkf+w@mail.gmail.com> |
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 <[email protected]> написа: > Chris Green <[email protected]> wrote: > > Ивалин <[email protected]> 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 > > [email protected] > > https://mail.xfce.org/mailman/listinfo/xfce > > http://www.xfce.org > > > > -- > 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