aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/ncmpcpp/config
blob: bcf971007143848ad6bc6a2e707d0d0608dafa20 (plain)
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
##############################################################################
## This is the example configuration file. Copy it to $HOME/.ncmpcpp/config ##
## or $XDG_CONFIG_HOME/ncmpcpp/config and set up your preferences.          ##
##############################################################################

ncmpcpp_directory = ~/.config/ncmpcpp

## Directory for storing downloaded lyrics.
lyrics_directory = ~/.local/share/lyrics
lyrics_fetchers = musixmatch, plyrics, jahlyrics, internet

# Interfaz:
user_interface = 						"alternative"
alternative_header_first_line_format = 	"$(white)─┤ $b$(cyan)%a$(end)$/b ├─$(end)"
alternative_header_second_line_format =	"$(white)%t (%y)$(end)"
alternative_ui_separator_color = 		"default"

# Formato de canción:
song_columns_list_format = 				"$L (10)[white]{n} $1│$7 (20)[cyan]{a} $1│$7 (20)[blue]{b} $1│$7 (38)[blue]{t} $1│$7 (2)[white]{l}"
now_playing_prefix = 					"$b"
centered_cursor = 						"no"
cyclic_scrolling = 						"yes"
mouse_list_scroll_whole_page = 			"no"

# Varias configuraciones:
autocenter_mode = 						"yes"
display_bitrate = 						"yes"
header_visibility = 					"yes"
statusbar_visibility = 					"yes"
progressbar_look = 						"▃▃▃"
external_editor =                       "nvim"


# Visualizador de música:
visualizer_output_name = 				"FIFO"
visualizer_in_stereo = 					"no"
visualizer_data_source = 				"/tmp/mpd.fifo"
visualizer_type = 						"spectrum"
visualizer_look = 						"▋▋"


# Color:
color1 = 								"white"
color2 = 								"cyan"
discard_colors_if_item_is_selected = 	"yes"
main_window_color = 					"default"
header_window_color = 					"4"
progressbar_color = 					"blue"
statusbar_color = 						"red"
volume_color = 							"4"
window_border_color = 					"white"
active_window_border = 					"4"