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 }