Commit | Line | Data |
---|---|---|
4ee9d6ac AB |
1 | mpd_music_dir = "~/music" |
2 | mpd_connection_timeout = "5" | |
3 | mpd_crossfade_time = "5" | |
4 | playlist_disable_highlight_delay = "0" | |
5 | playlist_display_mode = "columns" | |
6 | browser_display_mode = "columns" | |
7 | incremental_seeking = "yes" | |
8 | follow_now_playing_lyrics = "yes" | |
9 | ignore_leading_the = "yes" | |
10 | song_columns_list_format = "(10)[blue]{l} (30)[green]{a} (30)[magenta]{b} (50)[yellow]{t}" | |
11 | main_window_color = "white" | |
12 | header_window_color = "cyan" | |
13 | volume_color = "red" | |
d2d81cbd AB |
14 | progressbar_color = black |
15 | progressbar_elapsed_color = cyan | |
4ee9d6ac AB |
16 | color1 = "cyan" |
17 | color2 = "cyan" | |
18 | active_column_color = "cyan" | |
19 | active_window_border = "blue" | |
d2d81cbd | 20 | |
4ee9d6ac AB |
21 | visualizer_fifo_path = "/tmp/mpd.fifo" |
22 | visualizer_output_name = "my_fifo" | |
23 | visualizer_sync_interval = "30" | |
24 | visualizer_in_stereo = "yes" | |
25 | #visualizer_type = "wave" (spectrum/wave) | |
26 | visualizer_type = "spectrum" (spectrum/wave) | |
d2d81cbd | 27 | |
4ee9d6ac AB |
28 | song_list_format = "{$7%a $1• $6}{%t}" |
29 | song_status_format = "$7%a $1• $6%t $1• $2%b$1" | |
30 | statusbar_color = "black" | |
31 | visualizer_color = "red" | |
32 | main_window_highlight_color = "red" | |
33 | header_visibility = "no" | |
34 | statusbar_visibility = "yes" | |
35 | colors_enabled = "yes" | |
36 | now_playing_prefix = "-> " | |
37 | now_playing_suffix = " " | |
38 | autocenter_mode = "yes" | |
39 | centered_cursor = "yes" | |
d2d81cbd AB |
40 | progressbar_look = "───" |
41 | progressbar_boldness = yes | |
4ee9d6ac AB |
42 | titles_visibility = "no" |
43 | mouse_support = "no" | |
44 | discard_colors_if_item_is_selected = "yes" | |
f1315d87 AB |
45 | |
46 | user_interface = "alternative" | |
47 | alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b | |
48 | alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D} | |
49 |