diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-06 20:58:02 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-06 20:58:02 +0200 |
| commit | 7f375f1a5aea467550939a769d583c72eca4e8fe (patch) | |
| tree | 3cad98a3e59521b8de0bd63a8a1cc7923b64749b /statusbar.conf | |
| parent | bf06d88d6b342c67f8b5d8cbdba0055256a61c65 (diff) | |
| download | statusbar-7f375f1a5aea467550939a769d583c72eca4e8fe.tar.gz | |
Add host and port support for MPD
Diffstat (limited to 'statusbar.conf')
| -rw-r--r-- | statusbar.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 = "" |
