diff --git a/CHANGELOGS.md b/CHANGELOGS.md index f931ee6..62d54b2 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,9 @@ ## 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 +- integrated hyprcursor in Bibata Ice Cursor + ## 15 Nov 2024 - revert Aylurs GTK Shell (AGS) to install older version - added aylurs-gtk-shell to uninstall diff --git a/assets/Bibata-Modern-Ice.tar.xz b/assets/Bibata-Modern-Ice.tar.xz deleted file mode 100644 index b3f00c6..0000000 Binary files a/assets/Bibata-Modern-Ice.tar.xz and /dev/null differ diff --git a/install-scripts/gtk_themes.sh b/install-scripts/gtk_themes.sh index af67e6e..4710698 100755 --- a/install-scripts/gtk_themes.sh +++ b/install-scripts/gtk_themes.sh @@ -38,7 +38,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 @@ -48,7 +48,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