dotfiles/config/gtk4/gtk.css

23 lines
241 B
CSS
Raw Normal View History

2026-02-27 04:09:48 +00:00
/* FORCE EVERYTHING SQUARE - GTK4 / libadwaita */
* {
border-radius: 0px;
}
window,
decoration,
2026-03-19 05:54:57 +00:00
.window,
2026-02-27 04:09:48 +00:00
.background,
.titlebar,
headerbar,
dialog,
popover,
menu,
tooltip,
button,
entry,
stack,
box,
revealer {
border-radius: 0px;
}