Added dependencies, changed edit command

This commit is contained in:
Deerrorer 2022-02-22 16:35:03 +01:00
parent 4fc1f851eb
commit 9a7aae8bcf
No known key found for this signature in database
GPG Key ID: 6EA1EFA7A87B1144

View File

@ -6,6 +6,10 @@ Screen resolution: 1080p.
### Preview ### Preview
![Preview](./Previews/preview.png) ![Preview](./Previews/preview.png)
### Dependencies
[`sddm >= 0.18.0`](https://github.com/sddm/sddm), [`qt5 >= 5.11.0`](http://doc.qt.io/qt-5/index.html), [`qt5-quickcontrols2 >= 5.11.0`](http://doc.qt.io/qt-5/qtquickcontrols2-index.html), [`qt5-svg >= 5.11.0`](https://doc.qt.io/qt-5/qtsvg-index.html)
### Install ### Install
1. Clone this repository, copy files to `/usr/share/sddm/themes/` and fonts to `/usr/share/fonts/`: 1. Clone this repository, copy files to `/usr/share/sddm/themes/` and fonts to `/usr/share/fonts/`:
@ -19,8 +23,8 @@ Screen resolution: 1080p.
2. Then edit `/etc/sddm.conf`, so that it looks like this: 2. Then edit `/etc/sddm.conf`, so that it looks like this:
```sh ```sh
[Theme] echo "[Theme]
Current=sddm-astronaut-theme Current=sddm-astronaut-theme" | sudo tee /etc/sddm.conf
``` ```
### Credits ### Credits