You are not logged in.
Any ideas on how to make the rounded corner in the middle of the panel disappear?
It's between the 'status tray plugin' and a transparent expanded 'separator'.
To make the rounded corners I put the following in ~/.config/gtk-3.0/gtk.css
.xfce4-panel {
border-radius: 15px;
}
Thanks
Last edited by tansowny.tech (2023-08-21 01:26:36)
Offline
Hello and welcome.
Which distro and version of Xfce are you running?
Which GTK (Appearance) theme are you using?
And can you post the full content of your ~/.config/gtk-3.0/gtk.css file?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks for the welcome!
I'm using Arch Linux and Xfce version 4.18.
My GTK theme is Dracula.
This is my gtk.css file:
@import 'colors.css';
#notes-notebook { caret-color: black; }
.xfce4-panel {
border-radius: 15px;
}
Offline
Interesting issue with this theme. You can add:
#systray-6 * {background: #1E1F29}
...to the gtk.css file, after the xfce4-panel statement, to eliminate that.
Note: the widget number in "#systray-6" may be different on your system (hover over the plugin in the Panel Preferences > Items dialog to get the actual number), and the color "#1E1F29" maybe be different of you've customized the color at all. If so, just change it to match.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
OK, I'll try that tonight. Thanks for the help!
Offline
That worked perfectly, thanks a lot!
Offline
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 535.31 KiB (Peak: 536.16 KiB) ]