diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-11-08 01:14:51 -0500 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-11-08 01:14:51 -0500 |
| commit | 81298dd211a1ab9929127e507f6618abb6c139d5 (patch) | |
| tree | 62ba15bd43673ce5a3581ecc02a9c84375dc8364 /ncmpcpp/config | |
| parent | b68898fa65f064e6befd0cb23067287df65de12b (diff) | |
add mpd and ncmpcpp
Diffstat (limited to 'ncmpcpp/config')
| -rw-r--r-- | ncmpcpp/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ncmpcpp/config b/ncmpcpp/config new file mode 100644 index 0000000..6173bb7 --- /dev/null +++ b/ncmpcpp/config @@ -0,0 +1,7 @@ +mpd_music_dir = "~/music/songs" + +visualizer_data_source = "/tmp/mpd.fifo" +visualizer_output_name = "my_fifo" +visualizer_in_stereo = "yes" +visualizer_type = "spectrum" +visualizer_look = "+|" |
