Updated README.md

This commit is contained in:
Keyitdev 2022-02-13 17:43:15 +01:00 committed by GitHub
parent d42bfc5b1d
commit 4fc1f851eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,12 @@ Screen resolution: 1080p.
### Install ### Install
1. Clone the repository with: 1. Clone this repository, copy files to `/usr/share/sddm/themes/` and fonts to `/usr/share/fonts/`:
```sh ```sh
sudo git clone https://github.com/keyitdev/sddm-astronaut-theme.git /usr/share/sddm/themes/ sudo git clone https://github.com/keyitdev/sddm-astronaut-theme.git
sudo cp -fdr sddm-astronaut-theme /usr/share/sddm/themes/
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: 2. Then edit `/etc/sddm.conf`, so that it looks like this:
@ -20,11 +22,6 @@ Screen resolution: 1080p.
[Theme] [Theme]
Current=sddm-astronaut-theme Current=sddm-astronaut-theme
``` ```
3. Copy fonts.
```sh
sudo cp ./Fonts/* /usr/share/fonts/
```
### Credits ### Credits