Pokemon-Terminal/Scripts/wallpaper.scpt
2017-06-07 10:16:48 +01:00

5 lines
167 B
AppleScript

tell application "System Events"
tell current desktop
set picture to "/Users/Laki/GitHub/Pokemon-Terminal/./Images/Generation I - Kanto/093.png"
end tell
end tell