diff options
Diffstat (limited to '')
| -rw-r--r-- | ncmpcpp/config | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ncmpcpp/config b/ncmpcpp/config new file mode 100644 index 0000000..a2237b6 --- /dev/null +++ b/ncmpcpp/config | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | # vim: filetype=conf | ||
| 2 | ncmpcpp_directory = "~/.config/ncmpcpp" | ||
| 3 | lyrics_directory = "~/.cache/ncmpcpp_lyrics" | ||
| 4 | mpd_music_dir = "~/music/albums" | ||
| 5 | message_delay_time = "1" | ||
| 6 | visualizer_type = "spectrum" | ||
| 7 | song_list_format = {$4%a - }{%t}|{$8%f$9}$R{$3(%l)$9} | ||
| 8 | song_status_format = $b{{$8"%t"}} $3by {$4%a{ $3in $7%b{ (%y)}} $3}|{$8%f} | ||
| 9 | song_library_format = {%n - }{%t}|{%f} | ||
| 10 | alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b | ||
| 11 | alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D} | ||
| 12 | current_item_prefix = $(cyan)$r$b | ||
| 13 | current_item_suffix = $/r$(end)$/b | ||
| 14 | current_item_inactive_column_prefix = $(magenta)$r | ||
| 15 | current_item_inactive_column_suffix = $/r$(end) | ||
| 16 | playlist_display_mode = columns | ||
| 17 | browser_display_mode = columns | ||
| 18 | progressbar_look = -> | ||
| 19 | media_library_primary_tag = album_artist | ||
| 20 | media_library_albums_split_by_date = no | ||
| 21 | startup_screen = "media_library" | ||
| 22 | display_volume_level = no | ||
| 23 | ignore_leading_the = yes | ||
| 24 | external_editor = nvim | ||
| 25 | use_console_editor = yes | ||
| 26 | empty_tag_color = magenta | ||
| 27 | main_window_color = white | ||
| 28 | progressbar_color = black:b | ||
| 29 | progressbar_elapsed_color = blue:b | ||
| 30 | statusbar_color = red | ||
| 31 | statusbar_time_color = cyan:b | ||
