mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-23 12:23:04 +00:00
Definitely reverted the scripts this time.
This commit is contained in:
parent
f554b4781f
commit
e55b8583a2
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
tell application "iTerm"
|
||||
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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
osascript /Users/bmagee/Pokemon-Terminal/./Scripts/background.scpt
|
||||
osascript /Users/Laki/GitHub/Pokemon-Terminal/./Scripts/background.scpt
|
||||
|
|
|
@ -2,4 +2,4 @@ tell application "System Events"
|
|||
tell current desktop
|
||||
set picture to "/Users/Laki/GitHub/Pokemon-Terminal/./Images/Generation I - Kanto/093.png"
|
||||
end tell
|
||||
end tell
|
||||
end tell
|
||||
|
|
Loading…
Reference in a new issue