Skip to content

Commit 80cb89b

Browse files
committed
Update README.md
Wrap text, mention Wayland, drop #sddm-devel and update requirements.
1 parent c3e667d commit 80cb89b

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,27 @@
55
[![GitHub issues](https://img.shields.io/github/issues/sddm/sddm.svg)](https://github.com/sddm/sddm/issues)
66
[![Build Status](https://travis-ci.org/sddm/sddm.svg?branch=master)](https://travis-ci.org/sddm/sddm)
77

8-
SDDM is a modern display manager for X11 aiming to be fast, simple and beautiful. It uses modern technologies like QtQuick, which in turn gives the designer the ability to create smooth, animated user interfaces.
8+
SDDM is a modern display manager for X11 and Wayland aiming to be fast, simple and beautiful.
9+
It uses modern technologies like QtQuick, which in turn gives the designer the ability to
10+
create smooth, animated user interfaces.
911

10-
SDDM is extremely themeable. We put no restrictions on the user interface design, it is completely up to the designer. We simply provide a few callbacks to the user interface which can be used for authentication, suspend etc. To further ease theme creation we provide some premade components like a textbox, a combox etc.
12+
SDDM is extremely themeable. We put no restrictions on the user interface design,
13+
it is completely up to the designer. We simply provide a few callbacks to the user interface
14+
which can be used for authentication, suspend etc.
1115

12-
There are a few sample themes distributed with SDDM. They can be used as a starting point for new themes.
16+
To further ease theme creation we provide some premade components like a textbox,
17+
a combox etc.
18+
19+
There are a few sample themes distributed with SDDM.
20+
They can be used as a starting point for new themes.
1321

1422
## LICENSING
1523

16-
Source code of SDDM is licensed under GNU GPL version 2 or later (at your opinion). QML files are MIT licensed and images are CC BY 3.0. Most of the files include a license header.
24+
Source code of SDDM is licensed under GNU GPL version 2 or later (at your opinion).
25+
26+
QML files are MIT licensed and images are CC BY 3.0.
27+
28+
Most of the files include a license header.
1729

1830
## RESOURCES
1931

@@ -27,8 +39,6 @@ https://groups.google.com/group/sddm-devel
2739

2840
**sddm** on **irc.freenode.net**
2941

30-
**sddm-devel** on **irc.freenode.net**
31-
3242
## SCREENSHOTS
3343

3444
![sample screenshot](https://raw.github.com/sddm/sddm/master/data/themes/maui/maui.jpg)
@@ -43,7 +53,7 @@ https://groups.google.com/group/sddm-devel
4353

4454
## INSTALLATION
4555

46-
Qt >= 5.0.0 is required to use SDDM, although Qt >= 5.3.0 is recommended.
56+
Qt >= 5.3.0 is required to use SDDM, although Qt >= 5.4.0 is recommended.
4757

4858
SDDM runs the greeter as a system user named "sddm" whose home directory needs
4959
to be set to ```/var/lib/sddm```.

0 commit comments

Comments
 (0)