Bar widgets: fixed bg colors when used with showCapsule=false

This commit is contained in:
LemmyCook 2025-09-16 22:20:42 -04:00
parent cdca7c1d83
commit 3a6bf8d299
10 changed files with 12 additions and 10 deletions

View file

@ -33,7 +33,7 @@ Rectangle {
implicitHeight: Math.round(baseSize * scaling)
opacity: root.enabled ? Style.opacityFull : Style.opacityMedium
color: root.enabled && root.hovering ? colorBgHover : Settings.data.bar.showCapsule ? colorBg : Color.transparent
color: root.enabled && root.hovering ? colorBgHover : colorBg
radius: width * 0.5
border.color: root.enabled && root.hovering ? colorBorderHover : colorBorder
border.width: Math.max(1, Style.borderS * scaling)