From 12fba367e0acf08c3ed5ea7fecb379a8641e3c2e Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 4 Nov 2018 23:15:09 -0500 Subject: On branch master Your branch is up to date with 'origin/master'. Changes to be committed: --- README.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9a668e2..c02b138 100644 --- a/README.md +++ b/README.md @@ -26,21 +26,26 @@ Rest assured that if you submit a pull request, your token will not be shared as ## Preferences ## ### Refresh Rate ### -By default, Inbox for Todoist refreshes every second. To reduce CPU & Memory Usage, you may go to line 5 of `index.coffee` and adjust this: -- Removing the first `#` will make the widget refresh every `minute`. -- Removing the second `#` will make the widget refresh every `5 minutes`. -- Removing the third `#` will make the widget refresh every `10 minutes`. -- Removing the fourth `#` will make the widget refresh every `20 minutes`. -- Removing the fifth `#` will make the widget refresh every `hour`. -- Removing the sixth `#` will make the widget refresh every `12 hours`. +By default, Inbox for Todoist refreshes every second. To reduce CPU & Memory Usage, you may go to `line: 5` of `index.coffee` and adjust this: + +| Removing the first | `#` | will make the widget refresh every | `minute`. | +|:--------------------|:----| :--------------------------------- | ------------- | +| __Removing the second__ | `#` | __will make the widget refresh every__ | `5 minutes`. | +| __Removing the third__ | `#` | __will make the widget refresh every__ | `10 minutes`. | +| __Removing the fourth__ | `#` | __will make the widget refresh every__ | `20 minutes`. | +| __Removing the fifth__ | `#` | __will make the widget refresh every__ | `hour`. | +| __Removing the sixth__ | `#` | __will make the widget refresh every__ | `12 hours`. | + ## Priority Color Coding ## You can change the colors of tasks inside of the `.coffee` file. By default, tasks are colored the same way they are in the todoist mac app in dark. The following line to edit are: -- To edit the color of tasks labelled `priority1`, edit the `rgba(r, g, b, a)` on line `21` -- To edit the color of tasks labelled `priority2`, edit the `rgba(r, g, b, a)` on line `23` -- To edit the color of tasks labelled `priority3`, edit the `rgba(r, g, b, a)` on line `25` -- To edit the color of tasks labelled `priority4`, edit the `rgba(r, g, b, a)` on line `27` + +|To edit the color of tasks labelled|`priority1`|edit the|`rgba(r, g, b, a)`|on line|`21`| +|:----------------------------------|-----------|:-------|:-----------------|:---------- | +|__To edit the color of tasks labelled__|`priority2`|__edit the__|`rgba(r, g, b, a)`|__on line__|`23`| +|__To edit the color of tasks labelled__|`priority3`|__edit the__|`rgba(r, g, b, a)`|__on line__|`25`| +|__To edit the color of tasks labelled__|`priority4`|__edit the__|`rgba(r, g, b, a)`|__on line__|`27`| The default color for the widget is `rgba(#F2F2F2, 1.0)`. -- cgit v1.2.3