Pokemon-Terminal/Scripts/background.scpt

5 lines
183 B
Text
Raw Normal View History

tell application "iTerm"
tell current session of current window
2017-04-25 19:46:49 +00:00
set background image to "/Users/Laki/GitHub/Pokemon-Terminal/Images/Generation I - Kanto/151.png"
end tell
end tell