diff --git a/CHANGELOGS.md b/CHANGELOGS.md index cb2e81e..fa11ca3 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,11 @@ ## Changelogs +## 15 May 2025 +- Backed down hyprland version to install as v0.40.0 is failing to install +- removed from waybar-git to install. Instead to install from official repo +- cliphist install script is removed as it is now on Debian repo +- dependencies cleaned up and added + ## 10 May 2024 - added wallust-git and remove python-pywal for migration to wallust on Hyprland-Dots v2.2.11 diff --git a/install-scripts/00-dependencies.sh b/install-scripts/00-dependencies.sh index 4c6af73..921d7dc 100755 --- a/install-scripts/00-dependencies.sh +++ b/install-scripts/00-dependencies.sh @@ -33,7 +33,7 @@ dependencies=( libgraphene-1.0-0 libgraphene-1.0-dev libgtk-3-dev - libgulkan-0.15-0 + libgulkan-0.15-0t64 libgulkan-dev libinih-dev libinput-dev @@ -92,7 +92,7 @@ dependencies=( seatd spirv-tools vulkan-validationlayers - vulkan-validationlayers-dev + vulkan-utility-libraries-dev wayland-protocols xdg-desktop-portal xwayland diff --git a/install-scripts/cliphist.sh b/install-scripts/cliphist.sh deleted file mode 100755 index ca7937b..0000000 --- a/install-scripts/cliphist.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash -# 💫 https://github.com/JaKooLit 💫 # -# Cliphist install using go # - -## This is to be be use for Ubuntu 23.10 only -# it is disabled by default. Enable it on install.sh #execute_script "cliphist.sh" - -## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## -# Determine the directory where the script is located -SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" - -# Change the working directory to the parent directory of the script -PARENT_DIR="$SCRIPT_DIR/.." -cd "$PARENT_DIR" || exit 1 - -source "$(dirname "$(readlink -f "$0")")/Global_functions.sh" - -# Set the name of the log file to include the current date and time -LOG="Install-Logs/install-$(date +%d-%H%M%S)_cliphist.log" - -# Install cliphist using go (for UBUNTU 23.10 users) -printf "\n%s - Installing cliphist using go.... \n" "${NOTE}" -export PATH=$PATH:/usr/local/bin -go install go.senan.xyz/cliphist@latest 2>&1 | tee -a "$LOG" - -# copy cliphist into /usr/local/bin for some reason it is installing in ~/go/bin -sudo cp -r "$HOME/go/bin/cliphist" "/usr/local/bin/" 2>&1 | tee -a "$LOG" - -clear diff --git a/install-scripts/hyprland.sh b/install-scripts/hyprland.sh index 3abc0cd..768b657 100755 --- a/install-scripts/hyprland.sh +++ b/install-scripts/hyprland.sh @@ -4,7 +4,7 @@ #specific branch or release -hyprland_tag="v0.40.0" +hyprland_tag="v0.39.1" ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## # Determine the directory where the script is located diff --git a/install.sh b/install.sh index c9afc15..411aba7 100755 --- a/install.sh +++ b/install.sh @@ -171,11 +171,9 @@ execute_script "hypridle.sh" execute_script "hyprwayland-scanner.sh" execute_script "hyprland.sh" execute_script "hypr-eco.sh" -execute_script "waybar-git.sh" +# execute_script "waybar-git.sh" only if waybar on repo is old -#execute_script "cliphist.sh" - if [ "$nvidia" == "Y" ]; then execute_script "nvidia.sh" fi