quickshell: add click handler to open nm-connection-editor

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-26 11:07:14 +01:00
parent 5207fe32f3
commit 4905389a3c

View file

@ -691,6 +691,16 @@ in
font.pixelSize: 14
}
}
Process {
id: nmEditorProc
command: ["${pkgs.networkmanagerapplet}/bin/nm-connection-editor"]
}
MouseArea {
anchors.fill: parent
onClicked: nmEditorProc.running = true
}
}
// Tray icons inline