polybar/include/modules
Lucas Araújo 15496bfb4a
Update: Using another way to authenticate github module (#2029)
The github module only authenticate by query string, and this method is deprecated:
https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters


There is no reason to remove it before the method stop working, so I've made possible to the user choose which authentication method he will use:

* The parameter token remain unchanged.
* If the parameter user is passed then the module will use the not deprecated method, passing user and token on the body of the requisition. Otherwise the module will use the deprecated method.

Co-authored-by: Lucas <araujo.lucasvale@gmail.com>

Fixes #2002
2020-03-26 12:50:42 +01:00
..
meta
alsa.hpp
backlight.hpp feat(backlight): Add enable-scroll (#1957) 2020-01-15 16:32:17 +01:00
battery.hpp
bspwm.hpp
counter.hpp
cpu.hpp cpu: Consider steal time for load calculation (#1955) 2019-12-16 17:05:18 +01:00
date.hpp
fs.hpp
github.hpp Update: Using another way to authenticate github module (#2029) 2020-03-26 12:50:42 +01:00
i3.hpp
ipc.hpp ipc: Remove unused global setting 2019-11-01 11:12:40 +01:00
memory.hpp
menu.hpp
mpd.hpp
network.hpp
pulseaudio.hpp
script.hpp
systray.hpp
temperature.hpp
text.hpp
unsupported.hpp
xbacklight.hpp
xkeyboard.hpp
xwindow.hpp
xworkspaces.hpp