Pokemon-Terminal/Scripts/background.scpt

5 lines
190 B
Text
Raw Normal View History

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