diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..ec4bb38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file diff --git a/CHANGELOGS.md b/CHANGELOGS.md index d9dca88..99e1635 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -2,6 +2,7 @@ ## 11 March 2025 - Added uninstall script +- forked AGS v1 into JakooLit repo. This is just incase Aylur decide to take down v1 ## 10 March 2025 - Dropped pyprland in favor of hyprland built in tool for a drop down like terminal and Desktop magnifier diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb85810..5dba8eb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,4 +67,4 @@ Thank you for your interest in contributing to Community Standards! We welcome a ## Contact -If you have any questions, feel free to contact via [GitHub Discussions](https://github.com/JaKooLit/Arch-Hyprland/discussions) or [Through Discord Server](https://discord.gg/V2SJ92vbEN) +If you have any questions, feel free to contact via [GitHub Discussions](https://github.com/JaKooLit/Arch-Hyprland/discussions) or [Through Discord Server](https://discord.gg/kool-tech-world) diff --git a/README.md b/README.md index 53e35bd..0b9bee9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

-![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Arch-Hyprland?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Arch-Hyprland?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Arch-Hyprland?style=for-the-badge&color=cba6f7) +![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Arch-Hyprland?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Arch-Hyprland?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Arch-Hyprland?style=for-the-badge&color=cba6f7)
@@ -34,7 +34,7 @@
 Wiki 
  
 Keybinds 
  
 FAQ 
   -
 Discord 
+
 Discord 

