Closed NyaomiDEV closed 1 month ago
I like this idea, I think someone in the kreddit post suggested this but I forgot to make an issue for it.
I have to think of the implementation yet but a way I imagine it is something like this:
Widget unifier/Join widget backgrounds
Actually, I think it makes more sense to implement it as the special separator you suggested, so it will work like the margins separator widget does.
Finally got around implementing this 🎉
Managed to do it by removing the default spacing then adding margins on the left of each widget and it worked!
Just have to figure out how to automatically hide the shadows/border/radius (in the screenshot radius is being done through per-widget override settings)
Radius and border done, working on the shadows
oh this looks incredible! :) just in time for my laptop customization it seems!
Great! Can't wait!
Okay this is fire!
Though the way to manage them not so much for now. Can someone test this?
To update to the latest commits:
git clone https://github.com/luisbocanegra/plasma-panel-colorizer
cd plasma-panel-colorizer
kpackagetool6 -t Plasma/Applet -u package
Note that the configuration format has changed and could change again before the release so you will need to start a new one from scratch. Oh and user presets folder changed to $HOME/.config/panel-colorizer/presets
To also test the custom background blur run ./install.sh
but it requires some additional dependencies first.
I love the fact that this widget provides me with an easy way to have "floating islands", however I'd very much like to unify the background between the system tray and the clock.
The way I envision it is by adding a "background unifier" widget that unifies parts of the panel's custom backgrounds; so by adding this "special separator" between the systray and the clock, the background island between the two is shared.
(Or probably the inverse can be done, using panel separators also as background separators)