Update README.md
This commit is contained in:
parent
80d73d5e91
commit
3ecea9dcc2
|
@ -1,12 +1,14 @@
|
||||||
# ToDo Widget (in progress)
|
# 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)
|
![screenshot](./todo.gif)
|
||||||
|
|
||||||
# Installation
|
# 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
|
```lua
|
||||||
local todo_widget = require("awesome-wm-widgets.todo-widget.todo")
|
local todo_widget = require("awesome-wm-widgets.todo-widget.todo")
|
||||||
|
@ -18,4 +20,4 @@ s.mytasklist, -- Middle widget
|
||||||
-- default
|
-- default
|
||||||
todo_widget(),
|
todo_widget(),
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue