aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/sound/README.md
AgeCommit message (Collapse)AuthorFilesLines
36 hoursfeat(desktop): move volume-osd in as the sound moduleDanilo M.1-0/+159
VolumeOsd.qml did three jobs in one file: PipeWire tracking, the OSD surface and the player transport. They become Service, Osd and the page. The OSD keeps its namespace so the existing Hyprland blur rule still matches, and the service stays always-active because the OSD has to answer a keypress with no drawer open.