feat: make nmtui toggleable
This commit is contained in:
parent
db3042111f
commit
c6158cdc4e
2 changed files with 1 additions and 4 deletions
|
@ -15,7 +15,7 @@ BRectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
onClicked: () => {
|
onClicked: () => {
|
||||||
gui.running = true;
|
gui.running = !gui.running;
|
||||||
}
|
}
|
||||||
|
|
||||||
Process {
|
Process {
|
||||||
|
|
|
@ -22,9 +22,6 @@ BRectangle {
|
||||||
id: gui
|
id: gui
|
||||||
running: false
|
running: false
|
||||||
command: ["swaync-client", "-t"]
|
command: ["swaync-client", "-t"]
|
||||||
stdout: SplitParser {
|
|
||||||
onRead: data => console.log(`line read: ${data}`)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue