Use PATH for panel helper commands

This commit is contained in:
David Heinemeier Hansson
2026-06-24 13:40:16 +02:00
parent d136585ef4
commit beea78084e
8 changed files with 31 additions and 21 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ Panel {
Process {
id: stateProc
command: [root.bar ? root.bar.omarchyPath + "/bin/omarchy-monitor-state" : "omarchy-monitor-state"]
command: ["omarchy-monitor-state"]
stdout: StdioCollector {
waitForEnd: true
onStreamFinished: {