Skip to content

Commit

Permalink
Fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JiayuanWen authored Dec 20, 2023
1 parent 7b8f9b0 commit 1990712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Original repository: https://github.com/MarianArlt/sddm-sugar-dark

[Download the tar archive](https://github.com/JiayuanWen/sddm-sugar-steamOS/releases) then extract the contents to the theme directory of SDDM:
```
$ sudo tar -xzvf /Path/To/Your/sugar-steamOS.tar.gz -C /usr/share/sddm/themes
$ sudo tar -xzvf /Path/To/Your/sddm-sugar-steamOS.tar.gz -C /usr/share/sddm/themes
```
This will extract all the files to a folder called "sugar-steamOS" inside of the themes directory of SDDM.
This will extract all the files to a folder called "sddm-sugar-steamOS" inside of the themes directory of SDDM.

After that, you will have to point SDDM to the new theme by editing its config file with your favorite editor
```
Expand All @@ -49,7 +49,7 @@ Find following lines (Add if file is empty).
[Theme]
Current=
```
Set `Current=` to `Current=sugar-steamOS`.
Set `Current=` to `Current=sddm-sugar-steamOS`.

You can take a look at the default config file of SDDM for reference: `/usr/lib/sddm/sddm.conf.d/default.conf`.

Expand Down

0 comments on commit 1990712

Please # to comment.