ScreenCorners: follows bar opacity

This commit is contained in:
quadbyte 2025-08-18 09:43:35 -04:00
parent 2706c8ab36
commit 549a7ec6f3

View file

@ -19,8 +19,9 @@ NLoader {
readonly property real scaling: ScalingService.scale(screen)
screen: modelData
// Visible ring color
property color ringColor: Color.mSurface
// Visible color
property color ringColor: Qt.rgba(Color.mSurface, Color.mSurface.g, Color.mSurface.b,
Settings.data.bar.backgroundOpacity)
// The amount subtracted from full size for the inner cutout
// Inner size = full size - borderWidth (per axis)
property int borderWidth: Style.borderMedium