From e5b47a9f5c22dec4b4bc301b7c7db9b76479805b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 25 May 2024 18:06:47 +0900 Subject: [PATCH] updated GTK theme install script to avoid confusion --- install-scripts/gtk_themes.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-scripts/gtk_themes.sh b/install-scripts/gtk_themes.sh index b566bdc..876c51e 100755 --- a/install-scripts/gtk_themes.sh +++ b/install-scripts/gtk_themes.sh @@ -32,11 +32,11 @@ done # Check if the directory exists and delete it if present if [ -d "GTK-themes-icons" ]; then - echo "$NOTE Tokyo Theme GTK themes and Icons folder exist..deleting..." 2>&1 | tee -a "$LOG" + echo "$NOTE GTK themes and Icons folder exist..deleting..." 2>&1 | tee -a "$LOG" rm -rf "GTK-themes-icons" 2>&1 | tee -a "$LOG" fi -echo "$NOTE Cloning Tokyo Theme GTK themes and Icons repository..." 2>&1 | tee -a "$LOG" +echo "$NOTE Cloning GTK themes and Icons repository..." 2>&1 | tee -a "$LOG" if git clone https://github.com/JaKooLit/GTK-themes-icons.git ; then cd GTK-themes-icons chmod +x auto-extract.sh @@ -44,7 +44,7 @@ if git clone https://github.com/JaKooLit/GTK-themes-icons.git ; then cd .. echo "$OK Extracted GTK Themes & Icons to ~/.icons & ~/.themes folders" 2>&1 | tee -a "$LOG" else - echo "$ERROR Download failed for Tokyo Theme GTK themes and Icons.." 2>&1 | tee -a "$LOG" + echo "$ERROR Download failed for GTK themes and Icons.." 2>&1 | tee -a "$LOG" fi tar -xf "assets/Bibata-Modern-Ice.tar.xz" -C ~/.icons 2>&1 | tee -a "$LOG"