You are not logged in.
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:

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
Probably the window-frame part: https://wiki.archlinux.org/title/GTK#Cl … ecorations
Offline
Probably the window-frame part: https://wiki.archlinux.org/title/GTK#Cl … ecorations
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