From 5086654d51f0d5c4525f6c0ba7f8b0421a162fa0 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Wed, 13 May 2026 19:44:24 -0400 Subject: [PATCH] Hide Wi-Fi manager button when no Wi-Fi station is present On ethernet-only machines (no wl* device) the button was offering to open a tool the user can't usefully act on. --- .../omarchy-shell/plugins/bar/widgets/networkPanel.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/default/quickshell/omarchy-shell/plugins/bar/widgets/networkPanel.qml b/default/quickshell/omarchy-shell/plugins/bar/widgets/networkPanel.qml index 98cf305e..febca2f3 100644 --- a/default/quickshell/omarchy-shell/plugins/bar/widgets/networkPanel.qml +++ b/default/quickshell/omarchy-shell/plugins/bar/widgets/networkPanel.qml @@ -423,6 +423,7 @@ fi } Common.PillButton { + visible: root.wifiStationAvailable width: parent.width iconText: "󰖩" text: "Open Wi-Fi manager (Impala)"