Compare commits
2 commits
5f788c81fb
...
7184e752c2
Author | SHA1 | Date | |
---|---|---|---|
7184e752c2 | |||
b220ff889c |
2 changed files with 2 additions and 4 deletions
|
@ -62,7 +62,7 @@ export const TitleLabel = (player, params) => Label({
|
||||||
truncate: 'end',
|
truncate: 'end',
|
||||||
justification: 'left',
|
justification: 'left',
|
||||||
className: 'title',
|
className: 'title',
|
||||||
binds: [['label', player, 'trackTitle']],
|
binds: [['label', player, 'track-title']],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const ArtistLabel = (player, params) => Label({
|
export const ArtistLabel = (player, params) => Label({
|
||||||
|
@ -72,9 +72,7 @@ export const ArtistLabel = (player, params) => Label({
|
||||||
truncate: 'end',
|
truncate: 'end',
|
||||||
justification: 'left',
|
justification: 'left',
|
||||||
className: 'artist',
|
className: 'artist',
|
||||||
connections: [[player, label => {
|
binds: [['label', player, 'track-artists', a => a.join(', ') || '']],
|
||||||
label.label = player.trackArtists.join(', ') || '';
|
|
||||||
}]],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const PlayerIcon = (player, { symbolic = true, ...params } = {}) => {
|
export const PlayerIcon = (player, { symbolic = true, ...params } = {}) => {
|
||||||
|
|
BIN
nixos/flake.lock
BIN
nixos/flake.lock
Binary file not shown.
Loading…
Reference in a new issue