diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-04-14 16:04:20 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-04-14 16:04:20 -0400 |
commit | 35a0220813a153cda1b4a496d38f0681388159e3 (patch) | |
tree | 0f80a3c221b8771495ca73623077ce46178e1bc7 /README.md | |
parent | 6be73fead93766c53eb2243d76c09e0c62d94331 (diff) |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -13,11 +13,17 @@ brew services start spnw/formulae/mpc-bar ``` ## Configuration -MPC Bar is configured with a `~/.mpcbar` file. Currently the only -options are these: +MPC Bar is configured with a `~/.mpc-bar.ini` file. Below are the +default options. ``` [connection] host = localhost port = 6600 + +[display] +format = [%name%: &[[%artist%|%performer%|%composer%|%albumartist%] - ]%title%]|%name%|[[%artist%|%performer%|%composer%|%albumartist%] - ]%title%|%file% +idle_message = No song playing +show_queue = true # Show queue/position info while playing? (true/false) +show_queue_idle = (value of show_queue) # Show queue/position info while idle? (true/false) ``` |