Remove `now_playing` highlight group from ….players.PlayerSegment
This commit is contained in:
parent
70ae1aa116
commit
52e1be946a
|
@ -50,7 +50,7 @@ class PlayerSegment(Segment):
|
|||
stats['state_symbol'] = state_symbols.get(stats['state'])
|
||||
return [{
|
||||
'contents': format.format(**stats),
|
||||
'highlight_groups': ['now_playing', 'player_' + (stats['state'] or 'fallback'), 'player'],
|
||||
'highlight_groups': ['player_' + (stats['state'] or 'fallback'), 'player'],
|
||||
}]
|
||||
|
||||
def get_player_status(self, pl):
|
||||
|
|
Loading…
Reference in New Issue