From e2f686c903cc00d4a4956cf6ff209fa16c950416 Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Tue, 24 Sep 2024 19:04:53 -0400 Subject: Add connection configuration via INI file --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 215a22e..16c3cb1 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,13 @@ 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.ini` file. Currently the only +options are these: + +``` +[connection] +host = localhost +port = 6600 +``` -- cgit v1.2.3