summaryrefslogtreecommitdiff
path: root/todo-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2020-04-30 11:28:33 -0400
committerGitHub <noreply@github.com>2020-04-30 11:28:33 -0400
commit8b3a46411d95f53293e79d0436105f28cfa385e8 (patch)
tree95abc4addf772c5c74c991624d7f8de69f2c7641 /todo-widget
parentad7fad78e684bb652ee46acc4de944a74828820c (diff)
Update README.md
Diffstat (limited to 'todo-widget')
-rw-r--r--todo-widget/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/todo-widget/README.md b/todo-widget/README.md
index c1f0fd3..fde62c4 100644
--- a/todo-widget/README.md
+++ b/todo-widget/README.md
@@ -6,9 +6,9 @@ This widget displays a list of to do items and allows to mark item as done/undon
# Installation
-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 :)
+Widget persists todo items as a JSON, so in order to simplify JSON serialisation/deserialisation download a **json.lua** from this repository: https://github.com/rxi/json.lua under `~/.config/awesone` folder. And don't forget to star a repo :)
-Then clone this repo under **~/.config/awesome/** and add the widget in **rc.lua**:
+Then clone this repository under **~/.config/awesome/** and add the widget in **rc.lua**:
```lua
local todo_widget = require("awesome-wm-widgets.todo-widget.todo")
@@ -25,4 +25,4 @@ Also note that widget uses [Arc Icons](https://github.com/horst3180/arc-icon-the
# 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.
+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 as a widget parameters.