Definitely reverted the scripts this time.

This commit is contained in:
Ben Magee 2017-06-07 10:16:48 +01:00
parent f554b4781f
commit e55b8583a2
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
tell application "iTerm" tell application "iTerm"
tell current session of current window tell current session of current window
set background image to "/Users/bmagee/Pokemon-Terminal/./Images/Generation III - Hoenn/266.png" set background image to "/Users/Laki/GitHub/Pokemon-Terminal/./Images/Generation I - Kanto/025.png"
end tell end tell
end tell end tell

View file

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
osascript /Users/bmagee/Pokemon-Terminal/./Scripts/background.scpt osascript /Users/Laki/GitHub/Pokemon-Terminal/./Scripts/background.scpt

View file

@ -2,4 +2,4 @@ tell application "System Events"
tell current desktop tell current desktop
set picture to "/Users/Laki/GitHub/Pokemon-Terminal/./Images/Generation I - Kanto/093.png" set picture to "/Users/Laki/GitHub/Pokemon-Terminal/./Images/Generation I - Kanto/093.png"
end tell end tell
end tell end tell