diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-04 15:11:11 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-04 15:11:11 +1000 |
| commit | 53f14b3ca2e7612ab1eec6aaaff2a75d72ce8112 (patch) | |
| tree | 1b2a1e52c2a2835b8c07e97e18a088242f46986a /modules/launcher/WallpaperList.qml | |
| parent | launcher: elide wallpaper names (diff) | |
| download | caelestia-shell-53f14b3ca2e7612ab1eec6aaaff2a75d72ce8112.tar.gz caelestia-shell-53f14b3ca2e7612ab1eec6aaaff2a75d72ce8112.tar.bz2 caelestia-shell-53f14b3ca2e7612ab1eec6aaaff2a75d72ce8112.zip | |
launcher: focused wallpaper shadow
Diffstat (limited to 'modules/launcher/WallpaperList.qml')
| -rw-r--r-- | modules/launcher/WallpaperList.qml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/launcher/WallpaperList.qml b/modules/launcher/WallpaperList.qml index ecf7976..e3bf2ee 100644 --- a/modules/launcher/WallpaperList.qml +++ b/modules/launcher/WallpaperList.qml @@ -36,6 +36,18 @@ PathView { path: Path { startY: root.height / 2 + PathAttribute { + name: "z" + value: 0 + } + PathLine { + x: root.width / 2 + relativeY: 0 + } + PathAttribute { + name: "z" + value: 1 + } PathLine { x: root.width relativeY: 0 |