Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyitdev authored Feb 13, 2022
1 parent d42bfc5 commit 4fc1f85
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ Screen resolution: 1080p.

### Install

1. Clone the repository with:
1. Clone this repository, copy files to `/usr/share/sddm/themes/` and fonts to `/usr/share/fonts/`:

```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:
Expand All @@ -20,11 +22,6 @@ Screen resolution: 1080p.
[Theme]
Current=sddm-astronaut-theme
```
3. Copy fonts.

```sh
sudo cp ./Fonts/* /usr/share/fonts/
```

### Credits

Expand Down

0 comments on commit 4fc1f85

Please sign in to comment.