mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 03:01:04 +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.
26 lines
No EOL
401 B
Markdown
26 lines
No EOL
401 B
Markdown
# Guides
|
|
|
|
- [Configuration guide](configuration-guide)
|
|
- [Scripts](scripts)
|
|
- [Styling guide](styling-guide)
|
|
|
|
# Examples
|
|
|
|
- [Config](config)
|
|
- [Stylesheet](stylesheet)
|
|
|
|
## Custom
|
|
|
|
- [Power Menu](power-menu)
|
|
|
|
# Modules
|
|
|
|
- [Clock](clock)
|
|
- [Custom](custom)
|
|
- [Focused](focused)
|
|
- [Launcher](launcher)
|
|
- [Music](music)
|
|
- [Script](script)
|
|
- [Sys_Info](sys-info)
|
|
- [Tray](tray)
|
|
- [Workspaces](workspaces) |