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

Dark (scrot, raw, dl)

mixtr Aug 27, 2012 (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
mpd_host = "localhost"
mpd_port = "6600"
mpd_music_dir = "/home/music"
mpd_connection_timeout = "5"
mpd_crossfade_time = "5"
mpd_communication_mode = "notifications" (polling/notifications)
message_delay_time = "4"
song_list_format = "{%a - }{%t}|{$8%f$9}$R{$3(%l)$9}"
song_status_format = "{{%a{ \"%b\"{ (%y)}} - }{%t}}|{%f}"
song_library_format = "{%n - }{%t}|{%f}"
tag_editor_album_format = "{(%y) }%b"
now_playing_prefix = "$b"
now_playing_suffix = "$/b"
browser_playlist_prefix = "$2playlist$9 "
selected_item_prefix = "$6"
selected_item_suffix = "$9"
song_window_title_format = "{%a - }{%t}|{%f}"
song_columns_list_format = "(25)[black]{aE} (30)[black]{bE} (3f)[black]{nrE} (40)[blue]{tE} (7f)[black]{lE}"
playlist_show_remaining_time = "yes"
playlist_display_mode = "columns"
browser_display_mode = "columns"
search_engine_display_mode = "columns"
autocenter_mode = "yes"
progressbar_look = "=>"
clock_display_seconds = "yes"
display_remaining_time = "yes"
mouse_support = "no"
colors_enabled = "yes"
state_line_color = "black"
main_window_color = "black"
progressbar_color = "black"
statusbar_color = "magenta"

CLICK TO VIEW

x