{SOLVED} xfce4-terminal has a persistent right border 19 April 2025, 11:34:28 I'm trying to use btop as an alternative to conky. My first effort looks like this using xfce4-terminalCode: [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/btopbut 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.pngI 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. Quote Selected Last Edit: 19 April 2025, 18:09:20 by replabrobin