1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-10-07 04:22:53 +00:00
Dotfiles/.config/polybar/polybar-scripts/info-publicip/README.md

21 lines
273 B
Markdown
Raw Normal View History

2020-07-27 04:59:00 +00:00
# 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
```