mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-20 11:54:23 +02:00
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.
4 lines
67 B
Rust
4 lines
67 B
Rust
pub mod music;
|
|
pub mod sway;
|
|
pub mod system_tray;
|
|
pub mod wayland;
|