Compare commits

..

No commits in common. "3055163f1ce976876c790c8fb9f657d0e648af6c" and "4b71b58a9f49f28785aab1b9abcdea84729ca452" have entirely different histories.

View File

@ -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
sudo cp -Rf moonarch-sddm /usr/share/sddm/themes/
cp -R 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
@ -109,13 +109,10 @@ function inst_pkgs {
pkg_inst $key
done
sudo cp -Rf $HYPRMOONARCH_DIR/usr/local/bin/* /usr/local/bin/
sudo cp $HYPRMOONARCH_DIR/usr/local/bin/{*} /usr/local/bin/
paru -S informant
sudo informant read --all
$(getent group informant) ] || groupadd informant
sudo usermod -a -G informant $USER
fi
cd $HYPRMOONARCH_DIR