@@ -102,6 +102,7 @@ https://github.com/user-attachments/assets/49bc12b2-abaf-45de-a21c-67aacd9bb872 ## ✨ Auto clone and install - you can use this command to automatically clone the installer and ran the script for you +- NOTE: `curl` package is required before running this command ```bash sh <(curl -L https://raw.githubusercontent.com/JaKooLit/Arch-Hyprland/main/auto-install.sh) ``` @@ -212,7 +213,7 @@ env = WLR_RENDERER_ALLOW_SOFTWARE,1 - [`SEE HERE`](https://github.com/JaKooLit/Hyprland-Dots/discussions/123#discussion-6035205) #### 📒 Final Notes -- join my discord channel [`Discord`](https://discord.com/invite/9JEgZsfhex) +- join my discord channel [`Discord`](https://discord.com/invite/kool-tech-world) - Feel free to copy, re-distribute, and use this script however you want. Would appreciate if you give me some loves by crediting my work :) diff --git a/assets/.zshrc b/assets/.zshrc index c1d57d6..7eaef61 100644 --- a/assets/.zshrc +++ b/assets/.zshrc @@ -25,7 +25,7 @@ source $ZSH/oh-my-zsh.sh # fastfetch. Will be disabled if above colorscript was chosen to install fastfetch -c $HOME/.config/fastfetch/config-compact.jsonc -# Set-up icons for files/folders in terminal using lsd +# Set-up icons for files/directories in terminal using lsd alias ls='lsd' alias l='ls -l' alias la='ls -a' diff --git a/install-scripts/02-Final-Check.sh b/install-scripts/02-Final-Check.sh index 5f818a2..ac38ee9 100755 --- a/install-scripts/02-Final-Check.sh +++ b/install-scripts/02-Final-Check.sh @@ -66,7 +66,7 @@ done # Log missing packages if [ ${#missing[@]} -eq 0 ] && [ ${#local_missing[@]} -eq 0 ]; then - echo "${OK} GREAT! It seems All ${YELLOW}essential packages${RESET} are installed." | tee -a "$LOG" + echo "${OK} GREAT! All ${YELLOW}essential packages${RESET} have been successfully installed." | tee -a "$LOG" else if [ ${#missing[@]} -ne 0 ]; then echo "${WARN} The following packages are not installed and will be logged:" diff --git a/install-scripts/ags.sh b/install-scripts/ags.sh index d16fb4b..48afaba 100755 --- a/install-scripts/ags.sh +++ b/install-scripts/ags.sh @@ -67,9 +67,9 @@ printf "\n%.0s" {1..1} # ags v1 printf "${NOTE} Install and Compiling ${SKY_BLUE}Aylur's GTK shell $ags_tag${RESET}..\n" -# Check if folder exists and remove it +# Check if directory exists and remove it if [ -d "ags" ]; then - printf "${NOTE} Removing existing ags folder...\n" + printf "${NOTE} Removing existing ags directory...\n" rm -rf "ags" fi @@ -77,8 +77,8 @@ printf "\n%.0s" {1..1} printf "${INFO} Kindly Standby...cloning and compiling ${SKY_BLUE}Aylur's GTK shell $ags_tag${RESET}...\n" printf "\n%.0s" {1..1} # Clone repository with the specified tag and capture git output into MLOG -if git clone --recursive -b "$ags_tag" --depth=1 https://github.com/Aylur/ags.git; then - cd ags || exit 1 +if git clone --depth=1 https://github.com/JaKooLit/ags_v1.9.0.git; then + cd ags_v1.9.0 || exit 1 npm install meson setup build if sudo meson install -C build 2>&1 | tee -a "$MLOG"; then diff --git a/install-scripts/gtk_themes.sh b/install-scripts/gtk_themes.sh index ecc0d0c..4f5a486 100755 --- a/install-scripts/gtk_themes.sh +++ b/install-scripts/gtk_themes.sh @@ -32,7 +32,7 @@ done # Check if the directory exists and delete it if present if [ -d "GTK-themes-icons" ]; then - echo "$NOTE GTK themes and Icons folder exist..deleting..." 2>&1 | tee -a "$LOG" + echo "$NOTE GTK themes and Icons directory exist..deleting..." 2>&1 | tee -a "$LOG" rm -rf "GTK-themes-icons" 2>&1 | tee -a "$LOG" fi @@ -42,7 +42,7 @@ if git clone --depth=1 https://github.com/JaKooLit/GTK-themes-icons.git ; then chmod +x auto-extract.sh ./auto-extract.sh cd .. - echo "$OK Extracted GTK Themes & Icons to ~/.icons & ~/.themes folders" 2>&1 | tee -a "$LOG" + echo "$OK Extracted GTK Themes & Icons to ~/.icons & ~/.themes directories" 2>&1 | tee -a "$LOG" else echo "$ERROR Download failed for GTK themes and Icons.." 2>&1 | tee -a "$LOG" fi diff --git a/install-scripts/paru.sh b/install-scripts/paru.sh index 14388ce..f4b9609 100755 --- a/install-scripts/paru.sh +++ b/install-scripts/paru.sh @@ -37,7 +37,7 @@ if [ -n "$ISAUR" ]; then else printf "\n%s - Installing ${SKY_BLUE}$pkg${RESET} from AUR\n" "${NOTE}" -# Check if folder exists and remove it +# Check if directory exists and remove it if [ -d "$pkg" ]; then rm -rf "$pkg" fi @@ -45,7 +45,7 @@ fi cd $pkg || { printf "%s - Failed to enter $pkg directory\n" "${ERROR}"; exit 1; } makepkg -si --noconfirm 2>&1 | tee -a "$LOG" || { printf "%s - Failed to install ${YELLOW}$pkg${RESET} from AUR\n" "${ERROR}"; exit 1; } - # moving install logs in to Install-Logs folder + # moving install logs in to Install-Logs directory mv install*.log ../Install-Logs/ || true cd .. fi diff --git a/install-scripts/yay.sh b/install-scripts/yay.sh index a08042d..6dc9346 100755 --- a/install-scripts/yay.sh +++ b/install-scripts/yay.sh @@ -37,7 +37,7 @@ if [ -n "$ISAUR" ]; then else printf "\n%s - Installing ${SKY_BLUE}$pkg${RESET} from AUR\n" "${NOTE}" -# Check if folder exists and remove it +# Check if directory exists and remove it if [ -d "$pkg" ]; then rm -rf "$pkg" fi @@ -45,7 +45,7 @@ fi cd $pkg || { printf "%s - Failed to enter $pkg directory\n" "${ERROR}"; exit 1; } makepkg -si --noconfirm 2>&1 | tee -a "$LOG" || { printf "%s - Failed to install ${YELLOW}$pkg${RESET} from AUR\n" "${ERROR}"; exit 1; } - # moving install logs in to Install-Logs folder + # moving install logs in to Install-Logs directory mv install*.log ../Install-Logs/ || true cd .. fi diff --git a/install.sh b/install.sh index 775c3a8..df4824e 100755 --- a/install.sh +++ b/install.sh @@ -212,7 +212,7 @@ if check_services_running; then # Display the active login manager(s) in the whiptail message box whiptail --title "Active non-SDDM login manager(s) detected" \ - --msgbox "The following login manager(s) are active:\n\n$active_list\n\nIf you want to install SDDM and SDDM theme, stop and disable first the active services above first before running this script\n\nYour option to install SDDM and SDDM theme has now been removed\n\n😎 Ja " 22 80 + --msgbox "The following login manager(s) are active:\n\n$active_list\n\nIf you want to install SDDM and SDDM theme, stop and disable the active services above, reboot before running this script\n\nYour option to install SDDM and SDDM theme has now been removed\n\n- Ja " 23 80 fi # Check if NVIDIA GPU is detected