aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/sound/Osd.qml
AgeCommit message (Collapse)AuthorFilesLines
30 hoursfeat(desktop): pin glyphs to Inconsolata Nerd FontDanilo M.1-2/+2
Glyphs are Nerd Font private-use codepoints, and relying on per-codepoint fontconfig fallback from Noto Sans let the same codepoint resolve to a different glyph in a different Nerd Font. A Theme.iconFamily now names the render family once, and every glyph Text uses it, while fontFamily stays Noto Sans for words and labels. The ethernet glyph moves from \uf6ff to \uef44, the fa-ethernet codepoint present in Inconsolata.
36 hoursfeat(desktop): move volume-osd in as the sound moduleDanilo M.1-0/+254
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.