feat: Add music and sysinfo to top bar (togglable) - also a bunch of misc fixes
This commit is contained in:
parent
e1caf737fe
commit
b4697235c0
29 changed files with 795 additions and 399 deletions
|
|
@ -12,7 +12,8 @@ Rectangle {
|
|||
property color progressColor: Theme.accentPrimary
|
||||
property int strokeWidth: 6
|
||||
property bool showText: true
|
||||
property string text: Math.round(progress * 100) + "%"
|
||||
property string units: "%"
|
||||
property string text: Math.round(progress * 100) + units
|
||||
property int textSize: 10
|
||||
property color textColor: Theme.textPrimary
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue