A minimal and clean SDDM login theme with customizable appearance and smooth animations.
showcase.mp4
You can install the theme automatically using the provided script, either by cloning the repository or directly via curl. The script will guide you through selecting your preferred color scheme.
Interactive Mode (Choose colors via menu):
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/talyamm/voidsddm/main/install.sh)"Silent Mode (Pass theme directly): Available themes: default, gruvbox, everforest, catppuccin, nord, tokyonight.
curl -fsSL https://raw.githubusercontent.com/talyamm/voidsddm/main/install.sh | sudo bash -s -- --theme tokyonightFirst, clone the repository and navigate to the directory:
git clone https://github.com/talyamm/voidsddm.git
cd voidsddmsudo chmod +x install.sh
sudo ./install.shsudo chmod +x install.sh
sudo ./install.sh --theme nordgit clone https://github.com/talyamm/voidsddm.gitsudo cp -r voidsddm /usr/share/sddm/themes/sudo nano /etc/sddm.conf[Theme]
Current=voidsddmYou can preview the set theme without logging out by runnning:
sddm-greeter --test-mode --theme /usr/share/sddm/themes/voidsddmThe theme includes multiple color schemes in the configs/ folder:
default.conf- Default black themegruvbox.conf- Gruvbox color schemeeverforest.conf- Everforest color schemecatppuccin.conf- Catppuccin Mocha color schemenord.conf- Nord color schemetokyonight.conf- Tokyo Night color scheme
To switch themes, edit metadata.desktop and change the ConfigFile value:
sudo nano /usr/share/sddm/themes/voidsddm/metadata.desktopChange the ConfigFile line to your desired theme:
ConfigFile=configs/gruvbox.conf- Arrow Keys: Navigate between selectors and options
- Enter: Activate selected option or authenticate
- F10: Suspend system
- F11: Shutdown system
- F12: Restart system
- SDDM (Simple Desktop Display Manager)
- Qt 6





