Get your open issues and merge/pull requests into waybar.
- Create a api token with scope
api.
- Create a Personal access token with scope
repohere.
Add a custom module to your waybar config eg.
"custom/issues": {
"interval": 60,
"max-length": 50,
"format": "{} ",
"return-type": "json",
"exec": "waybar-issues",
"escape": true
}Use the AUR package or follow the build instructions.
Create and save the main configuration file in your $HOME as .waybar-issues (check the providedconfig.example).
- Build with
make. - Save the binary in your
waybar/modulesfolder.