From 2b47083c12c20f2460bcad2764841c46bb86be8b Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 23 Sep 2025 11:14:00 +0200 Subject: [PATCH] settings, welcome: change konachan btn icon, fix wallpaper desync --- .config/quickshell/ii/modules/settings/QuickConfig.qml | 3 ++- .config/quickshell/ii/welcome.qml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/ii/modules/settings/QuickConfig.qml b/.config/quickshell/ii/modules/settings/QuickConfig.qml index 5b2de5112..ca8a0f73d 100644 --- a/.config/quickshell/ii/modules/settings/QuickConfig.qml +++ b/.config/quickshell/ii/modules/settings/QuickConfig.qml @@ -76,6 +76,7 @@ ContentPage { sourceSize.height: parent.implicitHeight fillMode: Image.PreserveAspectCrop source: Config.options.background.wallpaperPath + cache: false layer.enabled: true layer.effect: OpacityMask { maskSource: Rectangle { @@ -93,7 +94,7 @@ ContentPage { visible: Config.options.policies.weeb === 1 Layout.fillWidth: true buttonRadius: Appearance.rounding.small - materialIcon: "wallpaper" + materialIcon: "ifl" mainText: konachanWallProc.running ? Translation.tr("Be patient...") : Translation.tr("Random: Konachan") onClicked: { konachanWallProc.running = true; diff --git a/.config/quickshell/ii/welcome.qml b/.config/quickshell/ii/welcome.qml index a0699ac7c..1f7e0dc22 100644 --- a/.config/quickshell/ii/welcome.qml +++ b/.config/quickshell/ii/welcome.qml @@ -243,7 +243,7 @@ ApplicationWindow { visible: Config.options.policies.weeb === 1 Layout.alignment: Qt.AlignHCenter buttonRadius: Appearance.rounding.small - materialIcon: "wallpaper" + materialIcon: "ifl" mainText: konachanWallProc.running ? Translation.tr("Be patient...") : Translation.tr("Random: Konachan") onClicked: { console.log(konachanWallProc.command.join(" "));