From a09d2222be5b70df2138b0c143aa6ee80c249f0d Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 16 May 2019 11:26:48 +0200 Subject: [PATCH] style: remove non wanted tags --- resources/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/config b/resources/config index 4d9a96d..69da70f 100644 --- a/resources/config +++ b/resources/config @@ -105,7 +105,7 @@ }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface - "format-wifi": "{ifname}: {ipaddr}/{cidr} {essid} ({signalStrength}%) ", + "format-wifi": "{essid} ({signalStrength}%) ", "format-ethernet": "{ifname}: {ipaddr}/{cidr} ", "format-linked": "{ifname} (No IP) ", "format-disconnected": "Disconnected ⚠"