osd for volume and brightness
This commit is contained in:
parent
a53616523b
commit
ab2eb2578e
6 changed files with 104 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue