From 7f375f1a5aea467550939a769d583c72eca4e8fe Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Mon, 6 Jul 2020 20:58:02 +0200 Subject: Add host and port support for MPD --- statusbar.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'statusbar.conf') diff --git a/statusbar.conf b/statusbar.conf index 6d1a58a..6f65e03 100644 --- a/statusbar.conf +++ b/statusbar.conf @@ -18,6 +18,9 @@ type = "mpd" labelplaying = "▶ " labelpaused = "⏸ " labelstopped = "-" +# MPD only +host = "localhost" +port = 6600 [clock] label = "" -- cgit v1.2.3