diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-06-16 22:24:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 22:24:30 -0400 |
commit | 930ce71eb96cb782a34d0775f9ddb3420f3afee5 (patch) | |
tree | 92c4fcd06e051c036a45ff850958b1a6a0c398e9 /github-activity-widget | |
parent | 02b0481980c34e6d03df834543af5043cf3135e0 (diff) |
Update README.md
Diffstat (limited to 'github-activity-widget')
-rw-r--r-- | github-activity-widget/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/github-activity-widget/README.md b/github-activity-widget/README.md index 8a7fe09..7b82230 100644 --- a/github-activity-widget/README.md +++ b/github-activity-widget/README.md @@ -2,6 +2,9 @@ Widget shows recent activities on GitHub. It is very similar to the GitHub's "All activity" feed on the main page: +<p align="center"> + <img src="https://github.com/streetturtle/awesome-wm-widgets/raw/master/github-activity-widget/screenshot.png"> +</p> ![screenshot](./screenshot.png) Mouse click on the item opens repo/issue/pr depending on the type of the activity. Mouse click on user's avatar opens user GitHub profile. @@ -60,4 +63,4 @@ else -- and then set function() avatar_img:set_image(path_to_avatar) end) end - ```
\ No newline at end of file + ``` |