From 3055163f1ce976876c790c8fb9f657d0e648af6c Mon Sep 17 00:00:00 2001 From: nevaforget Date: Fri, 20 Dec 2024 00:16:13 +0100 Subject: [PATCH] fix sddm theme --- stower.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stower.sh b/stower.sh index dab4054..3b8b5b0 100755 --- a/stower.sh +++ b/stower.sh @@ -82,7 +82,7 @@ function inst_sddm { # wget --unlink https://github.com/catppuccin/sddm/releases/download/v1.0.0/catppuccin-mocha.zip # sudo unzip catppuccin-mocha.zip -d /usr/share/sddm/themes/ git clone https://gitea.moonarch.de/nevaforget/moonarch-sddm.git - cp -R moonarch-sddm /usr/share/sddm/themes/ + sudo cp -Rf moonarch-sddm /usr/share/sddm/themes/ sudo rm -rf /usr/share/sddm/themes/moonarch-sddm/.git sudo sed -i "s/^Current=.*/Current=moonarch-sddm/g" /etc/sddm.conf @@ -113,6 +113,7 @@ function inst_pkgs { paru -S informant sudo informant read --all + $(getent group informant) ] || groupadd informant sudo usermod -a -G informant $USER fi