diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-14 18:13:11 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-14 18:13:11 +0200 |
| commit | 26e6f28b15a8f2ed7664c5c268b4065ae62668d0 (patch) | |
| tree | 62f087b0047652f70e362606f3c0925099190204 /desktop/modules/network/README.md | |
| parent | 4eaf3bdce7b4e7663c6ba5c206d68eacbd24949e (diff) | |
| download | quickshell-26e6f28b15a8f2ed7664c5c268b4065ae62668d0.tar.gz quickshell-26e6f28b15a8f2ed7664c5c268b4065ae62668d0.zip | |
feat(desktop): globe network tile with per-link IPs
Diffstat (limited to 'desktop/modules/network/README.md')
| -rw-r--r-- | desktop/modules/network/README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/modules/network/README.md b/desktop/modules/network/README.md index 394b356..a806488 100644 --- a/desktop/modules/network/README.md +++ b/desktop/modules/network/README.md @@ -3,8 +3,11 @@ Wired and wifi in one module, because a connected `eth0` must not mask the wifi state. -The tile shows one line per active link. When both wired and wifi are up it -shows both: the API exposes no route metric, so it does not guess which link +The tile is a globe, and each active link shows a green dot, its name and its +local IPv4 address. The address comes from `ip -j -4 addr show`, because the +Networking API exposes only the MAC; it is refreshed on link change and on a +slow timer while a link is up. When both wired and wifi are up the tile shows +both: the API exposes no route metric, so it does not guess which link carries traffic. The page lists managed wired devices, then a wifi radio switch and list. A |
