From 8d3395aa20fd273f42d8526298bf47f6fd795dba Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Mon, 6 Jul 2020 10:43:13 +0200 Subject: Define an interface to support different music players --- statusbar.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'statusbar.conf') diff --git a/statusbar.conf b/statusbar.conf index 197383c..82802d0 100644 --- a/statusbar.conf +++ b/statusbar.conf @@ -12,6 +12,7 @@ label = "mounts: " mountpoints = [ "/", "/mnt/storage", "/mnt/storage1" ] [music] +# type can be mpd or mocp type = "mpd" labelplaying = "▶ " labelpaused = "⏸ " -- cgit v1.2.3