diff --git a/roles/i3/files/pub-ip b/roles/i3/files/pub-ip index 5248c6a..1876386 100755 --- a/roles/i3/files/pub-ip +++ b/roles/i3/files/pub-ip @@ -1,7 +1,7 @@ #!/bin/bash -LABEL_VPN=${LABEL_VPN:-VPN} -LABEL_IP=${LABEL_IP:-IP} +LABEL_VPN=${LABEL_VPN:-'VPN: '} +LABEL_IP=${LABEL_IP:-'IP: '} ip="$(curl ifconfig.me)"