diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-14 13:59:39 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-14 13:59:39 +0200 |
| commit | 5fb6c9636051423254c3f36f0ff19857898c93ad (patch) | |
| tree | ec11f4b4effbe7d8a6d207197da3edc89d142aab /desktop/README.md | |
| parent | 821666ada505184dda57ab5362e712c97cdc5201 (diff) | |
| download | quickshell-5fb6c9636051423254c3f36f0ff19857898c93ad.tar.gz quickshell-5fb6c9636051423254c3f36f0ff19857898c93ad.zip | |
docs: record the network and bluetooth traps
The native backends start empty for about two seconds, device lists are
ObjectModels, NMSettings is not in QML scope, and quickshell has no BlueZ
agent. Each one cost a probe to learn; writing them down is cheaper than
re-learning them.
Diffstat (limited to 'desktop/README.md')
| -rw-r--r-- | desktop/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/README.md b/desktop/README.md index 5b890e0..c5cddfa 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -137,6 +137,9 @@ the vm page the same way, with `ipc call drawer open vm`. The full list of edits to the live Hyprland and waybar configuration is Task 10 of the plan in `docs/superpowers/plans/2026-09-14-desktop-shell.md`. +The drawer is the only place network and Bluetooth are managed, so waybar's +own network and Bluetooth indicators were removed in the same change. + ## Theme `Theme.qml` is a symlink to `shared/Theme.qml`, as in every component here. |
