summaryrefslogtreecommitdiff
path: root/bitbucket-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2020-04-13 14:37:23 -0400
committerstreetturtle <streetturtle@gmail.com>2020-04-13 14:37:23 -0400
commit273d37c3e29f1e7e0074adbc22c740d10c31e906 (patch)
tree49ed72f20c7ac28d7d9d1fc2f7bc79a7924cf4bd /bitbucket-widget
parent22e8e0121751e715aa4881d2a46ce96421f46611 (diff)
Use uuid instead of account id
Diffstat (limited to 'bitbucket-widget')
-rw-r--r--bitbucket-widget/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbucket-widget/README.md b/bitbucket-widget/README.md
index bc24044..0fdfa07 100644
--- a/bitbucket-widget/README.md
+++ b/bitbucket-widget/README.md
@@ -16,7 +16,7 @@ It is possible to customize widget by providing a table with all or some of the
|---|---|---|
| `icon` | `~/.config/awesome/awesome-wm-widgets/bitbucket-widget/bitbucket-icon-gradient-blue.svg` | Path to the icon |
| `host` | Required | Ex: _http://api.bitbucket.org_ |
-| `account_id` | Required | Account ID |
+| `uuid` | Required | UUID |
| `workspace` | Required | Workspace ID|
| `repo_slug` | Required | Repository slug |
@@ -55,7 +55,7 @@ s.mytasklist, -- Middle widget
-- default
bitbucket_widget({
host = 'https://api.bitbucket.org',
- account_id = 'your-account-id',
+ uuid = 'your-uuid',
workspace = 'workspace',
repo_slug = 'slug'