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