propagate group accent color to modules via accentColor chain
This commit is contained in:
parent
ec8672e837
commit
834bf808d0
20 changed files with 17 additions and 25 deletions
|
|
@ -79,7 +79,6 @@ 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
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
|
|
@ -89,7 +88,6 @@ M.BarSection {
|
|||
}
|
||||
M.BarLabel {
|
||||
label: root.player?.trackTitle || root.player?.identity || ""
|
||||
color: M.Theme.base0E
|
||||
elide: Text.ElideRight
|
||||
width: Math.min(implicitWidth, 200)
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue