diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-08-03 21:50:54 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-08-03 21:50:54 +0200 |
| commit | 310b4d5330dade970581a0ea9d11a22cc03e1a5e (patch) | |
| tree | 77d5c38f23174d74ae484ee971d9146ea35e9ccb /statusbar.conf | |
| parent | cd91863abc829c47b15ea1a902e88507efba96ec (diff) | |
| download | statusbar-310b4d5330dade970581a0ea9d11a22cc03e1a5e.tar.gz | |
Update config
Diffstat (limited to 'statusbar.conf')
| -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 = "" |
