-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Support for multiple changing wallpapers #25
Comments
Take a look at this #23 (comment) |
Realistically, couldn't this be done with some sort of cron job that stores the current wallpaper path, checks it at some interval, and re-runs the script at the interval if the stored wallpaper path and the current wallpaper path are different? That would effectively be the only way I could see this working without changing the core script too much. |
If you take a look at the script output it tells you when the generated file was saved. So you can call the script on all the wallpapers you want to use and the go fetch the generated files and save them somewhere else to use. |
Honestly, I would just add the solid rectangle (with the preferred colour) to multiple files myself once and forget it, instead of using some fancy tool that overwrites the jpg files degrading the quality. |
I don't believe it is a feature now. I have multiple wallpapers that change randomly every minute.
It would be great if it was possible to give the utility a path to a wallpapers folder. This way it wouldn't be necessary to run the command for every wallpaper separately.
And also if it is possible, the utility could then change the folder in system preferences to the newly created one with adjusted wallpapers. Although that can be easily done manually so it's not a must have.
The text was updated successfully, but these errors were encountered: