From ae58e59d67b5b1633c062cf26828de351d606855 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 12 Jul 2025 19:15:41 +0700 Subject: [PATCH] search: konachan wallpaper command (#1624) --- .../ii/modules/overview/SearchWidget.qml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.config/quickshell/ii/modules/overview/SearchWidget.qml b/.config/quickshell/ii/modules/overview/SearchWidget.qml index 91998aa9..c5593e71 100644 --- a/.config/quickshell/ii/modules/overview/SearchWidget.qml +++ b/.config/quickshell/ii/modules/overview/SearchWidget.qml @@ -40,12 +40,6 @@ Item { // Wrapper } property var searchActions: [ - { - action: "img", - execute: () => { - executor.executeCommand(Directories.wallpaperSwitchScriptPath) - } - }, { action: "dark", execute: () => { @@ -58,6 +52,18 @@ Item { // Wrapper executor.executeCommand(`${Directories.wallpaperSwitchScriptPath} --mode light --noswitch`) } }, + { + action: "wall", + execute: () => { + executor.executeCommand(Directories.wallpaperSwitchScriptPath) + } + }, + { + action: "konachanwall", + execute: () => { + Quickshell.execDetached([Quickshell.configPath("scripts/colors/random_konachan_wall.sh")]) + } + }, { action: "accentcolor", execute: (args) => {