fix some deprecations

This commit is contained in:
Anas Khalifa 2025-07-20 11:18:20 +03:00
parent 1137b5a754
commit a8244cde67
No known key found for this signature in database
GPG key ID: 572E1C0A5586601C
3 changed files with 7 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
}
}