From 5e760be5d93d94c35b4b591209a1f92dc040aeef Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Tue, 6 Oct 2020 23:13:17 +0300 Subject: time column was taking too much space in ncmpcpp --- dotfiles/.config/ncmpcpp/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/ncmpcpp/config b/dotfiles/.config/ncmpcpp/config index 254d9ac..25b6cad 100644 --- a/dotfiles/.config/ncmpcpp/config +++ b/dotfiles/.config/ncmpcpp/config @@ -16,7 +16,7 @@ alternative_header_second_line_format = "$(16)%t (%y)$(end)" alternative_ui_separator_color = "cyan" # Formato de canción: -song_columns_list_format = "$L (10)[white]{n} $1│$7 (20)[cyan]{a} $1│$7 (20)[white]{b} $1│$7 (30)[cyan]{t} $1│$7 (10)[white]{l}" +song_columns_list_format = "$L (10)[white]{n} $1│$7 (20)[cyan]{a} $1│$7 (20)[white]{b} $1│$7 (38)[cyan]{t} $1│$7 (2)[white]{l}" now_playing_prefix = "$b" centered_cursor = "no" cyclic_scrolling = "yes" -- cgit v1.2.3