diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-10-06 23:13:17 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-10-06 23:13:17 +0300 |
commit | 5e760be5d93d94c35b4b591209a1f92dc040aeef (patch) | |
tree | b7862eab1e828bb20c40bbb2724b2dc73334e078 /dotfiles/.config/ncmpcpp | |
parent | 8a1cb1f4a92715f8e1677e869b7719fb145e0097 (diff) | |
download | swayrice-5e760be5d93d94c35b4b591209a1f92dc040aeef.tar.gz swayrice-5e760be5d93d94c35b4b591209a1f92dc040aeef.zip |
time column was taking too much space in ncmpcpp
Diffstat (limited to 'dotfiles/.config/ncmpcpp')
-rw-r--r-- | dotfiles/.config/ncmpcpp/config | 2 |
1 files changed, 1 insertions, 1 deletions
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" |