-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ncmpcpp
54 lines (49 loc) · 1.43 KB
/
config.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
54
#
# _ __ ___ _ __ ___ _ __ ___ _ __ _ __
# | '_ \ / __| '_ ` _ \| '_ \ / __| '_ \| '_ \
# | | | | (__| | | | | | |_) | (__| |_) | |_) |
# |_| |_|\___|_| |_| |_| .__/ \___| .__/| .__/
# |_| |_| |_|
#
# Configuración de mi cliente de MPD favorito :3
#
##
# Listas de reproducción
song_columns_list_format = "(6f)[cyan]{l} (40)[default]{t|f} (25)[red]{a} (30)[blue]{b}"
now_playing_prefix = "$b"
now_playing_suffix = "$/b"
playlist_display_mode = "columns" (classic/columns)
autocenter_mode = "yes"
centered_cursor = "yes"
##
# Barras
song_status_format = "$8%t $1· $2%a $1·{ $5%b $1· }$7%y$1"
progressbar_look = "-=-"
titles_visibility = "no"
header_visibility = "no"
##
# Navegador
browser_playlist_prefix = "$2plist »$9 "
browser_display_mode = "columns" (classic/columns)
##
# Colores
discard_colors_if_item_is_selected = "yes"
header_window_color = "black"
volume_color = "cyan"
state_line_color = "green"
state_flags_color = "red"
main_window_color = "default"
color1 = "default"
color2 = "black"
current_item_prefix = "$(red)$r"
current_item_suffix = "$/r$(end)"
progressbar_color = "green"
statusbar_color = "white"
current_item_inactive_column_prefix = "$(red)"
current_item_inactive_column_suffix = "$(red)"
visualizer_color = "cyan"
##
# Miscelánea
song_window_title_format = "MPD: {%a > }{%t}{ [%b{ Disc %d}]}|{%f}"
search_engine_display_mode = "columns" (classic/columns)
follow_now_playing_lyrics = "yes"