feat: Add music and sysinfo to top bar (togglable) - also a bunch of misc fixes

This commit is contained in:
ferreo 2025-07-14 20:40:43 +01:00
parent e1caf737fe
commit b4697235c0
29 changed files with 795 additions and 399 deletions

View file

@ -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