A Node module for getting and setting your desktop background image programmatically on your Mac!
Uses NodObjC and node-ffi under the hood, and should work on OSX 10.6 and above.
npm install osx-background
Returns the absolute path to the current desktop background image.
Sets the background image to the chosen filename
- returns true
if
successful, and false
if it fails... I'm not very familiar with Objective-C,
and I'm not quite sure how to check the error - pull requests are welcome if
you feel it's important.