From 0325bd9521bd5581c6c8a1f1989c40e1d1954a0b Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Tue, 24 Sep 2024 07:21:20 +0200 Subject: [PATCH] ncmpcpp: inverse colors on active and inactive cols guess it's one of the few examples where less is more --- config/dot-config/ncmpcpp/config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/dot-config/ncmpcpp/config b/config/dot-config/ncmpcpp/config index d3f6c2f1..08171041 100644 --- a/config/dot-config/ncmpcpp/config +++ b/config/dot-config/ncmpcpp/config @@ -122,10 +122,8 @@ color2 = "blue" # UI APPEARANCE # --- -now_playing_prefix = "$b$2$7 " -now_playing_suffix = " $/b$8" -current_item_prefix = "$b$7$/b$3 " -current_item_suffix = " $8" +current_item_inactive_column_prefix = "$b$7$/b$4 " +current_item_inactive_column_suffix = " $8" song_columns_list_format = "(50)[]{t|fr:Title} (0)[magenta]{a}" song_list_format = " {%t $R  $8%a$8}|{%f $R  $8%l$8} $8" -- 2.51.2