summaryrefslogtreecommitdiff
path: root/todo-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2020-04-30 11:25:49 -0400
committerGitHub <noreply@github.com>2020-04-30 11:25:49 -0400
commitad7fad78e684bb652ee46acc4de944a74828820c (patch)
treed994b8026dd975d68001fdb1fa0f8fb9cfd44b08 /todo-widget
parentfc0ebb634bf56392d5e6c8c162a7bfe8b5451ffd (diff)
Update README.md
Diffstat (limited to 'todo-widget')
-rw-r--r--todo-widget/README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/todo-widget/README.md b/todo-widget/README.md
index 979f4f2..c1f0fd3 100644
--- a/todo-widget/README.md
+++ b/todo-widget/README.md
@@ -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.