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
+2 -1
View File
@@ -13,6 +13,7 @@ Panel {
ipcTarget: "omarchy.dropbox"
manageIpc: false
property string omarchyPath: Quickshell.env("OMARCHY_PATH")
property string focusSection: "login"
property int fileIndex: 0
property bool cursorActive: false
@@ -117,7 +118,7 @@ Panel {
Service {
id: dropbox
settings: root.settings
omarchyPath: root.bar ? root.bar.omarchyPath : Quickshell.env("OMARCHY_PATH")
omarchyPath: root.omarchyPath
}
Connections {