From afe9558463c2684d7fbbc37e2e639152c317f4e1 Mon Sep 17 00:00:00 2001 From: Admin9705 <9705@duck.com> Date: Tue, 3 Sep 2024 06:15:48 -0400 Subject: [PATCH 1/3] update --- mods/scripts/menu.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mods/scripts/menu.sh b/mods/scripts/menu.sh index 6595e4bb91..7975828e69 100644 --- a/mods/scripts/menu.sh +++ b/mods/scripts/menu.sh @@ -90,9 +90,8 @@ main_menu() { # Get the color based on the version COLOR=$(get_color) - echo -e "${COLOR}${BOLD}════════════════════════════════════════════════${NC}" + echo -e "${COLOR}${BOLD}Welcome to PlexGuide: $VERSION${NC}" - echo -e "${COLOR}${BOLD}════════════════════════════════════════════════${NC}" echo "" # Blank line for separation echo -e "A) Apps Management" From 2bbb7969e24e71645e36ddfe296f2a1af8b12920 Mon Sep 17 00:00:00 2001 From: Admin9705 <9705@duck.com> Date: Tue, 3 Sep 2024 06:17:54 -0400 Subject: [PATCH 2/3] color change --- mods/scripts/menu.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mods/scripts/menu.sh b/mods/scripts/menu.sh index 7975828e69..ec1196a441 100644 --- a/mods/scripts/menu.sh +++ b/mods/scripts/menu.sh @@ -8,6 +8,7 @@ RED="\033[0;31m" ORANGE="\033[0;33m" WHITE="\033[1;37m" BLUE="\033[0;34m" +CYAN="\033[0;36m" BOLD="\033[1m" NC="\033[0m" # No color @@ -30,6 +31,8 @@ get_color() { echo "$RED" elif [[ "$VERSION" == *".B"* ]]; then echo "$ORANGE" + elif [[ "$VERSION" == *"Fork"* ]]; then + echo "$CYAN" else echo "$WHITE" fi @@ -90,7 +93,6 @@ main_menu() { # Get the color based on the version COLOR=$(get_color) - echo -e "${COLOR}${BOLD}Welcome to PlexGuide: $VERSION${NC}" echo "" # Blank line for separation From 1e82ac26817baa6e33319997c9975012fdca9bce Mon Sep 17 00:00:00 2001 From: Admin9705 <9705@duck.com> Date: Tue, 3 Sep 2024 06:22:06 -0400 Subject: [PATCH 3/3] word change --- mods/scripts/menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/scripts/menu.sh b/mods/scripts/menu.sh index ec1196a441..0667f7b07c 100644 --- a/mods/scripts/menu.sh +++ b/mods/scripts/menu.sh @@ -31,7 +31,7 @@ get_color() { echo "$RED" elif [[ "$VERSION" == *".B"* ]]; then echo "$ORANGE" - elif [[ "$VERSION" == *"Fork"* ]]; then + elif [[ "$VERSION" == *"Fork -"* ]]; then echo "$CYAN" else echo "$WHITE"