diff options
| -rw-r--r-- | statusbar.conf | 5 |
1 files changed, 4 insertions, 1 deletions
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 = "" |
