diff options
Diffstat (limited to 'github-contributions-widget/README.md')
-rw-r--r-- | github-contributions-widget/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/github-contributions-widget/README.md b/github-contributions-widget/README.md index 7d02008..509eb32 100644 --- a/github-contributions-widget/README.md +++ b/github-contributions-widget/README.md @@ -15,10 +15,10 @@ It is possible to customize the widget by providing a table with all or some of | Name | Default | Description | |---|---|---| | `username` | `streetturtle` | GitHub username | -| `days` | `365` | Number of days in the past, more days - wider the widget | +| `days` | 365 | Number of days in the past, more days - wider the widget | | `color_of_empty_cells` | Theme's default | Color of the days with no contributions | -| `with_border` | `true` | Should the graph contains border or not | -| `margin_top` | `1` | Top margin | +| `with_border` | true | Should the graph contains border or not | +| `margin_top` | 1 | Top margin | | `theme` | `standard` | Color theme of the graph, see below | _Note:_ widget height is 21px (7 rows of 3x3 cells). So it would look nice on the wibar of 22-24px height. |