diff options
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 |
