-
-
Notifications
You must be signed in to change notification settings - Fork 723
Closed
Labels
Description
It would be great to have that work offloaded to github module instead of using curl scripts.
I guess the only change would be a URL string, pointing to github enterprise installation.
So
polybar/src/modules/github.cpp
Line 44 in 3f9f2dc
| string content{m_http->get("https://api.github.com/notifications?access_token=" + m_accesstoken)}; |
would become
string content{m_http->get("https://hub.domain.tld/api/v3/notifications?access_token=" + m_accesstoken)};