https://github.com/andresterba/waybar-issues
Get your open github/gitlab issues in your waybar
https://github.com/andresterba/waybar-issues
bar statusbar waybar
Last synced: 5 months ago
JSON representation
Get your open github/gitlab issues in your waybar
- Host: GitHub
- URL: https://github.com/andresterba/waybar-issues
- Owner: andresterba
- License: mit
- Created: 2019-10-17T14:27:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T17:32:56.000Z (over 1 year ago)
- Last Synced: 2025-01-02T18:28:19.494Z (over 1 year ago)
- Topics: bar, statusbar, waybar
- Language: Go
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# waybar-issues
Get your open issues and merge/pull requests into waybar.
## Api tokens
### GitLab
* Create a api token with scope `api`.
### GitHub
* Create a **Personal access token** with scope `repo` [here](https://github.com/settings/tokens).
## Waybar
Add a custom module to your waybar config eg.
```json
"custom/issues": {
"interval": 60,
"max-length": 50,
"format": "{} ",
"return-type": "json",
"exec": "waybar-issues",
"escape": true
}
```
## Installation
Use the [AUR](https://aur.archlinux.org/packages/waybar-issues) package or follow the build instructions.
## Build
Create and save the main configuration file in your `$HOME` as `.waybar-issues` (check the provided`config.example`).
* Build with `make`.
* Save the binary in your `waybar/modules` folder.