Early matugen implementation

This commit is contained in:
Ly-sec 2025-08-14 15:17:54 +02:00
parent 44656911cb
commit 2bdff80599
9 changed files with 162 additions and 120 deletions

View file

@ -155,12 +155,11 @@ Singleton {
Process {
id: generateThemeProcess
command: ["wallust", "run", currentWallpaper, "-u", "-k", "-d", "Assets/Wallust"]
command: [Quickshell.shellDir + "/Bin/matugen-theme.sh", currentWallpaper]
workingDirectory: Quickshell.shellDir
running: false
stdout: StdioCollector {
onStreamFinished: {
// console.log(this.text)
}
}