y4my4my4m / kde-shader-wallpaper

KDE / Plasma - Shader Wallpaper plugin
GNU General Public License v3.0
224 stars 12 forks source link

[Feature request] List and timer of different shaders #31

Open Rabioli opened 2 years ago

Rabioli commented 2 years ago

I don't know how hard it would be, I may even do it myself if get some heads up but I want there to be an option to not select any shader in particular but to have one random pop out everytime I use it (being it login into KDE or screenlocking).

So the idea is:

I think also both options are possible but are different ways of doing, ideally both options should be enabled for further customization.

y4my4my4m commented 2 years ago

@Rabioli this is already partly implemented here:

https://github.com/y4my4my4m/kde-shader-wallpaper/blob/f4e40223ccd66819316adacb39ac0bcd74a7a74c/contents/ui/config.qml#L572-L574

However this is timer based not "on every time it loads", i suppose you'd just need to repurpose the script above.

I will add this as a permanent feature once I am done with the refactoring.

Cheers