diff options
author | Tom Barrett <spalf0@gmail.com> | 2016-02-10 16:41:58 -0600 |
---|---|---|
committer | Tom Barrett <spalf0@gmail.com> | 2016-02-10 16:41:58 -0600 |
commit | 1b0a3fac791dfbd08fe3afc08225f6e180e81047 (patch) | |
tree | 37a9c00bef57f68c8ebf073e2a1d0a83b4f59027 /.ncmpcpp | |
parent | 9c828ca38fab9047a4a6da27d501a6d4fa94e26d (diff) |
Update config
Diffstat (limited to '.ncmpcpp')
-rw-r--r-- | .ncmpcpp/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 3bddeb3..cd2be27 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -1,4 +1,4 @@ -mpd_music_dir = "/mnt/storage/Music/" +mpd_music_dir = "/mnt/hdd/Music/" mpd_connection_timeout = "5" mpd_crossfade_time = "5" playlist_disable_highlight_delay = "0" @@ -13,4 +13,4 @@ follow_now_playing_lyrics = "yes" display_screens_numbers_on_start = "yes" ignore_leading_the = "yes" lyrics_database = "1" -colors_enabled = "no" +colors_enabled = "yes" |