[aranea] i3status: add WWAN modem status

This commit is contained in:
Lexi / Zoe 2021-01-14 01:40:32 +01:00
parent 3e85adf9a4
commit b6f5125e78
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 10 additions and 1 deletions

View File

@ -16,6 +16,7 @@ general {
# ~~ Define order of status bar elements
order += "ethernet tun0"
order += "ethernet mobile0"
order += "ethernet _first_"
order += "wireless _first_"
order += "battery 0"
@ -24,7 +25,7 @@ order += "cpu_temperature 0"
order += "load"
order += "tztime local"
order += "volume master"
order += "spaceapi"
#order += "spaceapi"
# ~~ Ethernet status
@ -40,6 +41,14 @@ wireless _first_ {
format_down = "📶 down"
}
# ~~ WWAN modem status
ethernet mobile0 {
format_up = "☎️ LTE: %ip"
format_down = "☎️ No WWAN"
color_good = "#FF00FF"
color_bad = "#666666"
}
# ~~ VPN status via tun0 device
ethernet tun0 {
format_up = "VPN: %ip"