mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
updated / corrected some issues
This commit is contained in:
parent
39a076eb56
commit
d300545f86
@ -10,6 +10,7 @@ ags=(
|
|||||||
gjs
|
gjs
|
||||||
libgtk-layer-shell-dev
|
libgtk-layer-shell-dev
|
||||||
libgtk-3-dev
|
libgtk-3-dev
|
||||||
|
libpam0g-dev
|
||||||
libpulse-dev
|
libpulse-dev
|
||||||
libdbusmenu-gtk3-dev
|
libdbusmenu-gtk3-dev
|
||||||
libsoup-3.0-dev
|
libsoup-3.0-dev
|
||||||
|
|||||||
@ -34,13 +34,7 @@ for PKG1 in "${swww[@]}"; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
printf "${NOTE} Force installing packages...\n"
|
printf "\n%.0s" {1..2}
|
||||||
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 "${NOTE} Installing swww\n"
|
printf "${NOTE} Installing swww\n"
|
||||||
|
|
||||||
|
|||||||
@ -52,8 +52,8 @@ while true; do
|
|||||||
fi
|
fi
|
||||||
sed -i '/#pokemon-colorscripts --no-title -s -r/s/^#//' assets/.zshrc >> "$LOG" 2>&1
|
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
|
# disabling fastfetch on .zshrc
|
||||||
fastfetch -c $HOME/.config/fastfetch/config-compact.jsonc
|
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"
|
echo "${NOTE} Pokemon Installation process completed" 2>&1 | tee -a "$LOG"
|
||||||
break
|
break
|
||||||
|
|||||||
@ -210,6 +210,8 @@ execute_script "wallust.sh"
|
|||||||
|
|
||||||
execute_script "swww.sh"
|
execute_script "swww.sh"
|
||||||
execute_script "rofi-wayland.sh"
|
execute_script "rofi-wayland.sh"
|
||||||
|
|
||||||
|
sleep 1
|
||||||
execute_script "ags.sh"
|
execute_script "ags.sh"
|
||||||
execute_script "hyprland.sh"
|
execute_script "hyprland.sh"
|
||||||
execute_script "hyprlock.sh"
|
execute_script "hyprlock.sh"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user