mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-27 22:30:36 +00:00
5 lines
No EOL
166 B
AppleScript
5 lines
No EOL
166 B
AppleScript
tell application "System Events"
|
|
tell current desktop
|
|
set picture to "/Users/Laki/GitHub/Pokemon-Terminal/./Images/Generation I - Kanto/133.png"
|
|
end tell
|
|
end tell |