Pokemon-Terminal/Scripts/background.scpt
LazoCoder ee17b624a6 Typo
2017-04-25 14:19:32 -04:00

5 lines
No EOL
183 B
AppleScript

tell application "iTerm"
tell current session of current window
set background image to "/Users/Laki/GitHub/Pokemon-Terminal/Images/Generation I - Kanto/025.png"
end tell
end tell