mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2025-02-17 13:28:32 +00:00
Added scripts for changing background
This commit is contained in:
parent
51468f6117
commit
24fcd9d6ba
2 changed files with 3 additions and 0 deletions
1
Scripts/background.scpt
Normal file
1
Scripts/background.scpt
Normal file
|
@ -0,0 +1 @@
|
|||
tell application "iTerm"
tell current session of current window
set background image to "/Users/Laki/Desktop/Pokemon-Terminal-Themes/Pokemon/Generation I - Kanto/003.png"
end tell
end tell
|
2
Scripts/run.sh
Executable file
2
Scripts/run.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
osascript ~/Desktop/test/background.scpt
|
Loading…
Add table
Reference in a new issue