From 3047ea547c804af1b1110164384383346f5ad3cd Mon Sep 17 00:00:00 2001 From: rope Date: Sat, 13 Jun 2026 17:45:16 +0100 Subject: [PATCH] =?UTF-8?q?quickshell:=20profile=20selector=20=E2=80=94=20?= =?UTF-8?q?selected=20bright,=20unselected=20grey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- settings/quickshell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings/quickshell.nix b/settings/quickshell.nix index 49cd82d..77844c6 100644 --- a/settings/quickshell.nix +++ b/settings/quickshell.nix @@ -2100,8 +2100,9 @@ in SIcon { anchors.horizontalCenter: parent.horizontalCenter text: modelData.label + // Selected = bright, unselected = grey color: batteryWidget.powerProfile === modelData.name - ? Theme.base0D : Theme.base05 + ? Theme.base05 : Theme.base04 Behavior on color { ColorAnimation { duration: 200 } } font.pixelSize: 17 }