summaryrefslogtreecommitdiff
path: root/modules/bar/components
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-23 15:49:49 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-23 15:49:49 +1000
commit4709d65249cc8440e962ddfc63f22763772948b7 (patch)
tree6b048f391b3cce03b554e15227dcf8c965473edb /modules/bar/components
parentbar: fix bluetooth when off (diff)
downloadcaelestia-shell-4709d65249cc8440e962ddfc63f22763772948b7.tar.gz
caelestia-shell-4709d65249cc8440e962ddfc63f22763772948b7.tar.bz2
caelestia-shell-4709d65249cc8440e962ddfc63f22763772948b7.zip
bar: ws indicator mask -> colouriser
Diffstat (limited to 'modules/bar/components')
-rw-r--r--modules/bar/components/workspaces/ActiveIndicator.qml17
1 files changed, 3 insertions, 14 deletions
diff --git a/modules/bar/components/workspaces/ActiveIndicator.qml b/modules/bar/components/workspaces/ActiveIndicator.qml
index d72497d..4649bb1 100644
--- a/modules/bar/components/workspaces/ActiveIndicator.qml
+++ b/modules/bar/components/workspaces/ActiveIndicator.qml
@@ -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