Update README.md

This commit is contained in:
Samuel Dudík 2020-08-04 06:19:12 +02:00 committed by GitHub
parent 5cead86549
commit 025055056c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# 🌱 herbe
**Daemon-less notifications without D-Bus**
> Daemon-less notifications without D-Bus. Minimal and lightweight.
## Usage
```shell
@ -7,6 +7,16 @@ herbe "This is a notification"
```
will display a notification for the duration set in `config.h` that says `This is a notification`
## TODO
herbe is still a WIP.
* Title support
* Refactor code, it is not very readable
Not really sure about these, are they minimal, will someone use them?
* Line breaks formatting
* Icon/image support
* Command-line options (change settings)
## Installation
### Dependencies
* X11 (Xlib)