Pokemon-Terminal/Scripts/background.scpt
2017-04-18 23:49:06 -04:00

5 lines
No EOL
199 B
AppleScript

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