From 20be4958893463aa2490dec3c5febc1f1bcb961b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 21 Feb 2026 14:14:30 +0100 Subject: [PATCH] Allow updating the script --- install/login/sddm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/login/sddm.sh b/install/login/sddm.sh index 295c9a22..51be2dfb 100644 --- a/install/login/sddm.sh +++ b/install/login/sddm.sh @@ -1,6 +1,7 @@ sudo mkdir -p /etc/sddm.conf.d # Install omarchy SDDM theme +sudo rm -rf /usr/share/sddm/themes/omarchy sudo cp -r $OMARCHY_PATH/default/sddm/omarchy /usr/share/sddm/themes/omarchy if [[ ! -f /etc/sddm.conf.d/autologin.conf ]]; then