From 5c175b37b6371c64a13c8bc63600d0878ebfa2c6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 26 Dec 2024 06:53:40 +0900 Subject: [PATCH] Removal of Bibata Ice cursor on assets since its integrated in the GTK Themes and Icons extract from a separate repo --- CHANGELOGS.md | 3 +++ install-scripts/gtk_themes.sh | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index e253c99..0b1955a 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 26 Dec 2024 +- Removal of Bibata Ice cursor on assets since its integrated in the GTK Themes and Icons extract from a separate repo + ## 10 Dec 2024 - updated swww.sh to download from version v0.9.5 diff --git a/install-scripts/gtk_themes.sh b/install-scripts/gtk_themes.sh index 876c51e..cccf58e 100755 --- a/install-scripts/gtk_themes.sh +++ b/install-scripts/gtk_themes.sh @@ -37,7 +37,7 @@ if [ -d "GTK-themes-icons" ]; then fi 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 +if git clone --depth 1 https://github.com/JaKooLit/GTK-themes-icons.git ; then cd GTK-themes-icons chmod +x auto-extract.sh ./auto-extract.sh @@ -47,7 +47,4 @@ else 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" -echo "$OK Extracted Bibata-Modern-Ice.tar.xz to ~/.icons folder." 2>&1 | tee -a "$LOG" - clear \ No newline at end of file