# sddm-astronaut-theme A theme for the [SDDM login manager](https://github.com/sddm/sddm). - Screen resolution: 1080p - Font: Open sans ### Preview You can easily change how it looks in **[config](./Themes/theme1.conf)**. Here are some examples: ![Preview](./Previews/preview1.png) ![Preview](./Previews/preview2.png) ![Preview](./Previews/preview3.png) ![Preview](./Previews/preview4.png) ### Dependencies [`sddm >= 0.21.0`](https://github.com/sddm/sddm), [`qt6 >= 6.8`](https://doc.qt.io/qt-6/index.html), [`qt6-svg >= 6.8`](https://doc.qt.io/qt-6/qtsvg-index.html), [`qt6-virtualkeyboard >= 6.8`](https://doc.qt.io/qt-6/qtvirtualkeyboard-index.html), [`qt6-multimedia >= 6.8`](https://doc.qt.io/qt-6/qtmultimedia-index.html) ```sh sddm qt6-svg qt6-virtualkeyboard qt6-multimedia-ffmpeg # Arch sddm qt6-svg qt6-virtualkeyboard qt6-multimedia # Void sddm qt6-qtsvg qt6-qtvirtualkeyboard qt6-qtmultimedia # Fedora sddm-qt6 qt6-svg qt6-virtualkeyboard qt6-multimedia # OpenSUSE ``` ### Install 1. Clone this repository, copy fonts to `/usr/share/fonts/`: ```sh sudo git clone https://github.com/keyitdev/sddm-astronaut-theme.git /usr/share/sddm/themes/sddm-astronaut-theme sudo cp /usr/share/sddm/themes/sddm-astronaut-theme/Fonts/* /usr/share/fonts/ ``` 2. Then edit `/etc/sddm.conf` using the following command: ```sh echo "[Theme] Current=sddm-astronaut-theme" | sudo tee /etc/sddm.conf ``` ### Virtual keyboard ![Preview](./Previews/preview5.png) #### Arch 1. Install package. ```sh sddm qt6-virtualkeyboard ``` 2. Then edit `/etc/sddm.conf.d/virtualkbd.conf`, so that it looks like this: ```sh [General] InputMethod=qtvirtualkeyboard ``` ### Credits Based on the theme [`Sugar Dark for SDDM`](https://github.com/MarianArlt/sddm-sugar-dark) by **MarianArlt**. ### License Distributed under the **[GPLv3+](https://www.gnu.org/licenses/gpl-3.0.html) License**. Copyright (C) 2022-2025 Keyitdev.