Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiesel/gitlab-polybar

A Gitlab API client that renders output suitable for polybar
https://github.com/kiesel/gitlab-polybar

gitlab polybar-scripts

Last synced: about 2 months ago
JSON representation

A Gitlab API client that renders output suitable for polybar

Awesome Lists containing this project

README

        

# gitlab-polybar

A simple script to fetch status of merge requests from a GitLab instance.

Run this:

```
$ gitlab-polybar fetch --mr-for-me --mr-by-me --apikey --url
2/1  | 3/3  | 6/5 
```

Add it to your polybar config:

```
[module/gitlab]
type = custom/script
exec = gitlab-polybar fetch --mr-for-me --mr-by-me --apikey --url
interval = 900
```