From 33bb7dd1937d6c23ceed842d9c7e10d279ddb5a7 Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 16 Feb 2024 15:50:52 +0800 Subject: [PATCH] Fix #260 --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ddc80483a..879ecd717 100755 --- a/install.sh +++ b/install.sh @@ -121,7 +121,8 @@ done v rsync -av ".local/bin/" "$HOME/.local/bin/" # Prevent hyprland from not fully loaded -sleep 2&&hyprctl reload +sleep 2 +try hyprctl reload ##################################################################################### printf "\e[36m[$0]: Finished. See the \"Import Manually\" folder and grab anything you need.\e[97m\n" printf "\e[36mPress \e[30m\e[46m Ctrl+Super+T \e[0m\e[36m to select a wallpaper\e[97m\n"