update: network speed tooltip

This commit is contained in:
Yingjie Wang 2024-08-21 23:28:45 -04:00
parent 0abb920348
commit 30b94d192b

View File

@ -369,6 +369,7 @@
}, },
"network#speed": { "network#speed": {
"format": " {bandwidthTotalBits}", "format": " {bandwidthTotalBits}",
"tooltip-format": " {bandwidthUpBits}\n {bandwidthDownBits}",
"interval": 5 "interval": 5
}, },