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

DMG (scrot, raw, dl) (+2 likes)

Shinryuu Sep 12, 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
33
34
35
36
37
38
39
40
41
42
43
44
45
/* ncmpcpp config */

/* MPD Settings */
mpd_crossfade_time = "3"
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 = "\u2500\u2591\u2500"

/* 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 = "no"
display_remaining_time = "no"
display_volume_level = "yes"

/* Visualizer */
#visualizer_fifo_path = "/tmp/mpd.fifo"
#visualizer_output_name = "Visualizer"
#visualizer_type = "wave" (spectrum/wave)
#visualizer_sync_interval = "30"
#visualizer_color = "green"

CLICK TO VIEW

x

Notes

Dark, minimal and green ncmpcpp config. Inspired by obliviousgmn’s configurations.