Pokemon-Terminal/Scripts/background.scpt

5 lines
No EOL
192 B
AppleScript

tell application "iTerm"
tell current session of current window
set background image to "/Users/Laki/GitHub/Pokemon-Terminal-Themes/Images/Generation IV - Sinnoh/478.png"
end tell
end tell