|
|
|
|
|
by dylan-m
1467 days ago
|
|
The window decorations stuff drives me batty. Titlebar and buttons aside, there seems to be a widespread misunderstanding about window shadows. There is some vague effort afoot[1], but a surprising number of developers don't really care whether they're consistent (note, nobody even mentions shadows in that extremely long gitlab issue you linked to), despite the Gtk folks going to tremendous efforts to make them look nice for their specific toolkit. Which is great, until you have a Gtk 3 app beside a Gtk 4 app and it looks like they're each being affected by a different light source, begging the question: why do we even have them? Shadows are supposed to create a consistent sense of space and guide the eye around the desktop, but if they're all different, that isn't happening. They're just noise. To be fair, it's difficult because Wayland clients might have rounded corners and other odd shapes, and I'm not in a position to really look into it myself so I shouldn't complain, but argh, the indifference about it is frustrating. [1] https://gitlab.gnome.org/GNOME/mutter/-/issues/1517 |
|