Merge pull request #10 from DeaDvey/master

deadvey...
This commit is contained in:
javalsai 2024-08-06 23:35:33 +02:00 committed by GitHub
commit 842f915f41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
[![Latest Release](https://badgen.net/github/release/javalsai/lidm)](https://github.com/javalsai/lidm/releases)
# LiDM
LiDM is a really light display manager made in C, highly customizable and held together by hopes and prayers 🙏.
LiDM is a really light UI portion a [login manager](https://en.wikipedia.org/wiki/Login_manager), a non graphical [X Display Manager](https://en.wikipedia.org/wiki/X_display_manager) made in C, highly customizable and held together by hopes and prayers 🙏.
![demo gif](assets/media/lidm.gif)
> *shown as in a featured terminal emulator, actual linux console doesn't support as much color and decorations*

View File

@ -23,14 +23,14 @@ For small fixes or incremental improvements simply fork the repo and follow the
- Have a first line with less than *80 characters* and have a second line that is *empty* if you want to add a description.
4. Once you are happy with your changes, submit a pull request.
- Open the pull-request.
- Open the pull request.
- Add a short description explaining briefly what you've done (or if it's a work-in-progress - what you need to do)
## Issues
1. Do a quick search on GitHub to check if the issue has already been reported.
2. [Open an issue](https://github.com//javalsai/lidm/issues/new) and describe the issue you are having - you could include:
- Screenshots
- Screenshots.
- Ways to reproduce the issue.
- Your lidm version.
- Your platform (e.g. arch linux or Ubuntu 15.04 x64)