diff options
author | streetturtle <streetturtle@gmail.com> | 2020-04-13 08:46:12 -0400 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-04-13 08:46:12 -0400 |
commit | cf1e36d4d53035f70d762c0b8fab75bedcb42ca5 (patch) | |
tree | fa506fb8e71f48b881eee8e124b00d3030ea4de7 /todo-widget/README.md | |
parent | edb5283c6d644a182d9d2c789b14bdeb372c4928 (diff) | |
parent | 5d8de54de6546ab882b85f42cee9106433b5b02c (diff) |
Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets
Diffstat (limited to 'todo-widget/README.md')
-rw-r--r-- | todo-widget/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/todo-widget/README.md b/todo-widget/README.md index 9c26eb9..979f4f2 100644 --- a/todo-widget/README.md +++ b/todo-widget/README.md @@ -1,12 +1,14 @@ # ToDo Widget (in progress) -This widgets displays a list of to do items and allows to mark item as done, delete item and create new ones: +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: ![screenshot](./todo.gif) # Installation -Clone repo under **~/.config/awesome/** and add the widget in **rc.lua**: +Put a **json.lua** from this repository: https://github.com/rxi/json.lua under ~/.config/awesone folder. And don't forget to start a repo :) + +Then clone this repo under **~/.config/awesome/** and add the widget in **rc.lua**: ```lua local todo_widget = require("awesome-wm-widgets.todo-widget.todo") @@ -18,4 +20,4 @@ s.mytasklist, -- Middle widget -- default todo_widget(), ... -```
\ No newline at end of file +``` |