diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-06 10:43:13 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-06 10:43:13 +0200 |
| commit | 8d3395aa20fd273f42d8526298bf47f6fd795dba (patch) | |
| tree | 250c03473b12e7ddcf75e9ec136faca6b24671b9 /statusbar.conf | |
| parent | f2dc3c9a50358ab8d5f3afd64da852f01f540eee (diff) | |
| download | statusbar-8d3395aa20fd273f42d8526298bf47f6fd795dba.tar.gz | |
Define an interface to support different music players
Diffstat (limited to 'statusbar.conf')
| -rw-r--r-- | statusbar.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "⏸ " |
