mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-15 19:48:04 +01:00
Merge pull request #285 from cobacdavid/gcw_address_change
[github-contributions] requests api address change
This commit is contained in:
commit
ac742a67e8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ local naughty = require("naughty")
|
|||
local wibox = require("wibox")
|
||||
local widget_themes = require("awesome-wm-widgets.github-contributions-widget.themes")
|
||||
|
||||
local GET_CONTRIBUTIONS_CMD = [[bash -c "curl -s https://github-contributions.now.sh/api/v1/%s]]
|
||||
local GET_CONTRIBUTIONS_CMD = [[bash -c "curl -s https://github-contributions.vercel.app/api/v1/%s]]
|
||||
.. [[ | jq -r '[.contributions[] ]]
|
||||
.. [[ | select ( .date | strptime(\"%%Y-%%m-%%d\") | mktime < now)][:%s]| .[].intensity'"]]
|
||||
|
||||
|
|
Loading…
Reference in a new issue