mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Wallpapers: add IpcHandler for applying (#2533)
This commit is contained in:
@@ -181,4 +181,12 @@ Singleton {
|
|||||||
root.thumbnailGenerated(thumbgenProc.directory)
|
root.thumbnailGenerated(thumbgenProc.directory)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IpcHandler {
|
||||||
|
target: "wallpapers"
|
||||||
|
|
||||||
|
function apply(path: string): void {
|
||||||
|
root.apply(path);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user