Add greeter conf

This commit is contained in:
morten-b
2021-01-24 14:25:33 +01:00
committed by GitHub
parent 3aafa4da72
commit 4b7ba266f9

View File

@@ -3,10 +3,11 @@ git clone https://github.com/OdiousImp2604/SwayEOS.git
pushd SwayEOS >/dev/null
cp -R .config /home/$NEW_USER/
cp -R .config ~/
chmod -R +x ~/.config/Sway/scripts /home/$NEW_USER/.config/Sway/scripts
chmod +x ~/home/$NEW_USER/.config/waybar/scripts/weather.sh
cp .profile ~/
cp .profile /home/$NEW_USER/
cp lightdm-gtk-greeter.conf /etc/lightdm/
chmod -R +x ~/.config/Sway/scripts /home/$NEW_USER/.config/Sway/scripts
chmod +x ~/home/$NEW_USER/.config/waybar/scripts/weather.sh
chown -R $NEW_USER:users /home/$NEW_USER/.config /home/$NEW_USER/.profile
popd >/dev/null
rm -rf SwayEOS