quickshell: taller power profile buttons so pill border clears text

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-08-16 14:01:44 +01:00
parent e6f97fadd9
commit e5566fc412

View file

@ -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