mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-23 20:33:08 +00:00
38b093776e
Added zeroes so “7 Charizard” becomes “007 Charizard”. This keeps consistency with all the other commands.
5 lines
No EOL
183 B
AppleScript
5 lines
No EOL
183 B
AppleScript
tell application "iTerm"
|
|
tell current session of current window
|
|
set background image to "/Users/Laki/GitHub/Pokemon-Terminal/Images/Generation I - Kanto/006.png"
|
|
end tell
|
|
end tell |