diff options
author | David Runge <dave@sleepmap.de> | 2017-10-01 22:16:38 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-10-01 22:16:38 +0200 |
commit | a1b017934831206e1da82e6ab6d25631a48eb12f (patch) | |
tree | 5d1f0d02b2b6ff8bfbadd3f8bff72ca0eae30a48 | |
parent | 2812795cb42240202f95c988008a0a518afe9730 (diff) | |
download | dotfiles-a1b017934831206e1da82e6ab6d25631a48eb12f.tar.gz dotfiles-a1b017934831206e1da82e6ab6d25631a48eb12f.tar.bz2 dotfiles-a1b017934831206e1da82e6ab6d25631a48eb12f.tar.xz dotfiles-a1b017934831206e1da82e6ab6d25631a48eb12f.zip |
.ncmpcpp/config: Fixing outdated colors. Removing obsolete configurations.
-rw-r--r-- | .ncmpcpp/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 3fa757f..705487d 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -17,7 +17,8 @@ song_columns_list_format = "(25)[cyan]{a} (5f)[green]{y} (30)[cyan]{b} (3f)[gree ## COLOR header_window_color = "cyan" main_window_color = "cyan" -main_window_highlight_color = "green" +current_item_prefix = "$(green)$r" +current_item_suffix = "$/r$(end)" # LYRICS lyrics_directory = "~/.lyrics" @@ -55,7 +56,6 @@ lastfm_preferred_language = "en" visualizer_in_stereo = "yes" visualizer_fifo_path = "/run/user/1000/mpd/fifo" visualizer_output_name = "mpd_fifo" -visualizer_sample_multiplier = 0.6 visualizer_sync_interval = 10 visualizer_type = "spectrum" # spectrum/wave visualizer_color = "blue" |