diff --git a/install-scripts/ags.sh b/install-scripts/ags.sh index 1943c81..71b9237 100755 --- a/install-scripts/ags.sh +++ b/install-scripts/ags.sh @@ -9,7 +9,8 @@ ags=( libgjs-dev gjs libgtk-layer-shell-dev - libgtk-3-dev + libgtk-3-dev + libpam0g-dev libpulse-dev libdbusmenu-gtk3-dev libsoup-3.0-dev diff --git a/install-scripts/swww.sh b/install-scripts/swww.sh index a317ea9..d20b32a 100755 --- a/install-scripts/swww.sh +++ b/install-scripts/swww.sh @@ -34,13 +34,7 @@ for PKG1 in "${swww[@]}"; do fi done -printf "${NOTE} Force installing packages...\n" -for FORCE in "${swww[@]}"; do - sudo apt-get --reinstall install -y "$FORCE" 2>&1 | tee -a "$LOG" - [ $? -ne 0 ] && { echo -e "\e[1A\e[K${ERROR} - $FORCE Package installation failed, Please check the installation logs"; exit 1; } -done - -printf "\n\n" +printf "\n%.0s" {1..2} printf "${NOTE} Installing swww\n" diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh index 3c3137a..6e97c1e 100755 --- a/install-scripts/zsh.sh +++ b/install-scripts/zsh.sh @@ -52,8 +52,8 @@ while true; do fi sed -i '/#pokemon-colorscripts --no-title -s -r/s/^#//' assets/.zshrc >> "$LOG" 2>&1 - # fastfetch. Will be disabled if above colorscript was chosen to install - fastfetch -c $HOME/.config/fastfetch/config-compact.jsonc + # disabling fastfetch on .zshrc + sed -i '/^fastfetch -c $HOME\/.config\/fastfetch\/config-compact.jsonc/s/^/#/' assets/.zshrc >> "$LOG" 2>&1 echo "${NOTE} Pokemon Installation process completed" 2>&1 | tee -a "$LOG" break diff --git a/install.sh b/install.sh index db8e166..904f5c3 100755 --- a/install.sh +++ b/install.sh @@ -210,6 +210,8 @@ execute_script "wallust.sh" execute_script "swww.sh" execute_script "rofi-wayland.sh" + +sleep 1 execute_script "ags.sh" execute_script "hyprland.sh" execute_script "hyprlock.sh"