From 81bc798e1d1173f45cd06f5b428ddefb99fa5696 Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 31 Mar 2024 07:58:44 +0800 Subject: [PATCH] Tips for newbie --- install.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c85e2272..279a0f07 100755 --- a/install.sh +++ b/install.sh @@ -236,9 +236,15 @@ grep -q 'source ~/.config/zshrc.d/dots-hyprland.zsh' ~/.zshrc && existed_zsh_con ##################################################################################### printf "\e[36m[$0]: Finished. See the \"Import Manually\" folder and grab anything you need.\e[0m\n" +echo "If you are new to Hyprland, please read" +echo "https://end-4.github.io/dots-hyprland-wiki/en/i-i/01setup/#post-installation" +echo "for hints on launching Hyprland." +echo "\n" +echo "If you are already running Hyprland," printf "\e[36mPress \e[30m\e[46m Ctrl+Super+T \e[0m\e[36m to select a wallpaper\e[0m\n" printf "\e[36mPress \e[30m\e[46m Super+/ \e[0m\e[36m for a list of keybinds\e[0m\n" -echo "See https://end-4.github.io/dots-hyprland-wiki/en for more info." +echo "\n" + case $existed_ags_opt in y) printf "\n\e[33m[$0]: Warning: \"~/.config/ags/user_options.js\" already existed before and we didn't overwrite it. \e[0m\n" # printf "\e[33mPlease use \"~/.config/ags/user_options.js.new\" as a reference for a proper format.\e[0m\n"