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

22
config/gtk4/gtk.css Normal file
View File

@@ -0,0 +1,22 @@
/* FORCE EVERYTHING SQUARE - GTK4 / libadwaita */
* {
border-radius: 0px;
}
window,
.window,
decoration,
.background,
.titlebar,
headerbar,
dialog,
popover,
menu,
tooltip,
button,
entry,
stack,
box,
revealer {
border-radius: 0px;
}