commit 025055056c399aeb6b0115bda0ab4105e1dbf78b
parent 5cead86549c8ae489cc3fca2f1bc5512e0510d42
Author: Samuel Dudík <24730635+dudik@users.noreply.github.com>
Date: Tue, 4 Aug 2020 06:19:12 +0200
Update README.md
Diffstat:
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -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)