Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #### Playlist formatting
- song_list_format = "$0$8 %l $0$8│$2 %a »$3 %t $8$R│ %b$1"
- now_playing_prefix = "$b"
- now_playing_suffix = ""
- #### progressbar
- # can consider »─▪▬▐▌░▒▓█━⠤⠤
- # changing elapsed colour only works in the git version of ncmpcpp available on the AUR (but mass tag editing is broken on it)
- progressbar_look = "─░─"
- progressbar_elapsed_color = "green"
- progressbar_color = "green"
- progressbar_boldness = "no"
- #### Major interface changes that this config doesn't use
- titles_visibility = "no"
- header_visibility = "no"
- header_window_color = "yellow"
- main_window_highlight_color = "white"
- statusbar_visibility = "no"
- song_status_format = "$3%t » $4%b » $4%a$1"
- statusbar_color = "white"
- playlist_show_remaining_time = yes
- #### Change this to your music directory
- mpd_music_dir = "~/Media/Music"
- #### Misc that I don't need to care about
- discard_colors_if_item_is_selected = "yes"
- autocenter_mode = "yes"
- centered_cursor = "yes"
- mouse_support = "yes"
- colors_enabled = "yes"
- mpd_crossfade_time = "3"
- visualizer_fifo_path = "/tmp/mpd.fifo"
- visualizer_sync_interval = "1"
- visualizer_output_name = "Visualizer"
- visualizer_type = "wave" (spectrum/wave)
- visualizer_color = "red"
Advertisement
Add Comment
Please, Sign In to add comment