summaryrefslogtreecommitdiff
path: root/modules/launcher
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-04 15:21:52 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-04 15:21:52 +1000
commit07e6f1b4174d5968111441614e716925bb5dafe5 (patch)
treecbed3bbd54ae649eb32c3ed384356a3d55db2d2a /modules/launcher
parentbar: fix active workspace indicator (diff)
downloadcaelestia-shell-07e6f1b4174d5968111441614e716925bb5dafe5.tar.gz
caelestia-shell-07e6f1b4174d5968111441614e716925bb5dafe5.tar.bz2
caelestia-shell-07e6f1b4174d5968111441614e716925bb5dafe5.zip
general: better multieffect mask settings
Better launcher wallpaper rounding and bar active workspace indicator
Diffstat (limited to 'modules/launcher')
-rw-r--r--modules/launcher/WallpaperItem.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/launcher/WallpaperItem.qml b/modules/launcher/WallpaperItem.qml
index 0cb0200..c037440 100644
--- a/modules/launcher/WallpaperItem.qml
+++ b/modules/launcher/WallpaperItem.qml
@@ -43,6 +43,7 @@ StyledRect {
id: mask
layer.enabled: true
+ layer.smooth: true
visible: false
anchors.fill: image
radius: Appearance.rounding.normal
@@ -66,6 +67,8 @@ StyledRect {
source: image
maskEnabled: true
maskSource: mask
+ maskSpreadAtMin: 1
+ maskThresholdMin: 0.5
}
StyledText {