Files
sddm-astronaut-theme/README.md
T
2024-09-11 22:12:36 +02:00

74 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](./theme.conf)**.
Here are some examples:
![Preview](./Previews/preview1.png)
![Preview](./Previews/preview2.png)
![Preview](./Previews/preview3.png)
![Preview](./Previews/preview4.png)
### 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
![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-2024 Keyitdev.