This commit is contained in:
iFargle 2023-08-28 19:05:03 +09:00
parent e5d1c799d5
commit 1fee251a7f

View file

@ -98,9 +98,9 @@
"network": { "network": {
"format": "{ifname}", "format": "{ifname}",
"format-wifi": "{essid} ", "format-wifi": " {essid}",
"format-ethernet": "{ipaddr}/{cidr} ", "format-ethernet": " {ipaddr}",
"format-disconnected": "", //An empty format will hide the module. "format-disconnected": "", // An empty format will hide the module.
"tooltip-format": "{ifname} via {gwaddr} ", "tooltip-format": "{ifname} via {gwaddr} ",
"tooltip-format-wifi": "{essid} ({signalStrength}%) ", "tooltip-format-wifi": "{essid} ({signalStrength}%) ",
"tooltip-format-ethernet": "{ifname} ", "tooltip-format-ethernet": "{ifname} ",