n4n0GH / hello

the complete KDE theme
219 stars 26 forks source link

[REQ] Find a viable solution to share data between all components #43

Closed n4n0GH closed 4 years ago

n4n0GH commented 4 years ago

Describe the feature you'd like to see When users specify a border radius in the window decoration, this new radius should reflect in the effects plugin as well without users having to set it up there manually.

Additional context Things I can maybe use: QSharedPointer, Boost Interprocess

krisives commented 4 years ago

Is it possible to load the window decoration config file from the window effect if available?

n4n0GH commented 4 years ago

This is something I'm trying to find out. If it's possible, then probably through QSharedPointer.

n4n0GH commented 4 years ago

Closing this as I most likely won't be working on this any further (see 5f57998e).