blob: 11e5c7167c25ebaaa86175ffb31aad5aef960c00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# Files
ncmpcpp_directory = ~/.config/ncmpcpp
lyrics_directory = ~/.config/mpd/lyrics
mpd_host = localhost
mpd_port = 6600
mpd_music_dir = /media/hdd/music
mpd_connection_timeout = 5
# Playlist
playlist_disable_highlight_delay = 0
playlist_display_mode = classic
playlist_show_remaining_time = yes
browser_display_mode = columns
autocenter_mode = yes
follow_now_playing_lyrics = yes
lyrics_fetchers = azlyrics, musixmatch, justsomelyrics, genius, internet
# UI and colors
external_editor = vim
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
|