Revert from shellDir to configDir
This commit is contained in:
parent
0979b2661e
commit
771da1b2ae
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ Singleton {
|
|||
Process {
|
||||
id: zigstatProcess
|
||||
running: true
|
||||
command: [Quickshell.shellDir + "/Programs/zigstat", updateInterval]
|
||||
command: [Quickshell.configDir + "/Programs/zigstat", updateInterval]
|
||||
stdout: SplitParser {
|
||||
onRead: function (line) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue