mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-23 20:33:08 +00:00
32a990e369
Code was getting lengthy so I split it up.
5 lines
No EOL
190 B
AppleScript
5 lines
No EOL
190 B
AppleScript
tell application "iTerm"
|
|
tell current session of current window
|
|
set background image to "/Users/Laki/GitHub/Pokemon-Terminal-Themes/Images/Generation I - Kanto/025.png"
|
|
end tell
|
|
end tell |