Actually use shellDir, sometimes I lack braincells
This commit is contained in:
parent
771da1b2ae
commit
c646a1de0d
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ Singleton {
|
||||||
Process {
|
Process {
|
||||||
id: zigstatProcess
|
id: zigstatProcess
|
||||||
running: true
|
running: true
|
||||||
command: [Quickshell.configDir + "/Programs/zigstat", updateInterval]
|
command: [Quickshell.shellDir + "/Programs/zigstat", updateInterval]
|
||||||
stdout: SplitParser {
|
stdout: SplitParser {
|
||||||
onRead: function (line) {
|
onRead: function (line) {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@ Singleton {
|
||||||
Process {
|
Process {
|
||||||
id: generateThemeProcess
|
id: generateThemeProcess
|
||||||
command: ["wallust", "run", currentWallpaper, "-u", "-k", "-d", "Templates"]
|
command: ["wallust", "run", currentWallpaper, "-u", "-k", "-d", "Templates"]
|
||||||
workingDirectory: Quickshell.configDir
|
workingDirectory: Quickshell.shellDir
|
||||||
running: false
|
running: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue