ncmpcpp config changes
This commit is contained in:
parent
874d3dc947
commit
6473209f7f
|
|
@ -5,6 +5,10 @@ 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}
|
||||||
|
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 = ->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue