Hi all,
I like the separator but prefer to have it invisible.
Is there any way to create an applet that adds empty separating space to the panel without being visible?
Thanks!
Robert


Hi all,
I like the separator but prefer to have it invisible.
Is there any way to create an applet that adds empty separating space to the panel without being visible?
Thanks!
Robert


Hi
You can fake it with a command applet:

Brilliant workaround. Thank you!
Is there any way to make the gaps a bit smaller?
![]()
Nevermind. I figured out I can just simply move elements around instead of locking them to create empty space. 
If you want a transparent separator you can add
PanelSeparator {
color: transparent;
}
to gtk.css in ~/.config/gtk-3.0/
if the file does not exist create it . Maybe with
touch ~/.config/gtk-3.0/gtk.css
That way you override the theme and lala
