https://fauux.neocities.org inspired sddm theme.
It does very bare minimum. Just login.
- clone this directory
git clone https://github.com/ioresolution/sddm-wired-theme
- copy directory to
/usr/share/sddm/themes/
usingsudo cp -r sddm-wired-theme /usr/share/sddm/themes/
- install
sddm
qt5-multimedia
qt5-quickcontrols
noto-fonts
- set sddm as your current login manager
systemctl enable sddm && systemctl start sddm
on Debian (or based distros) you can install these components using:
sudo apt install --no-install-recommends qml-module-qtquick-controls sddm fonts-noto #sddm comes with plasma-desktop; hence this flag
Open up your configuration file /etc/sddm.conf
and set sddm-wired-theme
as your current theme
[Theme]
# Current theme name
Current=sddm-wired-theme
Project Link: https://github.com/ioresolution/sddm-wired-theme