feat: network disconnected new style
This commit is contained in:
parent
4e57235d3a
commit
f4c6882f4f
1 changed files with 3 additions and 3 deletions
|
@ -191,7 +191,7 @@
|
|||
"format-ethernet": "Connected ",
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "",
|
||||
"format-disconnected": " N/A {signalStrength}% : 0.0.0.0",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
||||
"on-click-right": "alacritty -e nmtui",
|
||||
"tooltip": false
|
||||
|
@ -200,7 +200,7 @@
|
|||
"format-wifi": " {bandwidthDownBytes} {bandwidthUpBytes}",
|
||||
"format-ethernet": " {bandwidthDownBytes} {bandwidthUpBytes}",
|
||||
"format-linked": "(No IP) ",
|
||||
"format-disconnected": "",
|
||||
"format-disconnected": " {bandwidthDownBytes} {bandwidthUpBytes}",
|
||||
"on-click-right": "alacritty -e nmtui",
|
||||
"tooltip": false,
|
||||
"interval": 1
|
||||
|
|
Loading…
Add table
Reference in a new issue