1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 11:11:04 +02:00
Commit graph

5 commits

Author SHA1 Message Date
eb30105fc2
style: fix 1.67 clippy warnings 2023-01-28 14:40:31 +00:00
90cd078973
fix(mpd): stops working if connection lost
The client will now attempt to reconnect when a connection loss is detected.

Fixes #21.
2023-01-28 14:40:12 +00:00
0cefcbd02b
fix(music): wrong widget name on vol slider 2023-01-28 00:51:24 +00:00
e1f523cf2a
fix(music): popup artist label using wrong name 2023-01-28 00:27:22 +00:00
6d8e647f12
feat: mpris support
Resolves #25.

Completely refactors the MPD module to be the 'music' module. This now supports both MPD and MPRIS with the same UI for both.

BREAKING CHANGE: The `mpd` module has been renamed to `music`. You will need to update the `type` value in your config and add `player_type` to continue using MPD. You will also need to update your styles.
2023-01-25 23:09:49 +00:00
Renamed from src/modules/mpd.rs (Browse further)