forked from Shinonome/dots-hyprland
bar: change music icon
This commit is contained in:
@@ -68,7 +68,7 @@ Item {
|
|||||||
MaterialSymbol {
|
MaterialSymbol {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
fill: 1
|
fill: 1
|
||||||
text: activePlayer?.isPlaying ? "pause" : "play_arrow"
|
text: activePlayer?.isPlaying ? "pause" : "music_note"
|
||||||
iconSize: Appearance.font.pixelSize.normal
|
iconSize: Appearance.font.pixelSize.normal
|
||||||
color: Appearance.m3colors.m3onSecondaryContainer
|
color: Appearance.m3colors.m3onSecondaryContainer
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user