osd for volume and brightness

This commit is contained in:
Damocles 2026-04-12 15:24:08 +02:00
parent a53616523b
commit ab2eb2578e
6 changed files with 104 additions and 0 deletions

View file

@ -9,6 +9,7 @@ M.BarSection {
tooltip: "Brightness: " + root.percent + "%"
property int percent: 0
onPercentChanged: if (percent > 0) M.OsdState.show(percent / 100, "\uF185")
Process {
id: adjProc