diff --git a/settings/quickshell.nix b/settings/quickshell.nix index bf9c56d..29dbea4 100644 --- a/settings/quickshell.nix +++ b/settings/quickshell.nix @@ -5906,7 +5906,7 @@ in Item { width: parent.width - height: 36 + height: 44 // Sliding selection pill — glides between // profiles instead of each button flipping. @@ -5917,7 +5917,7 @@ in : batteryWidget.powerProfile === "performance" ? 2 : 1 width: (parent.width - 8) / 3 - height: 36 + height: parent.height radius: Theme.radiusSmall color: Theme.base02 border.width: 1 @@ -5942,7 +5942,7 @@ in Rectangle { required property var modelData width: (parent.width - 8) / 3 - height: 36 + height: parent.height radius: Theme.radiusSmall color: profMouse.containsMouse && batteryWidget.powerProfile !== modelData.name ? Theme.base02 : Theme.base02t