blob: 8ba7eccd910e7eb6d19c07c57096eae3b1607d72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|

# MPC Bar
A Mac menu bar client for the [Music Player Daemon](https://www.musicpd.org).
## Installation
If you have [Homebrew](https://brew.sh), you can simply run these
commands to install and launch MPC Bar:
```
brew install spnw/formulae/mpc-bar
brew services start spnw/formulae/mpc-bar
```
## Configuration
MPC Bar is configured with a `~/.mpcbar` file. Currently the only
options are these:
```
[connection]
host = localhost
port = 6600
```
|