Skip to content

Instantly share code, notes, and snippets.

@EugeneN
Last active October 6, 2015 16:19
Show Gist options
  • Save EugeneN/630b3c8cd4f72211bb60 to your computer and use it in GitHub Desktop.
Save EugeneN/630b3c8cd4f72211bb60 to your computer and use it in GitHub Desktop.
tell application "System Events"
set desktopCount to count of desktops
repeat with desktopNumber from 1 to desktopCount
tell desktop desktopNumber
set picture to "/Library/Desktop Pictures/Beach.jpg"
end tell
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment