bar: ws indicator mask -> colouriser

This commit is contained in:
2 * r + 2 * t 2025-07-23 15:49:49 +10:00
parent 8b80213b2e
commit 4709d65249

View file

@ -48,20 +48,9 @@ StyledRect {
radius: Config.bar.workspaces.rounded ? Appearance.rounding.full : 0
color: Colours.palette.m3primary
StyledRect {
id: base
visible: false
anchors.fill: parent
color: Colours.palette.m3onPrimary
}
MultiEffect {
source: base
maskSource: root.mask
maskEnabled: true
maskSpreadAtMin: 1
maskThresholdMin: 0.5
Colouriser {
source: root.mask
colorizationColor: Colours.palette.m3onPrimary
x: 0
y: -parent.offset