From 9703a47fe28c89ea1fb3d5dff43760f3d345acdd Mon Sep 17 00:00:00 2001
From: G2 <72430668+G2-Games@users.noreply.github.com>
Date: Sun, 18 Sep 2022 02:41:55 -0500
Subject: [PATCH 1/2] Updated settings

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 82da94b..ac63b17 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # welcome.sh
-![image](https://user-images.githubusercontent.com/72430668/190887392-5e7dcc3f-8aba-4c03-add2-86371e4d7714.png)
+<img src="https://user-images.githubusercontent.com/72430668/188546505-13b5627f-6e11-41f2-809b-5992f24aa25b.png">
 
 ### A nice welcome script for Bash and Zsh
 This is a nice little script for your `.bashrc` or `.zshrc` that greets you on every launch, with some helpful (and customizable!) information.
@@ -56,6 +56,8 @@ To configure settings, open `welcome.sh` in your text editor of choice and go to
 # is a good idea. You can also re-order  #
 # them to change how they display!       #
 
+
+greetings=("Welcome" "Greetings" "Hello" "Hi") # Add your own greetings!
 randgreeting="off"  #< Turn the random greetings on (eg. "Hello <user>, Hi <user>")
 twelvehour="on"     #< Switch between 12 and 24 hour time (eg. 8:00pm vs 20:00)
 rechargenotif="off" #< Notify that you should recharge if below 15%
@@ -65,7 +67,7 @@ welcome
 greeting
 clock
 battery
-updates #< This makes startup slower
+updates
 echo # Properly line break at the end
 ```
 

From 4e2e76251c3a430f2df964269468d882651ec0cb Mon Sep 17 00:00:00 2001
From: G2 <72430668+G2-Games@users.noreply.github.com>
Date: Sun, 18 Sep 2022 02:42:28 -0500
Subject: [PATCH 2/2] Create README.md

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index ac63b17..77f38d7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # welcome.sh
-<img src="https://user-images.githubusercontent.com/72430668/188546505-13b5627f-6e11-41f2-809b-5992f24aa25b.png">
+![image](https://user-images.githubusercontent.com/72430668/190891298-c08c8ad8-9270-4549-b3ae-85e48ae2748b.png)
 
 ### A nice welcome script for Bash and Zsh
 This is a nice little script for your `.bashrc` or `.zshrc` that greets you on every launch, with some helpful (and customizable!) information.
@@ -56,8 +56,6 @@ To configure settings, open `welcome.sh` in your text editor of choice and go to
 # is a good idea. You can also re-order  #
 # them to change how they display!       #
 
-
-greetings=("Welcome" "Greetings" "Hello" "Hi") # Add your own greetings!
 randgreeting="off"  #< Turn the random greetings on (eg. "Hello <user>, Hi <user>")
 twelvehour="on"     #< Switch between 12 and 24 hour time (eg. 8:00pm vs 20:00)
 rechargenotif="off" #< Notify that you should recharge if below 15%
@@ -67,7 +65,7 @@ welcome
 greeting
 clock
 battery
-updates
+updates #< This makes startup slower
 echo # Properly line break at the end
 ```