forked from Shinonome/dots-hyprland
Minor fix inst script.
This commit is contained in:
+2
-2
@@ -26,7 +26,7 @@ read -p "====> " p
|
|||||||
case $p in
|
case $p in
|
||||||
y)ask=true;;
|
y)ask=true;;
|
||||||
n)ask=false;;
|
n)ask=false;;
|
||||||
*)exit;;
|
*)exit 1;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -146,7 +146,7 @@ done
|
|||||||
v rsync -av ".local/bin/" "$HOME/.local/bin/"
|
v rsync -av ".local/bin/" "$HOME/.local/bin/"
|
||||||
|
|
||||||
# Prevent hyprland from not fully loaded
|
# Prevent hyprland from not fully loaded
|
||||||
sleep 2
|
sleep 1
|
||||||
try hyprctl reload
|
try hyprctl reload
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
printf "\e[36m[$0]: Finished. See the \"Import Manually\" folder and grab anything you need.\e[97m\n"
|
printf "\e[36m[$0]: Finished. See the \"Import Manually\" folder and grab anything you need.\e[97m\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user