forked from Shinonome/dots-hyprland
search: konachan wallpaper command (#1624)
This commit is contained in:
@@ -40,12 +40,6 @@ Item { // Wrapper
|
|||||||
}
|
}
|
||||||
|
|
||||||
property var searchActions: [
|
property var searchActions: [
|
||||||
{
|
|
||||||
action: "img",
|
|
||||||
execute: () => {
|
|
||||||
executor.executeCommand(Directories.wallpaperSwitchScriptPath)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
action: "dark",
|
action: "dark",
|
||||||
execute: () => {
|
execute: () => {
|
||||||
@@ -58,6 +52,18 @@ Item { // Wrapper
|
|||||||
executor.executeCommand(`${Directories.wallpaperSwitchScriptPath} --mode light --noswitch`)
|
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",
|
action: "accentcolor",
|
||||||
execute: (args) => {
|
execute: (args) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user