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 | //MPD Settings
mpd_crossfade_time = "3"
mpd_music_dir = "~/Music"
//Visualizer
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_sync_interval = "1"
visualizer_output_name = "Visualizer"
visualizer_type = "wave" (spectrum/wave)
//Display Settings
song_list_format = "{$7%a $1• $6}{%t}"
song_status_format = "$7%a $1• $6%t $1• $2%b$1"
statusbar_color = "black"
visualizer_color = "red"
main_window_highlight_color = "red"
header_visibility = "no"
statusbar_visibility = "yes"
colors_enabled = "yes"
display_screens_numbers_on_start = "no"
now_playing_prefix = ">> "
now_playing_suffix = " "
autocenter_mode = "yes"
centered_cursor = "yes"
progressbar_look = "─- "
titles_visibility = "no"
mouse_support = "no"
discard_colors_if_item_is_selected = "yes"
|
x
Notes
Pretty basic, Clean, Right to the point.
Colors: http://dotshare.it/dots/258
Font: Lime

spo11 said about 1 year ago
Nice and minimal. I like it :).