Added 'MPRIS' module

This commit adds the ability to display status information for MPRIS
compatible music players.

Closes #53
This commit is contained in:
haruInDisguise 2024-07-05 23:22:20 +02:00 committed by Daniel Eklöf
parent b5450c3918
commit c27de56bea
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
9 changed files with 1266 additions and 1 deletions

View file

@ -31,6 +31,7 @@
([#404][404]).
* pipewire: added `spacing`, `left-spacing` and `right-spacing`
attributes.
* mpris: new module ([#53][53]).
[96]: https://codeberg.org/dnkl/yambar/issues/96
[380]: https://codeberg.org/dnkl/yambar/issues/380
@ -38,6 +39,7 @@
[400]: https://codeberg.org/dnkl/yambar/pulls/400
[428]: https://codeberg.org/dnkl/yambar/pulls/428
[404]: https://codeberg.org/dnkl/yambar/issues/404
[53]: https://codeberg.org/dnkl/yambar/issues/53
### Changed