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": {
"format": "{ifname}",
"format-wifi": "{essid} ",
"format-ethernet": "{ipaddr}/{cidr} ",
"format-disconnected": "", //An empty format will hide the module.
"format-wifi": " {essid}",
"format-ethernet": " {ipaddr}",
"format-disconnected": "", // An empty format will hide the module.
"tooltip-format": "{ifname} via {gwaddr} ",
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
"tooltip-format-ethernet": "{ifname} ",