diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 4dfd3a8..82b06a3 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 12 Jan 2025 +- switch to final version of aylurs-gtk-shell-v1 + ## 01 Jan 2025 - Switched to download dots from KooL's Hyprland dots specific branch diff --git a/README.md b/README.md index f463087..f9f3ffa 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@
 Gallery 
  
+

+ +

👇 KOOL's Hyprland-Dots related Links 👇 @@ -34,6 +37,10 @@
 Discord 

+

+ +

+

Sparkles KooL Hyprland-Dotfiles Showcase diff --git a/install-scripts/ags.sh b/install-scripts/ags.sh index 71b9237..2d2906f 100755 --- a/install-scripts/ags.sh +++ b/install-scripts/ags.sh @@ -17,7 +17,7 @@ ags=( ) # specific tags to download -ags_tag="v1.8.2" +ags_tag="v1.9.0" ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## # Determine the directory where the script is located @@ -47,7 +47,7 @@ sudo npm install --global typescript 2>&1 | tee -a "$LOG" # ags -printf "${NOTE} Install and Compiling Aylurs GTK shell\n" +printf "${NOTE} Install and Compiling Aylurs GTK shell $ags_tag.. \n" # Check if folder exists and remove it if [ -d "ags" ]; then