mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-27 22:30:36 +00:00
1 line
No EOL
199 B
AppleScript
1 line
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/003.png"
|
|
end tell
|
|
end tell |