mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 07:44:36 +02:00
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'])
|
stats['state_symbol'] = state_symbols.get(stats['state'])
|
||||||
return [{
|
return [{
|
||||||
'contents': format.format(**stats),
|
'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):
|
def get_player_status(self, pl):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user