Feature request: more DesktopBackground options
Hello, many thanks for your wonderful program.
Can you please add more option to DesktopBackground:
- select folder with pictures to use as backgroind image;
- select random image change after n minutes.
Actually, i need the same functionality like a system Desktop & Screen Saver utility.
Thank you for your attention.
Hey! The first thing I did with ControlPlane was to set automatically changing desktop images. I created folders based on each contextual mood and put a little collection of fit wallpaper images to each folder.
Then I made this applescript: ------------start of script---- tell application "Finder" set desktop picture to some file of folder {"Volume:Folder:Wallpapers:Folder"} end tell ------------end of script----
Just change the path in the script to match the folder where your images are. Remember that in this format, things don't work like "Macintosh HD/Documents/Folders" but "Macintosh HD:Documents:Folders" instead.
Then, I assigned ControlPlane to open file (the script file), on arrival to a context. Easy, and it works! Now every time I enter any new context, it picks a random wallpaper from a context-specific wallpaper folder.
I don't know how to assign automatic picture change every given number of minutes, but I'm very sure that there are plenty of answers for that online and it's possible to include that command in the script itself!
Would really love to have better background support as well.