From bcd6488e92784d15bc2a7e59d44b469ebd836d77 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Thu, 26 Dec 2024 20:54:33 +0100 Subject: [PATCH] stower.sh aktualisiert --- stower.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stower.sh b/stower.sh index 75b7e5a..00e6670 100755 --- a/stower.sh +++ b/stower.sh @@ -71,6 +71,8 @@ function inst_sddm { do pkg_inst $key done + sddm --example-config > $HYPRMOONARCH_DIR/.cache/sddm.conf + sudo mv $HYPRMOONARCH_DIR/.cache/sddm.conf /etc/sddm.conf echo "set default user image" sudo cp -f $HYPRMOONARCH_DIR/usr/share/sddm/faces/.face /usr/share/sddm/faces/.face @@ -79,6 +81,7 @@ function inst_sddm { cd $HYPRMOONARCH_DIR/.cache # 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/ + rm -rf moonarch-sddm git clone https://gitea.moonarch.de/nevaforget/moonarch-sddm.git sudo cp -Rf moonarch-sddm /usr/share/sddm/themes/ sudo rm -rf /usr/share/sddm/themes/moonarch-sddm/.git @@ -109,7 +112,7 @@ function inst_pkgs { sudo cp -Rf $HYPRMOONARCH_DIR/usr/local/bin/* /usr/local/bin/ - paru -S informant + pkg_inst "informant" sudo informant read --all #$(getent group informant) ] || groupadd informant #sudo usermod -a -G informant $USER