diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-06-16 22:27:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 22:27:15 -0400 |
commit | a067a203b1a42686d1594fc466a6368c415566df (patch) | |
tree | 3b3e181335a5f2bf9f16780311961c38344ef1c8 /github-activity-widget | |
parent | 30c959f8f30833f32d6fecf669a4be7e384af755 (diff) |
Update github-activity-widget.lua
Diffstat (limited to 'github-activity-widget')
-rw-r--r-- | github-activity-widget/github-activity-widget.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github-activity-widget/github-activity-widget.lua b/github-activity-widget/github-activity-widget.lua index 019803e..45b9a87 100644 --- a/github-activity-widget/github-activity-widget.lua +++ b/github-activity-widget/github-activity-widget.lua @@ -1,6 +1,6 @@ ------------------------------------------------- -- GitHub Widget for Awesome Window Manager --- Shows the number of currently assigned issues +-- Shows the recent activity from GitHub -- More details could be found here: -- https://github.com/streetturtle/awesome-wm-widgets/tree/master/github-activity-widget |