Pokemon-Terminal/Scripts/background.scpt
2017-06-06 13:13:26 -04:00

5 lines
No EOL
185 B
AppleScript

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