From 48d6bb64ac1cd6c1dffed039a4e2aa10c5590d83 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 18 Oct 2022 16:49:11 +0200 Subject: [PATCH] waybar: use interface name wlp4s0 again wpa_supplicant uses this one --- profiles/base-user/.config/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base-user/.config/waybar/config b/profiles/base-user/.config/waybar/config index 05e726fc..c7f1eaf3 100644 --- a/profiles/base-user/.config/waybar/config +++ b/profiles/base-user/.config/waybar/config @@ -70,7 +70,7 @@ "network": { "interval": 3, "tooltip": true, - "interface": "wlan0", // (Optional) To force the use of this interface   \uF2E7, + "interface": "wlp4s0", // (Optional) To force the use of this interface   \uF2E7, "format-wifi": " \uf062 {bandwidthUpBits} | \uf063 {bandwidthDownBits}", "format-ethernet": " \uf062 {bandwidthUpBits} | \uf063 {bandwidthDownBits}", "format-disconnected": "",