From e55b8583a270d08799de9280658c3b7a67ac7dd9 Mon Sep 17 00:00:00 2001 From: Ben Magee Date: Wed, 7 Jun 2017 10:16:48 +0100 Subject: [PATCH] Definitely reverted the scripts this time. --- Scripts/background.scpt | 4 ++-- Scripts/run.sh | 2 +- Scripts/wallpaper.scpt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Scripts/background.scpt b/Scripts/background.scpt index da141d0..e4cac87 100644 --- a/Scripts/background.scpt +++ b/Scripts/background.scpt @@ -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 \ No newline at end of file +end tell diff --git a/Scripts/run.sh b/Scripts/run.sh index 4001ae8..9f25ed0 100755 --- a/Scripts/run.sh +++ b/Scripts/run.sh @@ -1,2 +1,2 @@ #!/bin/bash -osascript /Users/bmagee/Pokemon-Terminal/./Scripts/background.scpt \ No newline at end of file +osascript /Users/Laki/GitHub/Pokemon-Terminal/./Scripts/background.scpt diff --git a/Scripts/wallpaper.scpt b/Scripts/wallpaper.scpt index a8f5389..7ed4d99 100644 --- a/Scripts/wallpaper.scpt +++ b/Scripts/wallpaper.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 \ No newline at end of file +end tell