mhulse / kludgy

Kludgy: A macOS Node.js module/app that generates a random Google Street View desktop wallpaper.
Apache License 2.0
4 stars 2 forks source link

Document how to use system prefs to manage wallpapers #47

Closed mhulse closed 5 years ago

mhulse commented 5 years ago

Document how to use OS X to do the wallpaper management via the System prefs.

I'm opting for this solution vs. programmatically setting desktops. I think this gives the user more control anyway.

https://github.com/sindresorhus/macos-wallpaper/issues/4

mhulse commented 5 years ago

Just now realizing that the OS solution will not update the desktop with the latest pano image.

I'm thinking I can run a JXA (formerly AppleScript) solution to set desktops from node.

https://github.com/JXA-Cookbook/JXA-Cookbook/wiki

mhulse commented 5 years ago

SMH at apple. I've tried numerous solutions and they all have the same limitation. You have to be on the desktop in order for it to change.

Seriously lame.

Maybe the rule will be, run the script on desktop you want it to appear on; one could set random image on one desktop and a specific image on another desktop? This is turning into a waste of a Sunday.

mhulse commented 5 years ago

Wiki page added; will be improved over time.