From a7fa1de5399170bb2e40b07be1df855d904a7aec Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Sun, 9 Nov 2025 02:07:31 +0100 Subject: [PATCH] oops3 --- Bar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bar.qml b/Bar.qml index a951fdf..384cb23 100644 --- a/Bar.qml +++ b/Bar.qml @@ -21,7 +21,7 @@ Scope { Process { id: ncProcess - command: ["sh", "-c", "qs -p /home/zach/GitProjects/z-bar-qt/shell.qml ipc call root showCenter"] + command: ["sh", "-c", "qs -p ./shell.qml ipc call root showCenter"] running: false }