Skip to content

Instantly share code, notes, and snippets.

@tomgco
Created March 1, 2012 16:50
Show Gist options
  • Save tomgco/1951303 to your computer and use it in GitHub Desktop.
Save tomgco/1951303 to your computer and use it in GitHub Desktop.
Set wallpaper on osx
tell application "Finder"
set desktop picture to {
"Your HD:Users:YourUserName:desktops:" & situation & ".jpg"
} as alias
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment