Update README.md

This commit is contained in:
streetturtle 2020-04-30 11:25:49 -04:00 committed by GitHub
parent fc0ebb634b
commit ad7fad78e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# ToDo Widget (in progress)
# ToDo Widget
This widget displays a list of to do items and allows to mark item as done/undone, delete an item and create a new ones:
This widget displays a list of to do items and allows to mark item as done/undone, delete an item and create new ones:
![screenshot](./todo.gif)
@ -21,3 +21,8 @@ s.mytasklist, -- Middle widget
todo_widget(),
...
```
Also note that widget uses [Arc Icons](https://github.com/horst3180/arc-icon-theme) and expects them to be installed under `/usr/share/icons/Arc/`.
# Theming
Widget uses your theme's colors. In case you want to have different colors, without changing your theme, please create an issue for it. I'll extract them in widget parameters.