First clone the repository:
git clone https://github.com/Eayu/sddm-theme-clairvoyance
Make sure that you have sddm, qt5 and fira-mono installed. On arch:
sudo pacman -S sddm qt5 ttf-fira-mono
Then move it to the sddm-themes directory:
sudo mv sddm-theme-clairvoyance /usr/share/sddm/themes/clairvoyance
Then set the current theme to clairvoyance in sddm.conf:
sudo vim /etc/sddm.conf
and set "Current" equal to "clairvoyance" (no speech marks).
Click the image to see the video:
There are a few options that you can edit in "theme.conf" - background, autoFocusPassword and enableHDPI.
background: set this equal to the path of your background. I would recommend you place your background in the Assets folder and use the relative path (e.g. the default is Assets/background.jpg).
autoFocusPassword: set this equal to 'true' (no quotes) to make the password input to automatically focus after you have chosen your user. To focus the password without using this option you can press the TAB key, or click in the area.
enableHDPI: set this equal to 'true' (no quotes) to enable HDPI mode - this decreases some of the font-sized as they are automaticaly scaled up, messing up some of the layout. I can't test this myself on a HDPI screen, so if you have any issues, don't be afriad to open an issue.
I shamelessly stole the power icons (shutdown restart etc.) from https://github.com/Match-Yang/sddm-deepin .