updated / corrected some issues

This commit is contained in:
JaKooLit 2024-09-20 17:07:45 +09:00
parent 39a076eb56
commit d300545f86
4 changed files with 7 additions and 10 deletions

View File

@ -10,6 +10,7 @@ ags=(
gjs
libgtk-layer-shell-dev
libgtk-3-dev
libpam0g-dev
libpulse-dev
libdbusmenu-gtk3-dev
libsoup-3.0-dev

View File

@ -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"

View File

@ -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

View File

@ -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"