Email or username:

Password:

Forgot your password?
Top-level
Hugo 雨果

@ids1024 So the status bar is a sub-compositor? I had been thinking of this idea for a status bar that allows all sorts of widgets. It just sounded like such a crazy amount of work!

2 comments
Ian Douglas Scott

@whynothugo Yeah. Cosmic-panel, like cosmic-comp, uses the Smithay library to implement a compositor. It would be nice if Smithay or a library on top of it made it easy to write a nested compositor for uses like this, but currently it's a bit complicated.

Qt also includes a compositor: doc.qt.io/qt-6/qtwaylandcompos. A nested Wayland compositor seems to be the modern alternative to XEmbed/etc., but there could be more libraries to make it easy.

Hugo 雨果

@ids1024 Pleased to know that my idea wasn't that terribly crazy and that there's actually prior art. Wlroots supports nested compositors too, but fractional scale doesn't seem to work well for that case.

Go Up