launcher overhaul

This commit is contained in:
Zacharias-Brohn
2026-02-17 17:12:34 +01:00
parent dbb930f39a
commit 9cf054a1c6
6 changed files with 7 additions and 119 deletions
+3 -14
View File
@@ -65,12 +65,6 @@ WlSessionLockSurface {
to: 1
duration: Appearance.anim.durations.large
}
Modules.Anim {
target: background
property: "opacity"
to: 0
duration: Appearance.anim.durations.large
}
SequentialAnimation {
PauseAnimation {
duration: Appearance.anim.durations.small
@@ -94,12 +88,6 @@ WlSessionLockSurface {
running: true
Modules.Anim {
target: background
property: "opacity"
to: 1
duration: Appearance.anim.durations.large
}
SequentialAnimation {
ParallelAnimation {
Modules.Anim {
@@ -154,11 +142,12 @@ WlSessionLockSurface {
CachingImage {
id: background
anchors.fill: parent
asynchronous: false
asynchronous: true
path: WallpaperPath.currentWallpaperPath
opacity: 1
Component.onCompleted: {
console.log(source);
console.log(path);
}
}