aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/sound
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-14 12:36:03 +0200
committerDanilo M. <danix@danix.xyz>2026-09-14 12:36:03 +0200
commit54f028ed563daed9b49bf1fabee9d47060335304 (patch)
tree03efc647034099e7ef6a4c46ec0153919e8f40b7 /desktop/modules/sound
parent315becb78eb48be186f2370ae6c5efd3e967c12d (diff)
downloadquickshell-54f028ed563daed9b49bf1fabee9d47060335304.tar.gz
quickshell-54f028ed563daed9b49bf1fabee9d47060335304.zip
docs: the desktop shell and what the merge changed
Five components become three, and the Theme symlink count with them. Two new notes: a pragma Singleton in a subdirectory resolves through a plain directory import with no qmldir, and Virsh.sampling gates only the stats poll, not the lifecycle stream that keeps the tile correct while the page is closed.
Diffstat (limited to 'desktop/modules/sound')
-rw-r--r--desktop/modules/sound/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop/modules/sound/README.md b/desktop/modules/sound/README.md
index f0a8313..d1c50fc 100644
--- a/desktop/modules/sound/README.md
+++ b/desktop/modules/sound/README.md
@@ -1,5 +1,12 @@
# volume-osd
+> **Now the `sound` module of the `desktop/` shell.** It is no longer a
+> standalone component: start the shell with `qs -p desktop` and open the
+> module's page from the drawer, or deep-link with
+> `qs -p desktop ipc call drawer open sound`. The prose below predates the
+> merge and its standalone `volume-osd` commands are historical. See
+> `desktop/README.md`.
+
An on-screen display for volume, covering both output (speakers) and input
(microphone). It appears at the bottom of the screen when the level or mute
state changes, and fades out 1.5 seconds later.