diff options
Diffstat (limited to 'X11/mpd/ncmpcpp/config')
| -rw-r--r-- | X11/mpd/ncmpcpp/config | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/X11/mpd/ncmpcpp/config b/X11/mpd/ncmpcpp/config new file mode 100644 index 0000000..e818015 --- /dev/null +++ b/X11/mpd/ncmpcpp/config | |||
| @@ -0,0 +1,95 @@ | |||
| 1 | ## Copyright (C) 2020-2021 Aditya Shakya <adi1090x@gmail.com> | ||
| 2 | ## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 | ||
| 3 | |||
| 4 | ### Directories ### | ||
| 5 | ncmpcpp_directory = ~/.config/ncmpcpp/ | ||
| 6 | lyrics_directory = ~/.config/ncmpcpp/lyrics | ||
| 7 | mpd_music_dir = ~/Music | ||
| 8 | mpd_host = "localhost" | ||
| 9 | mpd_port = "6600" | ||
| 10 | mpd_crossfade_time = "2" | ||
| 11 | |||
| 12 | ### Script ### | ||
| 13 | #execute_on_song_change="~/.config/ncmpcpp/scripts/album-art" | ||
| 14 | #execute_on_song_change = "~/.ncmpcpp/cover_obs.sh" | ||
| 15 | |||
| 16 | ### Behaviour ### | ||
| 17 | message_delay_time = 1 | ||
| 18 | autocenter_mode = "yes" | ||
| 19 | centered_cursor = "yes" | ||
| 20 | ignore_leading_the = "yes" | ||
| 21 | playlist_disable_highlight_delay = 2 | ||
| 22 | allow_for_physical_item_deletion = "no" | ||
| 23 | |||
| 24 | ### Visualizer ### | ||
| 25 | #visualizer_data_source = /tmp/mpd.fifo | ||
| 26 | #visualizer_output_name = "mpd_visualizer" | ||
| 27 | #visualizer_in_stereo = "yes" | ||
| 28 | #visualizer_look = " " | ||
| 29 | visualizer_type = "spectrum" | ||
| 30 | |||
| 31 | ### Appearance ### | ||
| 32 | playlist_display_mode = "columns" | ||
| 33 | colors_enabled = "yes" | ||
| 34 | #user_interface = classic | ||
| 35 | user_interface = alternative | ||
| 36 | volume_color = "white" | ||
| 37 | |||
| 38 | ### Window ### | ||
| 39 | song_window_title_format = "Music Player" | ||
| 40 | #song_window_title_format = "{%a - }{%t}|{%f}" | ||
| 41 | statusbar_visibility = "no" | ||
| 42 | header_visibility = "no" | ||
| 43 | titles_visibility = "yes" | ||
| 44 | |||
| 45 | ### Progress bar ### | ||
| 46 | progressbar_look = "▂▂▂" | ||
| 47 | progressbar_color = "black" | ||
| 48 | progressbar_elapsed_color = "yellow" | ||
| 49 | |||
| 50 | ### Alternative UI ### | ||
| 51 | alternative_ui_separator_color = "blue" | ||
| 52 | alternative_header_first_line_format = $b$5$/b $b$8{%t}|{%f}$/b $/b | ||
| 53 | alternative_header_second_line_format = {$b{$2 %a$9}{ - $7 %b$9}{ ($2%y$9)}}|{%D} | ||
| 54 | |||
| 55 | ### Song list ### | ||
| 56 | song_status_format = "$7%t" | ||
| 57 | song_list_format = " $4%t$9 $7$R%a$9 $2%l$9 " | ||
| 58 | song_library_format = {{%a - %t} (%b)}|{%f} | ||
| 59 | song_columns_list_format = "(35)[blue]{t} (30)[green]{a} (6)[cyan]{lr}" | ||
| 60 | |||
| 61 | ### Colors ### | ||
| 62 | main_window_color = "blue" | ||
| 63 | state_line_color = "black" | ||
| 64 | current_item_prefix = "$(blue)$r" | ||
| 65 | current_item_suffix = "$/r$(end)" | ||
| 66 | current_item_inactive_column_prefix = red | ||
| 67 | current_item_inactive_column_suffix = red | ||
| 68 | now_playing_prefix = "$4 " | ||
| 69 | selected_item_prefix = "* " | ||
| 70 | |||
| 71 | color1 = "white" | ||
| 72 | color2 = "red" | ||
| 73 | |||
| 74 | ### Layout ### | ||
| 75 | startup_screen = visualizer | ||
| 76 | startup_slave_screen = playlist | ||
| 77 | startup_slave_screen_focus = yes | ||
| 78 | locked_screen_width_part = 25 | ||
| 79 | |||
| 80 | ### Misc ### | ||
| 81 | default_place_to_search_in = "database" | ||
| 82 | |||
| 83 | display_bitrate = "no" | ||
| 84 | enable_window_title = "yes" | ||
| 85 | follow_now_playing_lyrics = "yes" | ||
| 86 | empty_tag_marker = "" | ||
| 87 | |||
| 88 | cyclic_scrolling = "yes" | ||
| 89 | header_text_scrolling = "yes" | ||
| 90 | jump_to_now_playing_song_at_start = "yes" | ||
| 91 | lines_scrolled = "2" | ||
| 92 | |||
| 93 | system_encoding = "utf-8" | ||
| 94 | regular_expressions = "extended" | ||
| 95 | |||