diff options
Diffstat (limited to 'github-prs-widget')
-rw-r--r-- | github-prs-widget/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/github-prs-widget/README.md b/github-prs-widget/README.md index 7f469a5..1d4c27e 100644 --- a/github-prs-widget/README.md +++ b/github-prs-widget/README.md @@ -4,7 +4,7 @@ <a href="https://github.com/streetturtle/awesome-wm-widgets/labels/github-prs" target="_blank"><img alt="GitHub issues by-label" src="https://img.shields.io/github/issues/streetturtle/awesome-wm-widgets/github-prs"></a> </p> -The widget shows the number of pull requests assigned to the user and when clicked shows additional information, such as +The widget shows the number of pull requests assigned to the user and when clicked shows additional information, such as - author's name and avatar (opens user profile page when clicked); - PR name (opens MR when clicked); - name of the repository; @@ -25,7 +25,7 @@ It is possible to customize widget by providing a table with all or some of the ## Installation -Install and setup [GitHub CLI](https://cli.github.com/) +Install and setup [GitHub CLI](https://cli.github.com/) Clone/download repo and use widget in **rc.lua**: ```lua @@ -38,6 +38,6 @@ s.mytasklist, -- Middle widget github_prs_widget { reviewer = 'streetturtle' }, -} +} ... ``` |