Compare commits

..

No commits in common. "7184e752c200da05f4d28570fad99ff045d3c641" and "5f788c81fb54e51256f2d2da0ea2dd4f6998ff90" have entirely different histories.

2 changed files with 11 additions and 9 deletions

View file

@ -62,7 +62,7 @@ export const TitleLabel = (player, params) => Label({
truncate: 'end',
justification: 'left',
className: 'title',
binds: [['label', player, 'track-title']],
binds: [['label', player, 'trackTitle']],
});
export const ArtistLabel = (player, params) => Label({
@ -72,7 +72,9 @@ export const ArtistLabel = (player, params) => Label({
truncate: 'end',
justification: 'left',
className: 'artist',
binds: [['label', player, 'track-artists', a => a.join(', ') || '']],
connections: [[player, label => {
label.label = player.trackArtists.join(', ') || '';
}]],
});
export const PlayerIcon = (player, { symbolic = true, ...params } = {}) => {

View file

@ -220,11 +220,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1696261738,
"narHash": "sha256-ujhtnd7vCZHJosOxTi4lgIyHA6iblYwXhx+ZS678fxw=",
"lastModified": 1696261674,
"narHash": "sha256-CF/8elCzin2P6hwB32SKVEHDJLbdTZBebLhhCgCyYFk=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "b784931e678f907b1f1e41d04485fefd8a1faaf8",
"rev": "fcab2a435899f3848bc814ac4784d29e3169ea0b",
"type": "github"
},
"original": {
@ -446,18 +446,18 @@
"flake": false,
"locked": {
"host": "gitlab.freedesktop.org",
"lastModified": 1696255886,
"narHash": "sha256-0KZfiqqREousitBgG1mkzKmmNX4tjOIWdbBm6MvRCjQ=",
"lastModified": 1695919988,
"narHash": "sha256-4RBgIZHaVqH0m1POnfzYRzwCWxifIKH4xQ0kCn2LGkA=",
"owner": "wlroots",
"repo": "wlroots",
"rev": "5ef42e8e8adece098848fac53c721b6eb3818fc2",
"rev": "c2aa7fd965cb7ee8bed24f4122b720aca8f0fc1e",
"type": "gitlab"
},
"original": {
"host": "gitlab.freedesktop.org",
"owner": "wlroots",
"repo": "wlroots",
"rev": "5ef42e8e8adece098848fac53c721b6eb3818fc2",
"rev": "c2aa7fd965cb7ee8bed24f4122b720aca8f0fc1e",
"type": "gitlab"
}
},