Revert "Revert "Quick fixs""

This commit is contained in:
Lysec 2025-07-20 12:10:50 +02:00 committed by GitHub
parent 39660bad23
commit 686e4ce81c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 6 deletions

View file

@ -23,7 +23,7 @@ Singleton {
Process {
id: zigstatProcess
running: true
command: [Quickshell.shellRoot + "/Programs/zigstat", updateInterval]
command: [Quickshell.shellDir + "/Programs/zigstat", updateInterval]
stdout: SplitParser {
onRead: function (line) {
try {

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
}
}