search: konachan wallpaper command (#1624)

This commit is contained in:
end-4 2025-07-12 19:15:41 +07:00
parent 1e1aeb2673
commit ae58e59d67

View file

@ -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) => {