mirror of
https://github.com/Keyitdev/sddm-astronaut-theme.git
synced 2026-09-24 02:22:09 +00:00
75 lines
1.5 KiB
Markdown
75 lines
1.5 KiB
Markdown
# 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:
|
|
|
|

|
|

|
|

|
|

|
|
|
|
### Dependencies
|
|
|
|
#### Arch, Void
|
|
```sh
|
|
sddm qt6-svg
|
|
```
|
|
#### Fedora
|
|
```sh
|
|
sddm qt6-qtsvg
|
|
```
|
|
#### OpenSUSE
|
|
```sh
|
|
sddm-qt6 qt6-svg
|
|
```
|
|
|
|
### 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`, so that it looks like this:
|
|
|
|
```sh
|
|
echo "[Theme]
|
|
Current=sddm-astronaut-theme" | sudo tee /etc/sddm.conf
|
|
```
|
|
|
|
|
|
### Virtual keyboard
|
|
|
|

|
|
|
|
#### 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-2024 Keyitdev.
|