Created
March 22, 2016 13:45
-
-
Save naotone/3751f762626cd4a3ae53 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set displays to {} | |
set newimage to "OS X:Library:Desktop Pictures:Beach.jpg" as alias | |
tell application "System Events" | |
set displays to a reference to every desktop | |
repeat with i from 1 to count of displays | |
set picture of item i of displays to newimage | |
end repeat | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment