-
Notifications
You must be signed in to change notification settings - Fork 0
/
ncmpcpp
54 lines (53 loc) · 2.6 KB
/
ncmpcpp
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
mpd_host = "127.0.0.1"
mpd_port = "6600"
mpd_music_dir = "~/Music"
mpd_connection_timeout = "5"
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "fifo output"
visualizer_sync_interval = "30"
visualizer_in_stereo = "yes"
visualizer_type = "spectrum"
visualizer_color = "magenta"
visualizer_look = "▬▬"
playlist_disable_highlight_delay = "3"
allow_for_physical_item_deletion = "yes"
message_delay_time = "8"
song_list_format = "{$2%a$2} {$5%t$5} $R {$3%b$3} $6({$6%l})"
song_status_format = "{$2%a$2} {$3%b$3} {$5%t$5}"
song_library_format = "%t"
song_window_title_format = "{%a-%t}"
song_columns_list_format = "(37)[red]{a} (32)[green]{t} (25)[blue]{b} $R(7)[magenta]{l}"
playlist_display_mode = "columns"
browser_display_mode = "columns"
titles_visibility = "yes"
incremental_seeking = "yes"
autocenter_mode = "yes"
header_visibility = "yes"
statusbar_visibility = "yes"
cyclic_scrolling = "yes"
display_bitrate = "yes"
ignore_leading_the = "no"
enable_window_title = "yes"
progressbar_look = "▬▬▬"
user_interface = "alternative"
alternative_header_first_line_format = "{$b$2%a$9} {$5%t$9}"
alternative_header_second_line_format = "{$3%b$9} {$4(%y)$9}"
alternative_ui_separator_color = "blue"
playlist_separate_albums = "no"
colors_enabled = "yes"
empty_tag_color = "blue"
header_window_color = "white"
display_volume_level = "yes"
state_line_color = "cyan"
state_flags_color = "magenta"
main_window_color = "green"
main_window_highlight_color = "blue"
color1 = "white"
color2 = "blue"
progressbar_color = "black"
statusbar_color = "cyan"
active_column_color = "red"
window_border_color = "red"
active_window_border = "red"
follow_now_playing_lyrics = "yes"
clock_display_seconds = "yes"