ncmpcpp config changes
This commit is contained in:
parent
4f922e0df7
commit
874d3dc947
|
|
@ -5,12 +5,6 @@ visualizer_type = "spectrum"
|
||||||
song_list_format = {$4%a - }{%t}|{$8%f$9}$R{$3(%l)$9}
|
song_list_format = {$4%a - }{%t}|{$8%f$9}$R{$3(%l)$9}
|
||||||
song_status_format = $b{{$8"%t"}} $3by {$4%a{ $3in $7%b{ (%y)}} $3}|{$8%f}
|
song_status_format = $b{{$8"%t"}} $3by {$4%a{ $3in $7%b{ (%y)}} $3}|{$8%f}
|
||||||
song_library_format = {%n - }{%t}|{%f}
|
song_library_format = {%n - }{%t}|{%f}
|
||||||
alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b
|
|
||||||
alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D}
|
|
||||||
current_item_prefix = $(cyan)$r$b
|
|
||||||
current_item_suffix = $/r$(end)$/b
|
|
||||||
current_item_inactive_column_prefix = $(magenta)$r
|
|
||||||
current_item_inactive_column_suffix = $/r$(end)
|
|
||||||
playlist_display_mode = columns
|
playlist_display_mode = columns
|
||||||
browser_display_mode = columns
|
browser_display_mode = columns
|
||||||
progressbar_look = ->
|
progressbar_look = ->
|
||||||
|
|
@ -31,3 +25,26 @@ progressbar_elapsed_color = blue:b
|
||||||
statusbar_color = red
|
statusbar_color = red
|
||||||
volume_color = "green"
|
volume_color = "green"
|
||||||
statusbar_time_color = cyan:b
|
statusbar_time_color = cyan:b
|
||||||
|
|
||||||
|
## Seeking ##
|
||||||
|
incremental_seeking = "yes"
|
||||||
|
seek_time = "1"
|
||||||
|
|
||||||
|
## Alternative Interface ##
|
||||||
|
# user_interface = "alternative"
|
||||||
|
alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b
|
||||||
|
alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D}
|
||||||
|
|
||||||
|
## Visibility ##
|
||||||
|
header_visibility = "yes"
|
||||||
|
statusbar_visibility = "yes"
|
||||||
|
titles_visibility = "yes"
|
||||||
|
|
||||||
|
## Now Playing ##
|
||||||
|
now_playing_prefix = "> "
|
||||||
|
centered_cursor = "yes"
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
display_bitrate = "yes"
|
||||||
|
enable_window_title = "yes"
|
||||||
|
empty_tag_marker = ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue