diff options
| author | Filip Wandzio <contact@philw.dev> | 2026-01-24 09:01:19 +0100 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2026-01-24 09:01:19 +0100 |
| commit | a44dde93388f1c5c9ed6ea73d5e9ee7849e2d475 (patch) | |
| tree | b70fc06203133bebf4a51820f48bf8effa2ee9c2 /ncmpcpp/config | |
| parent | b34e284c6225e72fe7d612f8913d0a35b9d7ea17 (diff) | |
| download | dotfiles-a44dde93388f1c5c9ed6ea73d5e9ee7849e2d475.tar.gz dotfiles-a44dde93388f1c5c9ed6ea73d5e9ee7849e2d475.zip | |
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 | ||
