diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-14 13:51:57 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-14 13:51:57 +0200 |
| commit | b5b369642fabe1209793138f2a725d375924330a (patch) | |
| tree | 8f5fe63d785f668334514de7b66849639fe16c86 /desktop/modules/network | |
| parent | 856e7c25ebb244fb58f0da6cf5d5170d6a3cb68e (diff) | |
| download | quickshell-b5b369642fabe1209793138f2a725d375924330a.tar.gz quickshell-b5b369642fabe1209793138f2a725d375924330a.zip | |
docs(desktop): keep the network module docs self-consistent
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. |
