From 78c91500d6e417c4f400a7a27a2abb70836e2118 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 14 Jul 2025 22:55:15 +0700 Subject: [PATCH] wallpaper: fix stretch --- .config/quickshell/ii/modules/background/Background.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/quickshell/ii/modules/background/Background.qml b/.config/quickshell/ii/modules/background/Background.qml index cfd0678b..0e5a8522 100644 --- a/.config/quickshell/ii/modules/background/Background.qml +++ b/.config/quickshell/ii/modules/background/Background.qml @@ -12,8 +12,6 @@ import Quickshell import Quickshell.Io import Quickshell.Wayland -// TODO REMOVE BACKGROUNDWIDGETS - Scope { id: root readonly property bool fixedClockPosition: Config.options.background.fixedClockPosition @@ -80,7 +78,7 @@ Scope { id: leastBusyRegionOutputCollector onStreamFinished: { const output = leastBusyRegionOutputCollector.text - console.log("[Background] Least busy region output:", output) + // console.log("[Background] Least busy region output:", output) if (output.length === 0) return; const parsedContent = JSON.parse(output) bgRoot.clockX = parsedContent.center_x @@ -91,7 +89,7 @@ Scope { } // Wallpaper - AnimatedImage { + Image { z: 0 anchors.fill: parent source: bgRoot.wallpaperPath