diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-13 19:01:17 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-13 19:01:17 +0200 |
| commit | 180101c75a0f882510c51a6fed5651d1e77f691d (patch) | |
| tree | be5073ab0d72dde2a008d5bfe1fd832dccdad94a /.config/ncmpcpp | |
| parent | 47e1c3202ca3a09df5a1ea44a1cf97ca713504cd (diff) | |
update dotfiles
Diffstat (limited to '.config/ncmpcpp')
| -rw-r--r-- | .config/ncmpcpp/config##template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/ncmpcpp/config##template b/.config/ncmpcpp/config##template index 12ddec6..2214e7b 100644 --- a/.config/ncmpcpp/config##template +++ b/.config/ncmpcpp/config##template @@ -29,8 +29,8 @@ song_columns_list_format = "(20)[]{a} (6f)[blue]{NE} (50)[default]{t|f:Title} (2 song_list_format = " {{%a - %t}|{%f}}{$R%l} " window_border_color = default -alternative_header_first_line_format = "{{%a $8-$0 $b%t$/b}|{%f}}" -alternative_header_second_line_format = "$8{{%b}{ (%y)}}|{%D}" +alternative_header_first_line_format = "{{%a $8-$0 %t}|{%f}}" +alternative_header_second_line_format = "$8{{%b}|{%D}}" now_playing_prefix = "$b$0" now_playing_suffix = "$/b" |