Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fubarhouse/ipinfo-polybar


https://github.com/fubarhouse/ipinfo-polybar

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# IPInfo Polybar module

This tool will perform a `GET` request to `ipinfo.io` and output the response as a formatted string.

## Usage

```
ipinfo-polybar -f "%city%, %country% (%ip%)"
```

## Example

```
[module/ipinfo]
type = custom/script
label = %output%
exec = /path/to/ipinfo-polybar -f "%city%, %country% (%ip%)"
interval = 60
```