From 4fc1f851ebf92eb6f9a7c23a1f125af00aa85658 Mon Sep 17 00:00:00 2001 From: Keyitdev <70140437+Keyitdev@users.noreply.github.com> Date: Sun, 13 Feb 2022 17:43:15 +0100 Subject: [PATCH] Updated README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8e50553..2cfaa1a 100644 --- a/README.md +++ b/README.md @@ -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: @@ -20,11 +22,6 @@ Screen resolution: 1080p. [Theme] Current=sddm-astronaut-theme ``` -3. Copy fonts. - - ```sh - sudo cp ./Fonts/* /usr/share/fonts/ - ``` ### Credits