Actually use shellDir, sometimes I lack braincells

This commit is contained in:
ly-sec 2025-07-20 16:04:17 +02:00
parent 771da1b2ae
commit c646a1de0d
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ Singleton {
Process {
id: generateThemeProcess
command: ["wallust", "run", currentWallpaper, "-u", "-k", "-d", "Templates"]
workingDirectory: Quickshell.configDir
workingDirectory: Quickshell.shellDir
running: false
}
}