From c6df292c8049d1c3a74cc793b2b414033172cb7a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 19 May 2026 08:42:49 +0200 Subject: [PATCH] Don't need that duplex info --- shell/plugins/bar/widgets/networkPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/plugins/bar/widgets/networkPanel.qml b/shell/plugins/bar/widgets/networkPanel.qml index 98da14da..aba4b357 100644 --- a/shell/plugins/bar/widgets/networkPanel.qml +++ b/shell/plugins/bar/widgets/networkPanel.qml @@ -885,7 +885,7 @@ fi InfoPair { visible: root.info.type === "ethernet" && !!root.info.speed label: "Link" - value: root.formatSpeed(root.info.speed || "") + (root.info.duplex ? " • " + root.info.duplex + " dup" : "") + value: root.formatSpeed(root.info.speed || "") } // Wi-Fi details