diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-06 10:24:48 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-06 10:24:48 +0200 |
| commit | f2dc3c9a50358ab8d5f3afd64da852f01f540eee (patch) | |
| tree | ac64b4c9ec34cee25e357181474ea63cdbf85a73 /statusbar.conf | |
| parent | 67f36aa565bef715358410224b5e22f5ee90b054 (diff) | |
| download | statusbar-f2dc3c9a50358ab8d5f3afd64da852f01f540eee.tar.gz | |
Refactor funcs to use their respective configs
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 7163597..197383c 100644 --- a/statusbar.conf +++ b/statusbar.conf @@ -12,6 +12,7 @@ label = "mounts: " mountpoints = [ "/", "/mnt/storage", "/mnt/storage1" ] [music] +type = "mpd" labelplaying = "▶ " labelpaused = "⏸ " labelstopped = "-" |
