diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 5dc256f..673dbec 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,7 +1,7 @@ ## Changelogs ## 30 Apr 2024 -- Updated hyprland.sh to install v0.34.0 Hyprland +- Updated hyprland.sh to install v0.36.0 Hyprland - adding hypridle and hyprlock - dropping swaylock-effects and swayidle - adjusted to work with current Hyprland-Dots diff --git a/README.md b/README.md index fd5a813..bbd37b6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ### ♨️♨️♨️ ATTENTION ♨️♨️♨️ 30 Apr 2024 -- Due to fast development of Hyprland and most up to date requirement of hyprland, Hyprland version to be installed by this script will be older version. For now, the hyprland version to be installed with this script is v0.34.0 +- Due to fast development of Hyprland and most up to date requirement of hyprland, Hyprland version to be installed by this script will be older version. For now, the hyprland version to be installed with this script is v0.36.0 > [!IMPORTANT] > install a backup tool like `snapper` or `timeshift`. and Backup your system before installing hyprland using this script. This script does NOT include uninstallation of packages diff --git a/install-scripts/hyprland.sh b/install-scripts/hyprland.sh index 0eec6be..df98c99 100755 --- a/install-scripts/hyprland.sh +++ b/install-scripts/hyprland.sh @@ -25,7 +25,7 @@ if [ -d "Hyprland" ]; then rm -rf "Hyprland" 2>&1 | tee -a "$LOG" fi -if git clone --recursive -b v0.34.0 "https://github.com/hyprwm/Hyprland"; then +if git clone --recursive -b v0.36.0 "https://github.com/hyprwm/Hyprland"; then cd "Hyprland" || exit 1 make all if sudo make install 2>&1 | tee -a "$MLOG"; then diff --git a/install.sh b/install.sh index 8c53ed1..5ac39d2 100755 --- a/install.sh +++ b/install.sh @@ -28,7 +28,7 @@ echo printf "\n%.0s" {1..3} echo "$(tput bold)$(tput setaf 3)ATTENTION!!!! VERY IMPORTANT NOTICE!!!! $(tput sgr0)" echo "$(tput bold)$(tput setaf 7)Due to fast development of Hyprland, Hyprland to be install here would be old version $(tput sgr0)" -echo "$(tput bold)$(tput setaf 7)For now, the Hyprland version to be installed with this script will be v0.34.0$(tput sgr0)" +echo "$(tput bold)$(tput setaf 7)For now, the Hyprland version to be installed with this script will be v0.36.0$(tput sgr0)" printf "\n%.0s" {1..3} read -p "$(tput setaf 6)Would you like to proceed? (y/n): $(tput sgr0)" proceed