Added disconnected message
This commit is contained in:
parent
0694585fc7
commit
691ba92260
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
"format-icons": {
|
||||
"wifi": [""],
|
||||
"ethernet": [""],
|
||||
"disconnected": [""]
|
||||
"disconnected": [""]
|
||||
},
|
||||
|
||||
"interval": 10,
|
||||
|
@ -64,6 +64,7 @@
|
|||
"tooltip": true,
|
||||
"tooltip-format": "Connected via {ifname}\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}",
|
||||
"tooltip-format-wifi": "Connected to {essid} on {ifname}\nSignal Strength: {signalStrength}% ({signaldBm}dBm)\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
|
|
Loading…
Reference in a new issue