From 849677a93b37975b0d003fe0af0631cd338db2ed Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 19 Jul 2025 11:21:18 +0900 Subject: [PATCH] another update --- install-scripts/hypridle.sh | 2 +- install-scripts/hyprlock.sh | 2 +- install.sh | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/install-scripts/hypridle.sh b/install-scripts/hypridle.sh index b07f942..d96a9b7 100755 --- a/install-scripts/hypridle.sh +++ b/install-scripts/hypridle.sh @@ -7,7 +7,7 @@ idle=( ) #specific branch or release -idle_tag="v0.1.2" +idle_tag="v0.1.6" ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/install-scripts/hyprlock.sh b/install-scripts/hyprlock.sh index a58401c..3f328ff 100755 --- a/install-scripts/hyprlock.sh +++ b/install-scripts/hyprlock.sh @@ -10,7 +10,7 @@ lock=( ) #specific branch or release -lock_tag="v0.4.0" +lock_tag="v0.9.0" ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/install.sh b/install.sh index c8e29c7..c36692f 100755 --- a/install.sh +++ b/install.sh @@ -359,8 +359,6 @@ execute_script "rofi-wayland.sh" sleep 1 execute_script "hyprlock.sh" sleep 1 -execute_script "hyprlang.sh" -sleep 1 execute_script "hypridle.sh" #execute_script "imagemagick.sh" #this is for compiling from source. 07 Sep 2024