-
Notifications
You must be signed in to change notification settings - Fork 0
/
ncmpcpp.conf
49 lines (44 loc) · 1.19 KB
/
ncmpcpp.conf
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
/* ncmpcpp config */
/* MPD Settings */
#mpd_crossfade_time = "3"
mpd_host = "localhost"
mpd_port = "6600"
mpd_music_dir = "~/music"
/* Format */
song_list_format = " $3%a $1»$7»$8» $8%t"
song_status_format = "$8%a $7» $3%b $7» $8%t$1"
now_playing_prefix = " $b$1»$7»$8»"
now_playing_suffix = "$/b"
progressbar_look = "─╼·"
/* Colors */
colors_enabled = "yes"
color1 = "cyan"
color2 = "blue"
statusbar_color = "black"
empty_tag_color = "green"
main_window_color = "white"
main_window_highlight_color = "cyan"
header_window_color = "black"
volume_color = "black"
/* Misc */
display_screens_numbers_on_start = "no"
autocenter_mode = "yes"
centered_cursor = "yes"
titles_visibility = "no"
mouse_support = "no"
discard_colors_if_item_is_selected = "yes"
display_remaining_time = "no"
user_interface = "classic"
header_visibility = "no"
statusbar_visibility = "yes"
display_bitrate = "yes"
display_remaining_time = "no"
display_volume_level = "yes"
follow_now_playing_lyrics = "yes"
external_editor = "vim"
/* Visualizer */
#visualizer_fifo_path = "/tmp/mpd.fifo"
#visualizer_output_name = "Visualizer"
#visualizer_type = "wave" (spectrum/wave)
#visualizer_sync_interval = "30"
#visualizer_color = "green"