power menu, redshift, polybar
This commit is contained in:
26
.config/polybar/scripts/network-ipinfo.io/README.md
Normal file
26
.config/polybar/scripts/network-ipinfo.io/README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Script: network-ipinfo.io
|
||||
|
||||
Shows your public IP address and country of origin retrieved from `ipinfo.io`.
|
||||
|
||||

|
||||
|
||||
|
||||
## Dependencies
|
||||
|
||||
* `curl`
|
||||
* `jq`
|
||||
|
||||
|
||||
## Configuration
|
||||
|
||||
The minimum interval of 60 seconds is important since free usage is limited to 50,000 API requests per month.
|
||||
|
||||
|
||||
## Module
|
||||
|
||||
```ini
|
||||
[module/network-ipinfo.io]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/network-ipinfo.io.sh
|
||||
interval = 60
|
||||
```
|
||||
Reference in New Issue
Block a user