mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Fix tooltip for ethernet
This commit is contained in:
@ -58,7 +58,8 @@
|
|||||||
"format-wifi" : "{icon}",
|
"format-wifi" : "{icon}",
|
||||||
"format-ethernet" : "",
|
"format-ethernet" : "",
|
||||||
"format-disconnected" : "",
|
"format-disconnected" : "",
|
||||||
"tooltip-format": "{essid} ({frequency} GHz)\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
|
"tooltip-format-wifi": "{essid} ({frequency} GHz)\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
|
||||||
|
"tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
|
||||||
"tooltip-format-disconnected": "Disconnected",
|
"tooltip-format-disconnected": "Disconnected",
|
||||||
"interval": 3,
|
"interval": 3,
|
||||||
"nospacing": 1,
|
"nospacing": 1,
|
||||||
|
Reference in New Issue
Block a user