-
Notifications
You must be signed in to change notification settings - Fork 89
Home
Willian Santos edited this page Jun 9, 2025
·
35 revisions
Caution
UNDER DEVELOPMENT
A beta will be released soon. I discourage you from using this theme until then.
Warning
PRE-RELEASE
Bugs are expected. SDDM itself has some annoying issues and limitations that make it very hard to create an actual good theme. If you encounter a bug, feel free to open an issue.
configs/default.conf
- SDDM ≥ 0.20;
- QT ≥ 6.5;
- qt6-svg;
- qt6-virtualkeyboard
- qt6-multimedia
Just run the script:
git clone -b main --depth=1 https://github.com/uiriansan/SilentSDDM && cd SilentSDDM && ./install.sh | bashImportant
Make sure to test the theme before rebooting by running ./test, otherwise you might end up with a broken login screen.
sudo pacman -S --needed sddm qt6-svg qt6-virtualkeyboard qt6-multimedia-ffmpegsudo apt-get install sddm qt6-svg qt6-virtualkeyboard qt6-multimediasudo xbps-install sddm qt6-svg qt6-virtualkeyboard qt6-multimediasudo dnf install sddm qt6-qtsvg qt6-qtvirtualkeyboard qt6-qtmultimediasudo zypper install sddm-qt6 libQt6Svg6 qt6-virtualkeyboard qt6-virtualkeyboard-imports qt6-multimedia qt6-multimedia-importsgit clone -b main --depth=1 https://github.com/uiriansan/SilentSDDM
cd SilentSDDM/Note
You can also get the compressed files from the latest release.
./testcd SilentSDDM/
sudo mkdir -p /usr/share/sddm/themes/silent
sudo cp -rf . /usr/share/sddm/themes/silent/sudo cp -r /usr/share/sddm/themes/silent/fonts/* /usr/share/fonts/sudoedit /etc/sddm.conf
# Make sure these options are correct:
[General]
GreeterEnvironment=QML2_IMPORT_PATH=/usr/share/sddm/themes/silent/components/,QT_IM_MODULE=qtvirtualkeyboard
InputMethod=qtvirtualkeyboard
[Theme]
Current=silent- Keyitdev/sddm-astronaut-theme: inspiration and code reference;
- Match-Yang/sddm-deepin: inspiration and code reference;
- qt/qtvirtualkeyboard: code reference;
- Joyston Judah: background;
- iconify.design: icons
I couldn't find the source for some of the images used here. E-mail me if you are the creator and want it removed or acknowledged.