diff options
Diffstat (limited to 'desktop/modules/network')
| -rw-r--r-- | desktop/modules/network/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/modules/network/README.md b/desktop/modules/network/README.md index fbf43e1..394b356 100644 --- a/desktop/modules/network/README.md +++ b/desktop/modules/network/README.md @@ -14,9 +14,10 @@ password field. Known networks offer Forget, the connected one Disconnect. ## Service lifetime `alwaysActive: true`, and truthfully: the `Quickshell.Networking` backend -pushes and there is no poll to gate. There is no `Service.qml`, unlike sound -and vm, because there is no loop to own. Referencing `Networking` in -`NetworkModule.qml` is what instantiates it at shell start. +pushes and there is no poll to gate. There is no `Service.qml`, unlike sound's +`Service.qml` or vm's `Virsh.qml`, because there is no loop to own. +Referencing `Networking` in `NetworkModule.qml` is what instantiates it at +shell start. The backend is empty for about two seconds after launch and then fills. Every binding repaints when it arrives; nothing caches the first paint. |
