This commit is contained in:
Stephan Raabe
2023-09-01 09:08:39 +02:00
parent f63c5547b5
commit 6afccfb3aa
3 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -172,12 +172,12 @@
// Network
"network": {
"format": "{ifname}",
"format-wifi": " {essid} ({signalStrength}%)",
"format-ethernet": " {ipaddr}/{cidr}",
"format-wifi": " {signalStrength}%",
"format-ethernet": " {ipaddr}",
"format-disconnected": "", //An empty format will hide the module.
"tooltip-format": " {ifname} via {gwaddri}",
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
"tooltip-format-ethernet": " {ifname}",
"tooltip-format-ethernet": " {ifname} ({ipaddr}/{cidr})",
"tooltip-format-disconnected": "Disconnected",
"max-length": 50
},