diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2021-12-13 09:36:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 09:36:26 -0500 |
commit | 0671068e4a74b10a4bfa5dbe6463db7c0889997b (patch) | |
tree | 47c74841af56841d340be9c2acaeeee45ddd75ba /github-prs-widget | |
parent | d3d929dbba9e89a8ce2101b1e1b044a727264513 (diff) | |
parent | 2cac9f39d1d48e33259fe3ea6d86a4250e2d8c72 (diff) |
Merge pull request #318 from ingram1107/master-cleanup
Repo cleanup
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' }, -} +} ... ``` |