Sddm Archlinux Online
sudo pacman -S breeze
Reboot to see your new login screen! 🚀 sddm archlinux
[Desktop Entry] Name=My Custom Session Comment=My custom Wayland session Exec=/home/user/.config/custom-session.sh Type=Application # Install sudo pacman -S sddm Enable and start sudo systemctl enable --now sddm Configure (optional) sudo nano /etc/sddm.conf Set theme sudo pacman -S breeze sudo sed -i 's/^Current=.*/Current=breeze/' /etc/sddm.conf sudo pacman -S breeze Reboot to see your new login screen