From e5566fc412e765bbdb4540e5a6fd10b3ee4e3a08 Mon Sep 17 00:00:00 2001 From: rope Date: Sun, 16 Aug 2026 14:01:44 +0100 Subject: [PATCH] quickshell: taller power profile buttons so pill border clears text Co-Authored-By: Claude Opus 5 --- settings/quickshell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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