From 65ac60fe346173f5fca44caf1394220d26b2f534 Mon Sep 17 00:00:00 2001 From: Uyanide Date: Thu, 12 Mar 2026 00:31:56 +0100 Subject: [PATCH] qs: update --- .../quickshell/Modules/Sidebar/Modules/WallpaperCard.qml | 3 ++- .../.config/quickshell/Services/BackgroundService.qml | 7 ++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/WallpaperCard.qml b/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/WallpaperCard.qml index 2f74f7e..f8b1635 100644 --- a/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/WallpaperCard.qml +++ b/config/quickshell/.config/quickshell/Modules/Sidebar/Modules/WallpaperCard.qml @@ -22,11 +22,12 @@ RowLayout { MouseArea { anchors.fill: parent acceptedButtons: Qt.LeftButton - onClicked: BackgroundService.toggleChooser() + onClicked: BackgroundService.openChoooser() cursorShape: Qt.PointingHandCursor } Rectangle { + visible: WallpaperCycle.enabled anchors.verticalCenter: parent.verticalCenter anchors.left: parent.left width: Style.marginS diff --git a/config/quickshell/.config/quickshell/Services/BackgroundService.qml b/config/quickshell/.config/quickshell/Services/BackgroundService.qml index efc421e..df74de4 100644 --- a/config/quickshell/.config/quickshell/Services/BackgroundService.qml +++ b/config/quickshell/.config/quickshell/Services/BackgroundService.qml @@ -62,11 +62,8 @@ Singleton { }); } - function toggleChooser() { - if (wallreelProcess.running) - wallreelProcess.signal(2); - else - wallreelProcess.running = true; + function openChooser() { + wallreelProcess.running = true; } Component.onCompleted: {