Skip to main content
Topic: {SOLVED} xfce4-terminal has a persistent right border (Read 630 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

{SOLVED} xfce4-terminal has a persistent right border

I'm trying to use btop as an alternative to conky. My first effort looks like this using xfce4-terminal

Code: [Select]
xfce4-terminal --hide-toolbar --hide-menubar --hide-scrollbar --hide-borders --role=btop-term --startup-id=btop-term --class=btop-term -T BTop  --command=/bin/btop

but I find that hiding the scrollbar does not remove a thin white border from the right side of the window. Is there a way to remove this thin border? It corresponds to the thin line in this image https://www.reportlab.com/ftp/xfce4_terminal_corner.png

I run this in openbox and see the problem there, but when I run in an lxqt-runit VM I don't see the right border. There I see a bottom border for normal windows.

I guess it's some styling issue that has followed me about from arch into artix.

EDIT: I find this is caused by a tweaked GTK3 theme. I don't know where the problem is, but changing to Adwaita causes the unwanted white border to vanish. I really wish the GTK devs would produce an editor. I now have to figure out the exact pixel width and search for a match in the css.