Compare commits
2 Commits
4b71b58a9f
...
3055163f1c
| Author | SHA1 | Date | |
|---|---|---|---|
| 3055163f1c | |||
| f5ab1d95f5 |
@ -82,7 +82,7 @@ function inst_sddm {
|
|||||||
# wget --unlink https://github.com/catppuccin/sddm/releases/download/v1.0.0/catppuccin-mocha.zip
|
# 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/
|
# sudo unzip catppuccin-mocha.zip -d /usr/share/sddm/themes/
|
||||||
git clone https://gitea.moonarch.de/nevaforget/moonarch-sddm.git
|
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 rm -rf /usr/share/sddm/themes/moonarch-sddm/.git
|
||||||
sudo sed -i "s/^Current=.*/Current=moonarch-sddm/g" /etc/sddm.conf
|
sudo sed -i "s/^Current=.*/Current=moonarch-sddm/g" /etc/sddm.conf
|
||||||
|
|
||||||
@ -109,10 +109,13 @@ function inst_pkgs {
|
|||||||
pkg_inst $key
|
pkg_inst $key
|
||||||
done
|
done
|
||||||
|
|
||||||
sudo cp $HYPRMOONARCH_DIR/usr/local/bin/{*} /usr/local/bin/
|
sudo cp -Rf $HYPRMOONARCH_DIR/usr/local/bin/* /usr/local/bin/
|
||||||
|
|
||||||
paru -S informant
|
paru -S informant
|
||||||
sudo informant read --all
|
sudo informant read --all
|
||||||
|
$(getent group informant) ] || groupadd informant
|
||||||
|
sudo usermod -a -G informant $USER
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $HYPRMOONARCH_DIR
|
cd $HYPRMOONARCH_DIR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user