i3: add a field for your usb-tether profile

Add the following lines in your ~/.i3status.conf:

ethernet usb0 {
    format_up = "U: %ip"
    format_down = "U: down"
}

And:

order += "ethernet usb0"

Restart i3 with $MOD + Shift + R (preserves your layout/session).