Pokemon-Terminal/Scripts/background.scpt

6 lines
186 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/Laki/GitHub/Pokemon-Terminal/./Images/Generation I - Kanto/025.png"
2017-04-29 17:30:35 +00:00
end tell
end tell