forked from Shinonome/dots-hyprland
search: konachan wallpaper command (#1624)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user