Merge pull request #172 from JaKooLit/main

main to development
This commit is contained in:
Ja.KooLit 2025-01-16 06:50:52 +09:00 committed by GitHub
commit 302022e4ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,8 @@
## Changelogs ## Changelogs
## 12 Jan 2025
- switch to final version of aylurs-gtk-shell-v1
## 01 Jan 2025 ## 01 Jan 2025
- Switched to download dots from KooL's Hyprland dots specific branch - Switched to download dots from KooL's Hyprland dots specific branch

View File

@ -19,6 +19,9 @@
<a href="#gallery-and-videos"><kbd><br>Gallery<br></kbd></a>&ensp;&ensp; <a href="#gallery-and-videos"><kbd><br>Gallery<br></kbd></a>&ensp;&ensp;
</div><br> </div><br>
<p align="center">
<img src="https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/assets/latte.png" width="200" />
</p>
<div align="center"> <div align="center">
👇 KOOL's Hyprland-Dots related Links 👇 👇 KOOL's Hyprland-Dots related Links 👇
@ -34,6 +37,10 @@
<a href="https://discord.gg/9JEgZsfhex"><kbd><br>Discord<br></kbd></a> <a href="https://discord.gg/9JEgZsfhex"><kbd><br>Discord<br></kbd></a>
</div><br> </div><br>
<p align="center">
<img src="https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/assets/latte.png" width="200" />
</p>
<h3 align="center"> <h3 align="center">
<img src="https://github.com/JaKooLit/Telegram-Animated-Emojis/blob/main/Activity/Sparkles.webp" alt="Sparkles" width="38" height="38" /> <img src="https://github.com/JaKooLit/Telegram-Animated-Emojis/blob/main/Activity/Sparkles.webp" alt="Sparkles" width="38" height="38" />
KooL Hyprland-Dotfiles Showcase KooL Hyprland-Dotfiles Showcase

View File

@ -17,7 +17,7 @@ ags=(
) )
# specific tags to download # 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! ## ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
# Determine the directory where the script is located # Determine the directory where the script is located
@ -47,7 +47,7 @@ sudo npm install --global typescript 2>&1 | tee -a "$LOG"
# ags # 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 # Check if folder exists and remove it
if [ -d "ags" ]; then if [ -d "ags" ]; then