mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 09:53:13 +00:00
21 lines
273 B
Markdown
21 lines
273 B
Markdown
|
# Script: info-publicip
|
||
|
|
||
|
This script shows the public IP of the current connection.
|
||
|
|
||
|
![info-publicip](screenshots/1.png)
|
||
|
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
* `curl`
|
||
|
|
||
|
|
||
|
## Module
|
||
|
|
||
|
```ini
|
||
|
[module/info-publicip]
|
||
|
type = custom/script
|
||
|
exec = ~/polybar-scripts/info-publicip.sh
|
||
|
interval = 60
|
||
|
```
|