more more colors
This commit is contained in:
parent
c4e4b6ebb2
commit
ed72d81f3b
14 changed files with 22 additions and 10 deletions
|
|
@ -54,11 +54,12 @@ M.BarSection {
|
|||
|
||||
M.BarIcon {
|
||||
icon: "\uF2DB"
|
||||
color: M.Theme.base08
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
Text {
|
||||
text: root.usage.toString().padStart(2) + "%@" + root.freqGhz.toFixed(2)
|
||||
color: M.Theme.base05
|
||||
color: M.Theme.base08
|
||||
font.pixelSize: M.Theme.fontSize
|
||||
font.family: M.Theme.fontFamily
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue