update custom

This commit is contained in:
Danneman92 2022-08-25 03:35:17 +01:00
parent 64067572d7
commit fe4d9b2df8
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ echo -ne "
Setting up $iso mirrors for faster downloads
-------------------------------------------------------------------------
"
reflector -a 48 -f 5 -l 20 --sort rate --save /etc/pacman.d/mirrorlist
reflector -a 48 -l 20 --sort rate --save /etc/pacman.d/mirrorlist
mkdir /mnt &>/dev/null # Hiding error message if any
echo -ne "
-------------------------------------------------------------------------

View File

@ -61,7 +61,7 @@ export PATH=$PATH:~/.local/bin
# Theming DE if user chose FULL installation
if [[ $INSTALL_TYPE == "FULL" ]]; then
if [[ $DESKTOP_ENV == "kde" ]]; then
if [[ $DESKTOP_ENV == "kde" || "kdedh" ]]; then
cp -r ~/ArchTitus/configs/.config/* ~/.config/
pip install konsave
konsave -i ~/ArchTitus/configs/kde.knsv