forked from Shinonome/dots-hyprland
bar: workspaces: adjust monochromization
This commit is contained in:
@@ -268,12 +268,12 @@ Item {
|
|||||||
visible: false // There's already color overlay
|
visible: false // There's already color overlay
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
source: mainAppIcon
|
source: mainAppIcon
|
||||||
desaturation: 1
|
desaturation: 0.8
|
||||||
}
|
}
|
||||||
ColorOverlay {
|
ColorOverlay {
|
||||||
anchors.fill: desaturatedIcon
|
anchors.fill: desaturatedIcon
|
||||||
source: desaturatedIcon
|
source: desaturatedIcon
|
||||||
color: ColorUtils.transparentize(wsDot.color, 0.6)
|
color: ColorUtils.transparentize(wsDot.color, 0.9)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user