diff options
author | Nick Van Doorn <nick@nv.delivery> | 2021-08-20 19:13:17 -0700 |
---|---|---|
committer | Nick Van Doorn <nick@nv.delivery> | 2021-08-20 19:13:17 -0700 |
commit | 2d6c46b01cb1d97bf026f2c1303322b926ec5c58 (patch) | |
tree | 3f9f5f2d2e339d9b4a86fbd395fede3906122177 /ncmpcpp_config | |
parent | 8f46d8dd5fb7b4de19a1931bd088498775d751c8 (diff) |
Configure ncmpcpp even more
oh boy
Diffstat (limited to 'ncmpcpp_config')
-rw-r--r-- | ncmpcpp_config | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ncmpcpp_config b/ncmpcpp_config new file mode 100644 index 0000000..cc91786 --- /dev/null +++ b/ncmpcpp_config @@ -0,0 +1,37 @@ +#---------------------------------------------------- +# file: ~/.ncmpcpp/config +# based on: t60r/dots +# vim:nu:ai:si:et:ts=4:sw=4:fdm=indent:fdn=1:ft=conf: +#---------------------------------------------------- + +playlist_disable_highlight_delay = "3" +message_delay_time = "1" +header_visibility = "no" +statusbar_visibility = "yes" +song_list_format = "{%a - }{%t}|{$5%f$9}$R{$7(%l)$9}" +song_status_format = "$5$b%t $5$/b• $3%a $5• $6%b {(Disc %d) }$5• $4%y" +song_window_title_format = "{%a - }{%t}|{%f}" +song_columns_list_format = "(33)[cyan]{t} (32)[green]{a} (30)[magenta]{b} (5f)[blue]{l}" +playlist_display_mode = "columns" (classic/columns) +browser_display_mode = "columns" (classic/columns) +titles_visibility = "yes" +progressbar_look = "─╼" +user_interface = "classic" (classic/alternative) +header_text_scrolling = "yes" +display_remaining_time = "yes" +ignore_leading_the = "yes" +empty_tag_marker = "" +colors_enabled = "yes" +header_window_color = "magenta" +volume_color = "green" +state_line_color = "yellow" +state_flags_color = "blue" +main_window_color = "cyan" +color1 = "cyan" +color2 = "blue" +current_item_prefix = "$(magenta_236)" +current_item_suffix = "$(end)" +progressbar_color = "blue" +statusbar_color = "cyan" +current_item_inactive_column_prefix = "$(magenta)" +current_item_inactive_column_suffix = "$(end)" |