dotfiles/config/gtk3/gtk.css

22 lines
222 B
CSS
Raw Permalink Normal View History

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