From 9e6cf4ba0203fc3a323b8ada40d118b5492e4c48 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 6 Sep 2022 11:34:02 +0200 Subject: [PATCH] waybar: set network interface name to wlan0 --- 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 6af58739..71f51a47 100644 --- a/profiles/base-user/.config/waybar/config +++ b/profiles/base-user/.config/waybar/config @@ -71,7 +71,7 @@ "network": { "interval": 3, "tooltip": true, - "interface": "wlp4s0", // (Optional) To force the use of this interface   \uF2E7, + "interface": "wlan0", // (Optional) To force the use of this interface   \uF2E7, "format-wifi": " \uf062 {bandwidthUpBits} | \uf063 {bandwidthDownBits}", "format-ethernet": " \uf062 {bandwidthUpBits} | \uf063 {bandwidthDownBits}", "format-disconnected": "",