From 273d37c3e29f1e7e0074adbc22c740d10c31e906 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 13 Apr 2020 14:37:23 -0400 Subject: Use uuid instead of account id --- bitbucket-widget/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbucket-widget') 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' -- cgit v1.2.3