mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-30 15:49:15 +00:00
1 line
199 B
Text
1 line
199 B
Text
|
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
|