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"
# VISULAIZER
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "mpd spectrum"
visualizer_type = "wave"
visualizer_in_stereo = yes
visualizer_color = "red,yellow,green,cyan,blue,red,yellow,green,cyan,blue,red,yellow,green,cyan,blue,red"
visualizer_sync_interval = 10
visualizer_look = "º|"
# COLORS
colors_enabled = yes
discard_colors_if_item_is_selected = yes
alternative_ui_separator_color = yellow
main_window_color = white
header_window_color = cyan
volume_color = red
state_line_color = white
statusbar_color = magenta
empty_tag_color = blue
state_flags_color = red
# SONG
song_list_format = "$5%n {$8%t}|{$2►$2<untitled>}|{$5►$8 %f} $R$5{$4%a}|{$8<unknown artist>} {$7 %l}"
song_status_format = {$8%t}{$8 "%b"}|{$6 "%a"}$8
song_window_title_format = "{%a - }{%t}{ [%b]}|{%f}"
song_columns_list_format = "(30)[blue]{a} (40)[red]{t|f} (30)[cyan]{br} (4f)[green]{lr}"
# PREFIX
now_playing_prefix = "$6>> "
now_playing_suffix = " $6<<"
selected_item_prefix = "$9"
selected_item_suffix = "$9"
current_item_prefix = "$(white)$r"
current_item_suffix = "$/r$(end)"
browser_playlist_prefix = "$7list$9"
current_item_inactive_column_prefix = "$(red)$r"
current_item_inactive_column_suffix = "$/r$(end)"
# PROGRESS BAR
progressbar_look = "━ "
progressbar_color = blue
progressbar_elapsed_color = blue
# VIEWS
user_interface = alternative
playlist_display_mode = classic
browser_display_mode = classic
search_engine_display_mode = columns
playlist_editor_display_mode = classic
# BROWSER
browser_sort_mode = mtime
# LIBRARY
media_library_sort_by_mtime = yes
# UI
titles_visibility = no
header_visibility = no
header_text_scrolling = yes
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
ask_for_locked_screen_width_part = no
locked_screen_width_part = 50
empty_tag_marker ="--"
# OPTIONS
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 = nvim
data_fetching_delay = no
ask_before_clearing_playlists = no
incremental_seeking = yes
# LYRICS
follow_now_playing_lyrics = no
store_lyrics_in_song_dir = no
lyrics_directory = ~/.local/share/lyrics
execute_on_song_change = "/home/deadguy/bin/tapa"