diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-08-22 22:48:02 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-08-22 22:48:02 +0200 |
| commit | b2abf7439ed3c8097bccd3f71f3f5410552ac7fe (patch) | |
| tree | b650fd81505e6d015e490cebf0aa9b4f0dba68c5 /.ncmpcpp/config | |
| parent | 599e1315ce9be32944681ff4e88fc5afa8ae81b8 (diff) | |
switch from powerline to starship, added mpd & ncmpcpp configs. also using nnn now
Diffstat (limited to '.ncmpcpp/config')
| -rw-r--r-- | .ncmpcpp/config | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config new file mode 100644 index 0000000..9b0f0dd --- /dev/null +++ b/.ncmpcpp/config @@ -0,0 +1,46 @@ +# Files +ncmpcpp_directory = /home/cafebabe/.ncmpcpp +lyrics_directory = /home/cafebabe/.ncmpcpp/lyrics +mpd_host = localhost +mpd_port = 6600 +mpd_music_dir = /media/Becoming\ a\ Philosopher/Music +mpd_connection_timeout = 5 + +# Playlist +playlist_disable_highlight_delay = 0 +playlist_display_mode = columns +playlist_show_remaining_time = yes + +browser_display_mode = columns +autocenter_mode = yes +follow_now_playing_lyrics = yes + +# UI and colors +colors_enabled = yes +current_item_prefix = $(blue)$r +current_item_suffix = $/r$(end) +current_item_inactive_column_prefix = $(cyan)$r +current_item_inactive_column_suffix = $/r$(end) +header_window_color = cyan +main_window_color = white +active_window_border = blue +song_columns_list_format = (5)[blue]{l} (35)[green]{t|f:Title} (30)[magenta]{aE} (30)[yellow]{bE} +song_list_format = {$3%n | $9}{$7%a - $9}{$5%t$9}|{$8%f$9}$R{$6 | %b$9}{$3 | %l$9} +volume_color = red +progressbar_color = cyan +progressbar_elapsed_color = white +statusbar_color = white +user_interface = classic +selected_item_prefix = * +now_playing_prefix = "> " +centered_cursor = yes +display_bitrate = yes +enable_window_title = yes + +# Visualizer +visualizer_fifo_path = /tmp/mpd.fifo +visualizer_output_name = Visualizer feed +visualizer_in_stereo = yes +visualizer_sync_interval = 30 +visualizer_type = spectrum +visualizer_look = +| |
