Pokemon-Terminal/Scripts/background.scpt
LazoCoder 13063b112b Added method to check what the current pokemon is
Useful if someone uses random, then wants to know what it was changed
to.
2017-04-25 11:10:37 -04:00

5 lines
No EOL
192 B
AppleScript

tell application "iTerm"
tell current session of current window
set background image to "/Users/Laki/GitHub/Pokemon-Terminal-Themes/Images/Generation IV - Sinnoh/390.png"
end tell
end tell