Hi, anyone could help me with changing the close button shape in gnome 49 (fedora 43) from rounded to squared? I was looking everywhere but couldnt find a solution. Themes doesnt work for some reason on Nautilus and Gnome-Music app (that i love) and I really dont like rounded buttons (that feel really outdated and inconsistent with Steam for example). Really looking for some help.
You could put something like this in your ~/.config/gtk-4.0/gtk.css:
windowcontrols > button > image {
border-radius: 0;
}
This requires the application to be restarted to apply. Please also note that these kind of changes are not supported and may break at any time.
thank you, it worked as a charm! i was even able to add red color on hover! the small drawback is that some apps dont support it (gnome-terminal) but there are good alternatives. thanks again!
