quickshell: add click handler to open nm-connection-editor
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5207fe32f3
commit
4905389a3c
1 changed files with 10 additions and 0 deletions
|
|
@ -691,6 +691,16 @@ in
|
||||||
font.pixelSize: 14
|
font.pixelSize: 14
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Process {
|
||||||
|
id: nmEditorProc
|
||||||
|
command: ["${pkgs.networkmanagerapplet}/bin/nm-connection-editor"]
|
||||||
|
}
|
||||||
|
|
||||||
|
MouseArea {
|
||||||
|
anchors.fill: parent
|
||||||
|
onClicked: nmEditorProc.running = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tray icons inline
|
// Tray icons inline
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue