From bd162bffd39948b77dc084395a30978f1086cd1c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 22 May 2024 21:13:24 +0900 Subject: [PATCH] changed the sddm theme destination to /etc/sddm.conf.d/10-theme.conf to theme.conf.user --- CHANGELOGS.md | 1 + install-scripts/sddm.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index d32b220..12a8d85 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -2,6 +2,7 @@ ## 22 May 2024 - nwg-look is now in extra repo so replaced with nwg-look from nwg-look-bin +- change the sddm theme destination to /etc/sddm.conf.d/10-theme.conf to theme.conf.user ## 19 May 2024 - Disabled the auto-login in .zprofile as it causes auto-login to Hyprland if any wayland was chosen. Can enabled if only using hyprland diff --git a/install-scripts/sddm.sh b/install-scripts/sddm.sh index 6ba67d9..ed645a7 100755 --- a/install-scripts/sddm.sh +++ b/install-scripts/sddm.sh @@ -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