Pokemon-Terminal/Scripts/background.scpt
2017-04-27 19:03:52 -04:00

5 lines
No EOL
184 B
AppleScript

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