refactor: centralize utility paths in Settings for zigbrightness and zigstat programs
This commit is contained in:
parent
bdfab74e1e
commit
e319d0dfd6
3 changed files with 5 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ Singleton {
|
|||
Process {
|
||||
id: zigstatProcess
|
||||
running: true
|
||||
command: [Quickshell.shellDir + "/Programs/zigstat", updateInterval]
|
||||
command: [Settings.settings.zigstatPath, updateInterval]
|
||||
stdout: SplitParser {
|
||||
onRead: function (line) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue