forked from Shinonome/dots-hyprland
Update online script.
This commit is contained in:
@@ -24,7 +24,12 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary>Instructions</summary>
|
<summary>Instructions</summary>
|
||||||
|
|
||||||
- Installation: see the [Wiki](https://end-4.github.io/dots-hyprland-wiki/en)
|
- Auto install for Arch(-based) Linux:
|
||||||
|
```bash
|
||||||
|
bash <(curl -s "https://end-4.github.io/dots-hyprland-wiki/setup.sh")
|
||||||
|
```
|
||||||
|
- Manually install, other distros and more:
|
||||||
|
- See the [Wiki](https://end-4.github.io/dots-hyprland-wiki/en).
|
||||||
- If you'd like to suggest fixes or maybe a new widget, feel free to [open an issue](https://github.com/end-4/dots-hyprland/issues/new/choose)!
|
- If you'd like to suggest fixes or maybe a new widget, feel free to [open an issue](https://github.com/end-4/dots-hyprland/issues/new/choose)!
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -16,7 +16,7 @@ printf "Please CONFIRM that you HAVE ALREADY BACKED UP \"$HOME/.config/\" and \"
|
|||||||
printf "\e[97m"
|
printf "\e[97m"
|
||||||
printf "Enter capital \"YES\" (without quotes) to continue:"
|
printf "Enter capital \"YES\" (without quotes) to continue:"
|
||||||
read -p " " p
|
read -p " " p
|
||||||
case $p in "YES")sleep 0;; *)exit;;esac
|
case $p in "YES")sleep 0;; *)exit 1;;esac
|
||||||
printf '\n'
|
printf '\n'
|
||||||
printf 'Do you want to confirm every time before a command executes?\n'
|
printf 'Do you want to confirm every time before a command executes?\n'
|
||||||
printf ' y = Yes, ask me before executing each of them. (RECOMMENDED)\n'
|
printf ' y = Yes, ask me before executing each of them. (RECOMMENDED)\n'
|
||||||
@@ -152,3 +152,4 @@ 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"
|
||||||
printf "\e[36mPress \e[30m\e[46m Ctrl+Super+T \e[0m\e[36m to select a wallpaper\e[97m\n"
|
printf "\e[36mPress \e[30m\e[46m Ctrl+Super+T \e[0m\e[36m to select a wallpaper\e[97m\n"
|
||||||
printf "\e[36mPress \e[30m\e[46m Super+/ \e[0m\e[36m for a list of keybinds\e[97m\n"
|
printf "\e[36mPress \e[30m\e[46m Super+/ \e[0m\e[36m for a list of keybinds\e[97m\n"
|
||||||
|
echo "See https://end-4.github.io/dots-hyprland-wiki/en for more info."
|
||||||
|
|||||||
Reference in New Issue
Block a user