From b43ace2f2440dfa09c4105ad745a6353d0d19935 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 4 Feb 2025 11:57:39 +0900 Subject: [PATCH] updated sddm.sh --- install-scripts/sddm.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install-scripts/sddm.sh b/install-scripts/sddm.sh index 2285d04..a7b822b 100755 --- a/install-scripts/sddm.sh +++ b/install-scripts/sddm.sh @@ -91,7 +91,9 @@ while [ "$valid_input" != true ]; do # replace current background from assets sudo cp -r assets/sddm.png /usr/share/sddm/themes/sequoia_2/backgrounds/default - sudo sed -i 's|^wallpaper=".*"|wallpaper="backgrounds/default"|' /usr/share/sddm/themes/sequoia_2/theme.conf + sudo sed -i 's|^wallpaper=".*"|wallpaper="backgrounds/default"|' /usr/share/sddm/themes/sequoia_2/theme.conf + + echo -e "\e[1A\e[K${OK} - ${MAGENTA}Additional SDDM Theme${RESET} successfully installed" | tee -a "$LOG" >&2 else echo -e "\e[1A\e[K${ERROR} - Failed to clone the sddm theme repository. Please check your internet connection" | tee -a "$LOG" >&2