diff --git a/README.md b/README.md index 21610c8..970a2ab 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,18 @@
-#### Hyprland-Dots-showcase +#### Hyprland-Dots-showcase + + + +https://github.com/JaKooLit/Arch-Hyprland/assets/85185940/84e3948f-edbf-45b8-9e3f-1f6699e3830a + + +### Gallery and Videos +
+ +📷 Screenshots +

@@ -29,7 +40,8 @@ #### 📽️ youtube video showcase: [`Link`](https://youtu.be/W2UFwkgdwNo) - +

+ ### 🪧🪧🪧 ANNOUNCEMENT 🪧🪧🪧 - This Repo does not contain Hyprland Dots or configs! Dotfiles can be checked here [`Hyprland-Dots`](https://github.com/JaKooLit/Hyprland-Dots) . During installation, if you opt to copy installation, it will be downloaded from that centralized repo. - Hyprland-Dots use are constantly evolving / improving. you can check CHANGELOGS here [`Hyprland-Dots-Changelogs`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs) @@ -48,8 +60,9 @@ #### 🆕 Prerequisites - This install script is intended for atleast Server type / Minimal Arch Linux installed. -#### 🔘 Pipewire and Pipewire audio -- This script will install pipewire and will also disable or will uninstall pulseaudio. If you dont want it, you can simply just delete pipewire.sh in install-scripts folder before installing. +> [!NOTE] +> 🔘 Pipewire and Pipewire audio +- This script will install pipewire and will also disable or will uninstall pulseaudio. If you dont want it, edit install.sh, about line 191 and comment the line `execute_script "pipewire.sh"` or you can simply just delete pipewire.sh in install-scripts folder before installing. #### ✨ Costumize the packages to be installed - inside the install-scripts folder, you can edit 00-hypr-pkgs.sh. Care though as the Hyprland Dots may not work properly! @@ -153,4 +166,4 @@ log into your account ## 🥰🥰 💖💖 👍👍👍 -[![Stargazers over time](https://starchart.cc/JaKooLit/Arch-Hyprland.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Arch-Hyprland) \ No newline at end of file +[![Stargazers over time](https://starchart.cc/JaKooLit/Arch-Hyprland.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Arch-Hyprland) diff --git a/install.sh b/install.sh index 2ada388..30b481d 100755 --- a/install.sh +++ b/install.sh @@ -36,10 +36,10 @@ fi printf "\n%.0s" {1..2} -echo "$(tput bold)$(tput setaf 166)ATTENTION: Choose Y to use preset ONLY once you reviewed, updated or updated the preset.sh $(tput sgr0)" -echo "$(tput bold)$(tput setaf 7)If you are not sure what to do, choose N in the Use Preset Settings $(tput sgr0)" -printf "\n%.0s" {1..1} -read -p "$(tput setaf 6)Would you like to Use Preset Settings? (y/n): $(tput sgr0)" use_preset +echo "$(tput bold)$(tput setaf 166)ATTENTION: Choosing Y on use preset question will install also nvidia stuff! $(tput sgr0)" +echo "$(tput bold)$(tput setaf 3)CTRL C to cancel and edit the file preset.sh $(tput sgr0)" +echo "$(tput bold)$(tput setaf 7)If you are not sure what to do, answer N in here $(tput sgr0)" +read -p "$(tput setaf 6)Would you like to Use Preset Settings (See note above)? (y/n): $(tput sgr0)" use_preset # Use of Preset Settings if [[ $use_preset = [Yy] ]]; then