Skip to content

Instantly share code, notes, and snippets.

@widyakumara
Created October 25, 2016 05:52
Show Gist options
  • Save widyakumara/dfba597288b946708404bda148f4911b to your computer and use it in GitHub Desktop.
Save widyakumara/dfba597288b946708404bda148f4911b to your computer and use it in GitHub Desktop.
# main display
osascript -e 'tell application "Finder" to set desktop picture to POSIX file "/path/to/image.jpg"'
# all displays
osascript -e 'tell application "System Events" to set picture of every desktop to "/path/to/image.jpg"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment