add mpv player w/ ipc support

This commit is contained in:
eyjhb 2025-02-04 19:29:03 +01:00
parent a706a38252
commit 6ae627522c
Signed by: eyjhb
GPG key ID: 609F508E3239F920
5 changed files with 216 additions and 23 deletions

View file

@ -87,7 +87,7 @@ func (mp *MinifluxPlayer) View() string {
return mp.player.View()
}
return lipgloss.JoinVertical(0.2, mp.feedEntries.View(), "", mp.player.View())
return lipgloss.JoinVertical(lipgloss.Top, mp.feedEntries.View(), "", mp.player.View())
}
func (mp *MinifluxPlayer) FetchCategories(ctx context.Context) ([]*miniflux.Category, error) {