-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathncmpcpp-albumart
64 lines (49 loc) · 1.56 KB
/
ncmpcpp-albumart
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
% egrep -v '^#' .ncmpcpp/config
mpd_music_dir = "~/music/"
mpd_host = "127.0.0.1"
mpd_port = "6601"
mouse_list_scroll_whole_page = "yes"
lines_scrolled = "1"
visualizer_in_stereo = "no"
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
visualizer_sync_interval = "10"
visualizer_type = "spectrum"
visualizer_look = "▋▋"
#visualizer_look = "█▋"
message_delay_time = "3"
playlist_shorten_total_times = "yes"
playlist_display_mode = "classic"
browser_display_mode = "columns"
search_engine_display_mode = "columns"
playlist_editor_display_mode = "columns"
autocenter_mode = "yes"
centered_cursor = "yes"
user_interface = "classic"
follow_now_playing_lyrics = "yes"
locked_screen_width_part = "60"
display_bitrate = "no"
external_editor = "nano"
main_window_color = default
main_window_highlight_color = 7
progressbar_elapsed_color = 7
progressbar_color = "black"
progressbar_look = "▃▃▃"
#progressbar_look = "─⊙ "
execute_on_song_change="~/.ncmpcpp/albumart"
mouse_support = "yes"
header_visibility = "no"
statusbar_visibility = "no"
statusbar_color = "white"
#visualizer_color = 2,3,4,5,6,7,8
visualizer_color = "white"
titles_visibility = "no"
enable_window_title = "yes"
now_playing_prefix = " $b$7$6$9"
now_playing_suffix = "$/b$9"
song_columns_list_format = "(6)[]{} (25)[blue]{a} (34)[white]{t|f} (5f)[magenta]{l} (1)[]{}"
color1 = "white"
color2 = "blue"
song_list_format = " %t $R%a │ "
song_status_format = "$b$7♫ $2%a $4⟫$3⟫ $8%t $4⟫$3⟫ $5%b "
song_window_title_format = " {%a} {%t}"