From 9334691f76c9a813618b4afab4b5c30a8b1a3f83 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 5 Feb 2025 13:42:58 +0900 Subject: [PATCH] updated sddm.sh --- install-scripts/sddm.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-scripts/sddm.sh b/install-scripts/sddm.sh index 794ae8b..7872205 100755 --- a/install-scripts/sddm.sh +++ b/install-scripts/sddm.sh @@ -98,6 +98,11 @@ while [ "$valid_input" != true ]; do 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 + # Copy Nerd Fonts (necessary for icons to properly show) + printf "\n%s - Copying nerd font to /usr inoder for the new theme to have a proper icons\n" "${NOTE}" + sudo cp -r "$HOME/.local/share/fonts/JetBrainsMonoNerd" /usr/local/share/fonts/ + fc-cache -fv | tee -a "$LOG" >&2 + echo -e "\e[1A\e[K${OK} - ${MAGENTA}Additional SDDM Theme${RESET} successfully installed" | tee -a "$LOG" >&2 else