Skip to content

Instantly share code, notes, and snippets.

@yanyaoer
Created November 17, 2010 08:26
Show Gist options
  • Save yanyaoer/703133 to your computer and use it in GitHub Desktop.
Save yanyaoer/703133 to your computer and use it in GitHub Desktop.
set wallpaper with applescript
tell application "Finder"
set pic1 to POSIX file "/Users/evan/Pictures/fav/3988102622_aec9e25b9e_o.jpg"
set pic2 to POSIX file "/Users/evan/Pictures/fav/fruit-dealer-full.jpg"
tell application "System Events"
set theDesktops to a reference to every desktop
set picture of item 2 of the theDesktops to file pic2
end tell
set desktop picture to file pic1
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment