Smithay / wayland-window

A simple window-decorations library built on top of wayland-client.
MIT License
18 stars 11 forks source link

Make borders prettier #19

Closed elinorbgr closed 6 years ago

elinorbgr commented 7 years ago

This plain gray is quite ugly.

It'd be hardcore to make them "native" (though it does not really means a lot on linux: what's "native" ? GTK ? Qt ? Plain ugly X ?), but at least they could be more pleasant on the eyes.

elinorbgr commented 7 years ago

(This actually require very few wayland knowledge, if anyone feels like designing less ugly borders. I can mentor on any specificities of the crate)

moosingin3space commented 6 years ago

Maybe the KDE Server Decoration Protocol would help out here?

elinorbgr commented 6 years ago

It would help on KDE or compositors implementing this protocol, yes. And supporting it is definitely something I want to do. Though I'm currently in a "wait & see" stage, as there are currently discussions about its potential inclusion in wayland-protocols

Nonetheless, for compositors that require clients to draw their borders in all cases like Gnome, it'd be good to draw borders that are no too ugly.

elinorbgr commented 6 years ago

Closing in favor of https://github.com/Smithay/client-toolkit/issues/1, as this library is to be replaced by Smithay's Client Toolkit.