mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
search: konachan wallpaper command (#1624)
This commit is contained in:
parent
1e1aeb2673
commit
ae58e59d67
1 changed files with 12 additions and 6 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue