guest@dotshare [~/groups/mpd/ncmpcpp] $ ls Nice-ncmpcpp/ | cat

Nice ncmpcpp (scrot, raw, dl)

bitard Jul 30, 2014 (mpd/ncmpcpp)

SCROT

 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
## System
mpd_host = localhost
mpd_music_dir = "~/Music"
mpd_port = 6600
mpd_crossfade_time = "5"
ncmpcpp_directory = "~/.ncmpcpp"
lyrics_directory = "~/.ncmpcpp/lyrics"

# colors

color1 = "white"
color2 = "white"
main_window_color = "white"
main_window_highlight_color = "blue"
empty_tag_color = "white"
state_line_color = "white"
progressbar_color = "white"
active_column_color = "magenta"
state_flags_color = "white"
volume_color = "magenta"
active_window_border = "black"

## Interface
playlist_display_mode = "columns"
song_columns_list_format = "(25)[white]{a} (73)[magenta]{t|f} (5)[white]{l}"
song_status_format = "$4%t$9 $8by %a$9"
display_bitrate = "yes"
display_remaining_time = "yes"
now_playing_prefix = "$b"
now_playing_suffix = "$/b"
statusbar_visibility = "yes"
header_visibility = "no"
titles_visibility = "no"
jump_to_now_playing_song_at_start = "yes"
progressbar_look = "→→"
playlist_disable_highlight_delay = "1"
autocenter_mode = "yes"
centered_cursor = "yes"
fancy_scrolling = "yes"
cyclic_scrolling = "yes"
mouse_support = "yes"
mouse_list_scroll_whole_page = "no"
lines_scrolled = "1"

CLICK TO VIEW

x