diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-14 13:49:52 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-14 13:49:52 +0200 |
| commit | 856e7c25ebb244fb58f0da6cf5d5170d6a3cb68e (patch) | |
| tree | 38a4c80e96baa4482cd4966c77c927a928f17b4d /desktop/README.md | |
| parent | e1a1e4953d90d2c92ae9d6a6fece0fb333639fe7 (diff) | |
| download | quickshell-856e7c25ebb244fb58f0da6cf5d5170d6a3cb68e.tar.gz quickshell-856e7c25ebb244fb58f0da6cf5d5170d6a3cb68e.zip | |
docs(desktop): document the network module
Diffstat (limited to 'desktop/README.md')
| -rw-r--r-- | desktop/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/README.md b/desktop/README.md index 29223b7..01ed1ce 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -24,6 +24,8 @@ the IPC layer rejects. The page-less grid entry is therefore the zero-argument ## The modules modules/sound/ output and input volume, the OSD, the player + modules/network/ wired and wifi, radio, scan, join, forget + modules/bluetooth/ adapter, scan, pair, connect, forget, trust modules/mail/ unread per account, threads, the watcher dot modules/vm/ libvirt state, live stats, snapshots modules/appearance/ a tile that opens the separate appearance shell @@ -99,7 +101,8 @@ The top of the panel is an empty reserved area for the notification engine. It is an empty `Item` claiming the space, not a placeholder graphic, so the grid below it sits where it will sit once notifications arrive. The bottom is a fixed, never-scrolled `Flow` grid: three columns at 180px minimum, wrapping -and adding rows up to a 3x3 ceiling for the modules that exist. +and adding rows up to a 3x3 ceiling for the modules that exist, in the order +Sound, Network, Bluetooth, Mail, Appearance, Machines. ## Hyprland and waybar |
