21 lines
285 B
Markdown
21 lines
285 B
Markdown
# Script: network-publicip
|
|
|
|
This script shows the public IP of the current connection.
|
|
|
|

|
|
|
|
|
|
## Dependencies
|
|
|
|
* `curl`
|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/network-publicip]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/network-publicip.sh
|
|
interval = 60
|
|
```
|