diff --git a/.config/quickshell/modules/bar/Media.qml b/.config/quickshell/modules/bar/Media.qml index f4b8606b9..c59b6379d 100644 --- a/.config/quickshell/modules/bar/Media.qml +++ b/.config/quickshell/modules/bar/Media.qml @@ -68,7 +68,7 @@ Item { MaterialSymbol { anchors.centerIn: parent fill: 1 - text: activePlayer?.isPlaying ? "pause" : "play_arrow" + text: activePlayer?.isPlaying ? "pause" : "music_note" iconSize: Appearance.font.pixelSize.normal color: Appearance.m3colors.m3onSecondaryContainer }