changed the sddm theme destination to /etc/sddm.conf.d/10-theme.conf to theme.conf.user

This commit is contained in:
JaKooLit
2024-05-22 21:13:24 +09:00
parent bc4a9b54f7
commit bd162bffd3
2 changed files with 2 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ while [ "$valid_input" != true ]; do
fi
sudo mv simple-sddm-2 /usr/share/sddm/themes/
echo -e "[Theme]\nCurrent=simple-sddm-2" | sudo tee "$sddm_conf_dir/10-theme.conf" &>> "$LOG"
echo -e "[Theme]\nCurrent=simple-sddm-2" | sudo tee "$sddm_conf_dir/theme.conf.user" &>> "$LOG"
else
echo -e "\e[1A\e[K${ERROR} - Failed to clone the theme repository. Please check your internet connection" | tee -a "$LOG" >&2
fi