|
|
|
|
@ -477,7 +477,7 @@
|
|
|
|
|
"tooltip-format-wifi": "{essid} {icon} {signalStrength}%", |
|
|
|
|
"tooltip-format-ethernet": "{ifname} ", |
|
|
|
|
"tooltip-format-disconnected": " Disconnected", |
|
|
|
|
"max-length": 50, |
|
|
|
|
"max-length": 30, |
|
|
|
|
"format-icons": [ |
|
|
|
|
"", "", "", "", "" |
|
|
|
|
], |
|
|
|
|
@ -486,15 +486,16 @@
|
|
|
|
|
"network#speed": { |
|
|
|
|
"interval": 1, |
|
|
|
|
"format": "{ifname}", |
|
|
|
|
"format-wifi": " {bandwidthUpBits} {bandwidthDownBits} {icon}", |
|
|
|
|
"format-ethernet": " {bandwidthUpBits} {bandwidthDownBits} ", |
|
|
|
|
"format-wifi": "{icon} {bandwidthUpBits} {bandwidthDownBits}", |
|
|
|
|
"format-ethernet": " {bandwidthUpBits} {bandwidthDownBits}", |
|
|
|
|
"format-disconnected": "", |
|
|
|
|
"tooltip-format": "{ipaddr}", |
|
|
|
|
"format-linked": " {ifname} (No IP)", |
|
|
|
|
"tooltip-format-wifi": "{essid} {icon} {signalStrength}%", |
|
|
|
|
"tooltip-format-ethernet": "{ifname} ", |
|
|
|
|
"tooltip-format-disconnected": " Disconnected", |
|
|
|
|
"max-length": 20, |
|
|
|
|
"min-length": 24, |
|
|
|
|
"max-length": 24, |
|
|
|
|
"format-icons": [ |
|
|
|
|
"", "", "", "", "" |
|
|
|
|
] |
|
|
|
|
|