Created
April 1, 2020 15:54
-
-
Save Nyx0uf/cad13d053c93f891d9cd1551c523937b to your computer and use it in GitHub Desktop.
ncmpcpp config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mpd_host "::1" | |
mpd_port "6600" | |
mpd_music_dir "/Users/nxm/Music/beets/" | |
# NCMPCPP | |
ncmpcpp_directory = ~/.ncmpcpp | |
lyrics_directory = ~/.ncmpcpp/lyrics | |
# UI | |
user_interface = "alternative" | |
incremental_seeking = "yes" | |
header_visibility = "yes" | |
statusbar_visibility = "yes" | |
titles_visibility = "yes" | |
header_text_scrolling = "yes" | |
clock_display_seconds = "yes" | |
display_bitrate = "yes" | |
empty_tag_marker = "----" | |
enable_window_title = "yes" | |
browser_display_mode = "columns" | |
autocenter_mode = "yes" | |
follow_now_playing_lyrics = "yes" | |
cyclic_scrolling = "yes" | |
jump_to_now_playing_song_at_start = "yes" | |
lines_scrolled = "2" | |
progressbar_look = "=>-" | |
progressbar_elapsed_color = "white" | |
# Playlists | |
playlist_disable_highlight_delay = "0" | |
playlist_display_mode = "columns" | |
playlist_show_remaining_time = "yes" | |
# Song format | |
song_list_format = "{%a - }{%t}|{$8%f$9}$R{$8(%l)$9}" | |
song_library_format = "{$4%n - }{%t}|{%f$9}" | |
# Colors | |
colors_enabled = "yes" | |
empty_tag_color = "red" | |
header_window_color = "cyan" | |
volume_color = "yellow" | |
main_window_color = "white" | |
color1 = "blue" | |
color2 = "white" | |
progressbar_color = "blue" | |
statusbar_color = "yellow" | |
alternative_ui_separator_color = "blue" | |
window_border_color = "green" | |
active_window_border = "white" | |
now_playing_prefix = "> " | |
song_status_format = " $2%a $4⟫$3⟫ $8%t $4⟫$3⟫ $5%b " | |
centered_cursor = "yes" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment