Config/ui updates for gnome.
This commit is contained in:
22
config/gtk4/gtk.css
Normal file
22
config/gtk4/gtk.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user