diff --git a/pkg-files/kdedh.txt b/pkg-files/kdedh.txt index f024097..80ed58d 100644 --- a/pkg-files/kdedh.txt +++ b/pkg-files/kdedh.txt @@ -22,6 +22,7 @@ konsole kscreen kvantum-qt5 kwayland-integration +kwalletmanager layer-shell-qt milou okular diff --git a/scripts/0-preinstall.sh b/scripts/0-preinstall.sh index d8fbc61..eab1c90 100755 --- a/scripts/0-preinstall.sh +++ b/scripts/0-preinstall.sh @@ -39,7 +39,7 @@ echo -ne " Setting up $iso mirrors for faster downloads ------------------------------------------------------------------------- " -reflector -a 48 -l 20 --sort rate --save /etc/pacman.d/mirrorlist +reflector -a 48 --connection-timeout 1 --download-timeout 2 -l 50 -p rsync --sort rate --save /etc/pacman.d/mirrorlist mkdir /mnt &>/dev/null # Hiding error message if any echo -ne " ------------------------------------------------------------------------- diff --git a/scripts/3-post-setup.sh b/scripts/3-post-setup.sh index dbca32a..91edf58 100755 --- a/scripts/3-post-setup.sh +++ b/scripts/3-post-setup.sh @@ -136,7 +136,7 @@ PLYMOUTH_THEME="arch-glow" # can grab from config later if we allow selection mkdir -p /usr/share/plymouth/themes echo 'Installing Plymouth theme...' cp -rf ${PLYMOUTH_THEMES_DIR}/${PLYMOUTH_THEME} /usr/share/plymouth/themes -if [[ $FS == "luks"]]; then +if [[ $FS == "luks" ]]; then sed -i 's/HOOKS=(base udev*/& plymouth/' /etc/mkinitcpio.conf # add plymouth after base udev sed -i 's/HOOKS=(base udev \(.*block\) /&plymouth-/' /etc/mkinitcpio.conf # create plymouth-encrypt after block hook else