From f6a9e1890398e0f1614d4ef5567c87c769e98ba2 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 25 Feb 2022 10:52:00 +0100 Subject: [PATCH] waybar: temp fix for bandwidth stats, see: https://github.com/Alexays/Waybar/issues/1392 --- 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 9ab5229f..53de2bda 100644 --- a/profiles/base-user/.config/waybar/config +++ b/profiles/base-user/.config/waybar/config @@ -62,7 +62,7 @@ "network": { "interval": 3, "tooltip": true, - //"interface": "wlp4s0", // (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": "",