You are not logged in.

#1 2021-09-10 02:07:25

ralts
Member
From: The Netherlands
Registered: 2021-09-10
Posts: 2

How do I edit rounded borders in Gnome

Hello all,

I do not like the default top left/right rounded corners of the Adweita theme in Gnome 40. I decided to try to remove them. I managed to remove the inner rounded corner, but it still has a small rounded black border behind it:

corners.png

This is bothering me way more then it probably should. This is what I currently changed my gtk.css file to, in order to remove the inner part of the rounded corners:

@import url("resource:///org/gtk/libgtk/theme/Adwaita/gtk-contained-dark.css");

.background .titlebar:backdrop,
.background .titlebar {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

Can someone help me make the outer border square too?

Thank you!

Offline

#2 2021-09-10 07:27:42

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: How do I edit rounded borders in Gnome

Offline

#3 2021-09-10 15:22:50

ralts
Member
From: The Netherlands
Registered: 2021-09-10
Posts: 2

Re: How do I edit rounded borders in Gnome

Raynman wrote:

Thank you for the reply. It sadly does not appear to work. For now I switched to another theme, but I would really like to turn back to Adweita with square borders.

Offline

Board footer

Powered by FluxBB