forked from Shinonome/dots-hyprland
bar: resources/music: dynamic show/hide
This commit is contained in:
@@ -77,7 +77,7 @@ Rectangle {
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
elide: Text.ElideRight // Truncates the text on the right
|
||||
color: Appearance.colors.colOnLayer1
|
||||
text: `${cleanedTitle} • ${activePlayer?.trackArtist}`
|
||||
text: `${cleanedTitle}${activePlayer?.trackArtist ? ' • ' + activePlayer.trackArtist : ''}`
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user