diff --git a/.config/quickshell/modules/overview/SearchWidget.qml b/.config/quickshell/modules/overview/SearchWidget.qml index 9e6866240..614efa91e 100644 --- a/.config/quickshell/modules/overview/SearchWidget.qml +++ b/.config/quickshell/modules/overview/SearchWidget.qml @@ -107,7 +107,7 @@ Item { // Wrapper property list baseCommand: ["bash", "-c"] function executeCommand(command) { executor.command = baseCommand.concat( - `${command} || ${ConfigOptions.apps.terminal} fish -C 'echo "${qsTr("Searching for package with that command")}..." && pacman -F ${command}'` + `${command}` ) executor.startDetached() }