Config/ui updates for gnome.

This commit is contained in:
2026-02-27 06:09:48 +02:00
parent 0a1f44bf9b
commit 5ca5d68d3b
3 changed files with 177 additions and 0 deletions

19
config/gtk3/gtk.css Normal file
View File

@@ -0,0 +1,19 @@
/* FORCE EVERYTHING SQUARE - GTK3 */
* {
border-radius: 0px;
}
.window-frame,
decoration,
.window,
.background,
.titlebar,
headerbar,
dialog,
popover,
menu,
tooltip,
button,
entry {
border-radius: 0px;
}