Hey gang, just wanted to share this wallpaper tool I've been recently making, essentially it puts a webpage (local or remote) as your wallpaper. This means you can have completely dynamic wallpapers, with input and shit, and there's minimal resource usage in all areas apart from RAM (nature of chromium, which is what QTWebEngine uses).
It's fully functional in a minimal state, currently, i'm still adding additional APIs that websites designed for maypaper can use, an example of one implemented is seeing if the wallpaper is focused or not, which is used in the parallax template to only render as needed
Other major thing to work on is expanding the templating tool to make it easier to generate websites that are wallpapers you'd want. I was exploring how wallpaper engine wallpapers are made and they're more like a game engine in that you declare stuff, so for equivalent stuff i'd need to make a library easily accessible that allows particle spawners, bloom etc