Pokemon-Terminal/Scripts/background.scpt

5 lines
182 B
Text
Raw Normal View History

2017-04-29 17:30:35 +00:00
tell application "iTerm"
tell current session of current window
set background image to "/Users/bmagee/Pokemon-Terminal/./Images/Generation III - Hoenn/266.png"
2017-04-29 17:30:35 +00:00
end tell
end tell