diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-04 00:50:10 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-04 00:50:10 +0530 |
| commit | 6473209f7f59ac5ae6ecd843b5121e080402e991 (patch) | |
| tree | 7f782cfda53af45c992d905ea01951e6f6f34771 | |
| parent | 874d3dc9471dd7d3afd3ef1597c2639529672ff5 (diff) | |
ncmpcpp config changes
| -rw-r--r-- | .config/ncmpcpp/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index dd17e94..6d40048 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -5,6 +5,10 @@ visualizer_type = "spectrum" 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_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 browser_display_mode = columns progressbar_look = -> |
