stower.sh aktualisiert

This commit is contained in:
nevaforget 2024-12-26 20:54:33 +01:00
parent 6a1d36eace
commit bcd6488e92

View File

@ -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