diff options
author | zachir <zachir@librem.one> | 2023-10-19 08:23:38 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 08:23:38 -0500 |
commit | 3a984a9119cf431ec9eba7aafe5baf03376b379e (patch) | |
tree | 05c23648f9dcbef2cd603e63174099328c364032 /jira-widget | |
parent | 7090693bcf60efe23a0ce4531b02b6af93cafba8 (diff) |
Update documentation
Diffstat (limited to 'jira-widget')
-rw-r--r-- | jira-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jira-widget/README.md b/jira-widget/README.md index 85abaf2..69958fc 100644 --- a/jira-widget/README.md +++ b/jira-widget/README.md @@ -18,7 +18,7 @@ It is possible to customize widget by providing a table with all or some of the | Name | Default | Description | |---|---|---| -| `host` | Required | Ex: _http://jira.tmnt.com_ | +| `host` | Required | e.g. `http://jira.tmnt.com` | | `query` | `jql=assignee=currentuser() AND resolution=Unresolved` | JQL query | | `icon` | `~/.config/awesome/awesome-wm-widgets/jira-widget/jira-mark-gradient-blue.svg` | Path to the icon | | `timeout` | 600 | How often in seconds the widget refreshes | |