Xfce Forum

Sub domains
 

You are not logged in.

#1 2023-08-18 22:21:29

tansowny.tech
Member
From: Canada
Registered: 2023-08-18
Posts: 5
Website

[SOLVED] Rounded corner shows up between 'status tray' and 'separator'

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'.

Rounded Corners Issue

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

#2 2023-08-19 00:01:28

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,091

Re: [SOLVED] Rounded corner shows up between 'status tray' and 'separator'

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

#3 2023-08-19 10:20:28

tansowny.tech
Member
From: Canada
Registered: 2023-08-18
Posts: 5
Website

Re: [SOLVED] Rounded corner shows up between 'status tray' and 'separator'

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

#4 2023-08-19 11:08:20

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,091

Re: [SOLVED] Rounded corner shows up between 'status tray' and 'separator'

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

#5 2023-08-20 17:21:33

tansowny.tech
Member
From: Canada
Registered: 2023-08-18
Posts: 5
Website

Re: [SOLVED] Rounded corner shows up between 'status tray' and 'separator'

OK, I'll try that tonight. Thanks for the help!

Offline

#6 2023-08-21 01:25:56

tansowny.tech
Member
From: Canada
Registered: 2023-08-18
Posts: 5
Website

Re: [SOLVED] Rounded corner shows up between 'status tray' and 'separator'

That worked perfectly, thanks a lot!

Offline

Board footer

Powered by FluxBB