aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/mpd/ncmpcpp/config.bak
diff options
context:
space:
mode:
Diffstat (limited to 'X11/mpd/ncmpcpp/config.bak')
-rw-r--r--X11/mpd/ncmpcpp/config.bak66
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 ###
5ncmpcpp_directory = ~/.ncmpcpp
6lyrics_directory = ~/.ncmpcpp/lyrics
7mpd_music_dir = ~/Music
8mpd_host = "localhost"
9mpd_port = "6600"
10mpd_crossfade_time = "2"
11
12### Script ###
13execute_on_song_change = "kunst --size 60x60 --silent"
14
15### Behaviour ###
16message_delay_time = 1
17autocenter_mode = "yes"
18centered_cursor = "yes"
19ignore_leading_the = "yes"
20playlist_disable_highlight_delay = 2
21allow_for_physical_item_deletion = "no"
22
23### Visualizer ###
24visualizer_data_source = /tmp/mpd.fifo
25visualizer_output_name = "mpd_visualizer"
26visualizer_in_stereo = "yes"
27visualizer_look = ●●
28visualizer_type = "ellipse"
29
30### Appearance ###
31playlist_display_mode = "columns"
32colors_enabled = "yes"
33#user_interface = classic
34user_interface = alternative
35volume_color = "white"
36
37### Window ###
38song_window_title_format = "{%a - }{%t}|{%f}"
39statusbar_visibility = "no"
40header_visibility = "no"
41titles_visibility = "no"
42
43### Progress bar ###
44progressbar_look = "▂▂▂"
45progressbar_color = "black"
46progressbar_elapsed_color = "yellow"
47
48### Alternative UI ###
49alternative_ui_separator_color = "black"
50alternative_header_first_line_format = $b$5$/b $b$8{%t}|{%f}$/b $/b
51alternative_header_second_line_format = {$b{$2 %a$9}{ - $7 %b$9}{ ($2%y$9)}}|{%D}
52
53### Song list ###
54song_status_format = "$7%t"
55song_list_format = " %t $R%a %l "
56song_library_format = {{%a - %t} (%b)}|{%f}
57song_columns_list_format = "(53)[white]{tr} (45)[blue]{a}"
58
59### Colors ###
60main_window_color = "blue"
61current_item_prefix = "$(blue)$r"
62current_item_suffix = "$/r$(end)"
63current_item_inactive_column_prefix = red
64current_item_inactive_column_suffix = red
65color1 = "white"
66color2 = "red"