From 53201459648809bd60e5569fdaaf2027a3b60428 Mon Sep 17 00:00:00 2001 From: LazoCoder Date: Thu, 27 Apr 2017 18:55:06 -0400 Subject: [PATCH] Updated readme --- README.md | 9 +++++++++ Scripts/background.scpt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbf8d03..17d8b57 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Other Parameters: pokemon regions - List all the available regions. pokemon slideshow - Iterate through each Pokemon. pokemon slideshow-kanto - Iterate through each Pokemon in the specified reigon. + pokemon extra - List all the Pokemon from the 'Extra' folder. pokemon help - Display this menu. ``` @@ -79,6 +80,14 @@ I highly suggest making the font colors black and the terminal window transparen ![alt-tag](Samples/transparency_setting.png) +# Adding Custom Images + +The folder Images/Extra is for adding custom images. You can manually add backgrounds to this folder and they will be visible to the program. To see a list of all the custom backgrounds type: +``` +pokemon extra +``` +Alternatively, you can delete images from this folder and it will not break the program. + # Solutions for Issues If you experience a line at the top of the terminal after changing the Pokemon, you can remove it by typing in the *clear* command or opening a new terminal. diff --git a/Scripts/background.scpt b/Scripts/background.scpt index 6e74a80..b1e0f8b 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/Laki/GitHub/Pokemon-Terminal/Images/Extra/giratina-origin.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