Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Rabioli opened this issue Mar 16, 2022 · 1 comment
Open

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

Rabioli opened this issue Mar 16, 2022 · 1 comment
Assignees

Comments

@Rabioli
Copy link

Rabioli commented Mar 16, 2022

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:

  • Being able to select what shaders we want in said list
  • Route 1
    • Being able to set a timer at which the shader will change (maybe even change qualities of the shader every few minutes)
  • Route 2
    • The shader changes everytime the wallpaper is activated

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

@y4my4my4m
Copy link
Owner

@Rabioli this is already partly implemented here:

var tempIndex = Math.floor(Math.random(0,folderListModel.count) * folderListModel.count);
selectedShaderField.text = Qt.resolvedUrl("./Shaders/"+folderListModel.get(tempIndex, "fileName"));
getShaderContent();

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

@y4my4my4m y4my4my4m self-assigned this Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants