From 9cf66f4d83b7058895c1f71a7d53c568a12b21ad Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 22 Nov 2025 19:42:34 +0100 Subject: [PATCH] waffle action center: disconnect button bg --- .../ii/modules/waffle/actionCenter/wifi/WWifiNetworkItem.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/quickshell/ii/modules/waffle/actionCenter/wifi/WWifiNetworkItem.qml b/dots/.config/quickshell/ii/modules/waffle/actionCenter/wifi/WWifiNetworkItem.qml index 8716449a8..e7a02001d 100644 --- a/dots/.config/quickshell/ii/modules/waffle/actionCenter/wifi/WWifiNetworkItem.qml +++ b/dots/.config/quickshell/ii/modules/waffle/actionCenter/wifi/WWifiNetworkItem.qml @@ -94,6 +94,7 @@ WChoiceButton { horizontalAlignment: Text.AlignHCenter visible: root.expanded checked: !(root.wifiNetwork?.active ?? false) + colBackground: Looks.colors.bg2 colBackgroundHover: Looks.colors.bg2Hover colBackgroundActive: Looks.colors.bg2Active implicitHeight: 30