aboutsummaryrefslogtreecommitdiffstats
path: root/.ncmpcpp
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-10-01 22:16:38 +0200
committerDavid Runge <dave@sleepmap.de>2017-10-01 22:16:38 +0200
commita1b017934831206e1da82e6ab6d25631a48eb12f (patch)
tree5d1f0d02b2b6ff8bfbadd3f8bff72ca0eae30a48 /.ncmpcpp
parent2812795cb42240202f95c988008a0a518afe9730 (diff)
downloaddotfiles-a1b017934831206e1da82e6ab6d25631a48eb12f.tar.gz
dotfiles-a1b017934831206e1da82e6ab6d25631a48eb12f.tar.bz2
dotfiles-a1b017934831206e1da82e6ab6d25631a48eb12f.tar.xz
dotfiles-a1b017934831206e1da82e6ab6d25631a48eb12f.zip
.ncmpcpp/config: Fixing outdated colors. Removing obsolete configurations.
Diffstat (limited to '.ncmpcpp')
-rw-r--r--.ncmpcpp/config4
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"