mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-12-26 04:03:07 +00:00
5 lines
No EOL
161 B
AppleScript
5 lines
No EOL
161 B
AppleScript
tell application "System Events"
|
|
tell current desktop
|
|
set picture to "/Users/bmagee/Pokemon-Terminal/./Images/Generation I - Kanto/089.png"
|
|
end tell
|
|
end tell |