From 7337012280f2b5686bd85b5e84e16bcff022e601 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:36:24 +0200 Subject: [PATCH] background: no smoothing --- .config/quickshell/ii/modules/background/Background.qml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/quickshell/ii/modules/background/Background.qml b/.config/quickshell/ii/modules/background/Background.qml index f5af3d11..e277fda3 100644 --- a/.config/quickshell/ii/modules/background/Background.qml +++ b/.config/quickshell/ii/modules/background/Background.qml @@ -167,6 +167,7 @@ Variants { cache: false asynchronous: true retainWhileLoading: true + smooth: false // Range = groups that workspaces span on property int chunkSize: Config?.options.bar.workspaces.shown ?? 10; property int lower: Math.floor(bgRoot.firstWorkspaceId / chunkSize) * chunkSize; @@ -213,6 +214,14 @@ Variants { } width: bgRoot.wallpaperWidth / bgRoot.wallpaperToScreenRatio * bgRoot.effectiveWallpaperScale height: bgRoot.wallpaperHeight / bgRoot.wallpaperToScreenRatio * bgRoot.effectiveWallpaperScale + // scale: GlobalStates.screenLocked ? 1.04 : 1 + // Behavior on scale { + // NumberAnimation { + // duration: 400 + // easing.type: Easing.BezierSpline + // easing.bezierCurve: Appearance.animationCurves.expressiveDefaultSpatial + // } + // } } // The clock