updated sddm and gtk themes

This commit is contained in:
Ja.KooLit
2023-12-18 02:39:30 +09:00
parent 27d0ca8862
commit 5aa16a287e
2 changed files with 16 additions and 10 deletions

View File

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