polybar / polybar-scripts

This is a community project. We write and collect scripts for polybar!
The Unlicense
2.46k stars 338 forks source link

New script: vpn-tunX-ip #442

Closed bw00lley closed 7 months ago

bw00lley commented 7 months ago

A simple script to show active tun adapters and their IP addresses using ip tuntap list, ip addr show, jq and grep.

Differs from existing VPN scripts which show network names or rely on the ifconfig command which is becoming outdated.

x70b1 commented 7 months ago

Thanks!