diff options
Diffstat (limited to 'X11/mpd/ncmpcpp/config.bak')
-rw-r--r-- | X11/mpd/ncmpcpp/config.bak | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/X11/mpd/ncmpcpp/config.bak b/X11/mpd/ncmpcpp/config.bak new file mode 100644 index 0000000..eb3fff6 --- /dev/null +++ b/X11/mpd/ncmpcpp/config.bak | |||
@@ -0,0 +1,66 @@ | |||
1 | ## Copyright (C) 2020-2021 Aditya Shakya <adi1090x@gmail.com> | ||
2 | ## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 | ||
3 | |||
4 | ### Directories ### | ||
5 | ncmpcpp_directory = ~/.ncmpcpp | ||
6 | lyrics_directory = ~/.ncmpcpp/lyrics | ||
7 | mpd_music_dir = ~/Music | ||
8 | mpd_host = "localhost" | ||
9 | mpd_port = "6600" | ||
10 | mpd_crossfade_time = "2" | ||
11 | |||
12 | ### Script ### | ||
13 | execute_on_song_change = "kunst --size 60x60 --silent" | ||
14 | |||
15 | ### Behaviour ### | ||
16 | message_delay_time = 1 | ||
17 | autocenter_mode = "yes" | ||
18 | centered_cursor = "yes" | ||
19 | ignore_leading_the = "yes" | ||
20 | playlist_disable_highlight_delay = 2 | ||
21 | allow_for_physical_item_deletion = "no" | ||
22 | |||
23 | ### Visualizer ### | ||
24 | visualizer_data_source = /tmp/mpd.fifo | ||
25 | visualizer_output_name = "mpd_visualizer" | ||
26 | visualizer_in_stereo = "yes" | ||
27 | visualizer_look = ●● | ||
28 | visualizer_type = "ellipse" | ||
29 | |||
30 | ### Appearance ### | ||
31 | playlist_display_mode = "columns" | ||
32 | colors_enabled = "yes" | ||
33 | #user_interface = classic | ||
34 | user_interface = alternative | ||
35 | volume_color = "white" | ||
36 | |||
37 | ### Window ### | ||
38 | song_window_title_format = "{%a - }{%t}|{%f}" | ||
39 | statusbar_visibility = "no" | ||
40 | header_visibility = "no" | ||
41 | titles_visibility = "no" | ||
42 | |||
43 | ### Progress bar ### | ||
44 | progressbar_look = "▂▂▂" | ||
45 | progressbar_color = "black" | ||
46 | progressbar_elapsed_color = "yellow" | ||
47 | |||
48 | ### Alternative UI ### | ||
49 | alternative_ui_separator_color = "black" | ||
50 | alternative_header_first_line_format = $b$5$/b $b$8{%t}|{%f}$/b $/b | ||
51 | alternative_header_second_line_format = {$b{$2 %a$9}{ - $7 %b$9}{ ($2%y$9)}}|{%D} | ||
52 | |||
53 | ### Song list ### | ||
54 | song_status_format = "$7%t" | ||
55 | song_list_format = " %t $R%a %l " | ||
56 | song_library_format = {{%a - %t} (%b)}|{%f} | ||
57 | song_columns_list_format = "(53)[white]{tr} (45)[blue]{a}" | ||
58 | |||
59 | ### Colors ### | ||
60 | main_window_color = "blue" | ||
61 | current_item_prefix = "$(blue)$r" | ||
62 | current_item_suffix = "$/r$(end)" | ||
63 | current_item_inactive_column_prefix = red | ||
64 | current_item_inactive_column_suffix = red | ||
65 | color1 = "white" | ||
66 | color2 = "red" | ||