From 310b4d5330dade970581a0ea9d11a22cc03e1a5e Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Mon, 3 Aug 2020 21:50:54 +0200 Subject: Update config --- statusbar.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/statusbar.conf b/statusbar.conf index f7ac5cb..cfbe922 100644 --- a/statusbar.conf +++ b/statusbar.conf @@ -16,7 +16,7 @@ label = "mounts: " mountpoints = [ "/", "/mnt/storage", "/mnt/storage1" ] [music] -# type can be mpd or mocp +# type can be mpd, mocp or generic type = "mpd" labelplaying = "▶ " labelpaused = "⏸ " @@ -24,6 +24,9 @@ labelstopped = "-" # MPD only host = "localhost" port = 6600 +# generic only +nowplayingcmd = "music getnowplaying" +statuscmd = "music getstatus" [clock] label = "" -- cgit v1.2.3