Added scripts for changing background

This commit is contained in:
LazoCoder 2017-04-18 21:28:43 -04:00
parent 51468f6117
commit 24fcd9d6ba
2 changed files with 3 additions and 0 deletions

1
Scripts/background.scpt Normal file
View 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
View file

@ -0,0 +1,2 @@
#!/bin/bash
osascript ~/Desktop/test/background.scpt