This website requires JavaScript.
Explore
Help
Sign in
zedfrigg
/
ironbar
Watch
1
Star
0
Fork
You've already forked ironbar
0
mirror of
https://github.com/Zedfrigg/ironbar.git
synced
2025-04-20 11:54:23 +02:00
Code
Activity
a79900d842
ironbar
/
src
/
clients
/
mod.rs
5 lines
67 B
Rust
Raw
Normal View
History
Unescape
Escape
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 22:46:42 +00:00
pub
mod
music
;
refactor: move various clients to own folder
2022-11-06 23:38:51 +00:00
pub
mod
sway
;
pub
mod
system_tray
;
pub
mod
wayland
;
Copy permalink