commit 092d5ed78fe172a700d91cd051a0ca33dc530126 parent fbe4bf84f66276d66a81221e91637df12c0dc3f2 Author: Spencer Williams <spnw@plexwave.org> Date: Thu, 27 Jul 2023 20:06:24 -0400 Add README and screenshot Diffstat:
| A | README.md | | | 13 | +++++++++++++ |
| A | mpc-bar.png | | | 0 |
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,13 @@ + + +# 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 +``` diff --git a/mpc-bar.png b/mpc-bar.png Binary files differ.