dotfiles/config/gtk4/gtk.css

23 lines
241 B
CSS

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