dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/ncmpcpp/config

96 lines
3.5 KiB
Plaintext

# GLOBAL
ncmpcpp_directory = "~/.config/ncmpcpp"
# MPD
mpd_host = "127.0.0.1"
mpd_port = "6600"
mpd_music_dir = "~/Music/Albums"
# VISULAIZER
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "mpd spectrum"
visualizer_type = "wave_filled" (wave wave_filled spectrum ellipse)
visualizer_in_stereo = yes
visualizer_color = "red,yellow,green,cyan,blue,red,yellow,green,cyan,blue,red,yellow,green,cyan,blue,red"
visualizer_look = ●▮
visualizer_sync_interval = 10
# COLORS
colors_enabled = yes
discard_colors_if_item_is_selected = yes
alternative_ui_separator_color = yellow
main_window_color = cyan
header_window_color = cyan
volume_color = magenta
state_line_color = yellow
statusbar_color = red
# HEADER
alternative_header_first_line_format = "$8%t$9"
alternative_header_second_line_format = "$b$8%a - %b$9$/b"
# SONG
song_list_format = "$5 %n $3 %a $R $8 %t $6 %l"
song_status_format = "{$5%A$9 - }$4%b$9"
song_columns_list_format = " (6f)[blue]{n} (40)[red]{a} (46)[yellow]{tr} (8f)[magenta]{lr} "
song_window_title_format = "{%a - }{%t}{ [%b]}|{%f}"
# PREFIX
now_playing_prefix = " $b$7♪"
now_playing_suffix = " $7♪$/b"
selected_item_prefix = "$9"
selected_item_suffix = "$9"
current_item_prefix = "$(white)$r"
current_item_suffix = "$/r$(end)"
# PROGRESS BAR
progressbar_look = "━ "
progressbar_color = blue
progressbar_elapsed_color = blue
# VIEWS
user_interface = classic
playlist_display_mode = classic
browser_display_mode = classic
search_engine_display_mode = columns
playlist_editor_display_mode = classic
# BROWSER
browser_sort_mode = mtime
browser_sort_format = {%a - }{%t}|{%b} {(%l)} {%n}
# LIBRARY
media_library_sort_by_mtime = yes
# UI
titles_visibility = yes
header_visibility = no
header_text_scrolling = no
statusbar_visibility = yes
display_bitrate = no
autocenter_mode = yes
centered_cursor = no
jump_to_now_playing_song_at_start = yes
enable_window_title = yes
playlist_show_remaining_time = no
display_remaining_time = no
playlist_separate_albums = no
locked_screen_width_part = 40
# OPTIONS
message_delay_time = 5
lines_scrolled = 1
mouse_support = yes
mouse_list_scroll_whole_page = yes
cyclic_scrolling = yes
ignore_leading_the = no
allow_for_physical_item_deletion = no
use_console_editor = yes
external_editor = nano
# LYRICS
follow_now_playing_lyrics = no
store_lyrics_in_song_dir = no
execute_on_song_change = "/home/deadguy/bin/cover"