From 49a01b84c36de961e1d235c118a1c792298f7efc Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 10 Jul 2024 00:03:15 +0900 Subject: [PATCH] move hyprutils to install first before hyprlock --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 61b4fc0..bc334fa 100755 --- a/install.sh +++ b/install.sh @@ -163,12 +163,12 @@ execute_script "swww.sh" execute_script "rofi-wayland.sh" execute_script "wallust.sh" execute_script "ags.sh" +execute_script "hyprutils.sh" execute_script "hyprlang.sh" execute_script "hyprlock.sh" execute_script "hyprcursor.sh" execute_script "hypridle.sh" execute_script "hyprwayland-scanner.sh" -execute_script "hyprutils.sh" execute_script "hyprland.sh" execute_script "hypr-eco.sh" # execute_script "waybar-git.sh" only if waybar on repo is old