more more colors
This commit is contained in:
parent
c4e4b6ebb2
commit
ed72d81f3b
14 changed files with 22 additions and 10 deletions
|
|
@ -25,10 +25,12 @@ M.BarSection {
|
|||
|
||||
M.BarIcon {
|
||||
icon: root.playing ? "\uF04B" : (root.player?.playbackState === MprisPlaybackState.Paused ? "\uDB80\uDFE4" : "\uDB81\uDCDB")
|
||||
color: M.Theme.base0E
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
M.BarLabel {
|
||||
label: root.player?.trackTitle || root.player?.identity || ""
|
||||
color: M.Theme.base0E
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue