]> Freerunner's - dotfiles.git/commitdiff
ncmpcpp: inverse colors on active and inactive cols
authorAndre Ramnitz <tux.rising@gmail.com>
Tue, 24 Sep 2024 05:21:20 +0000 (07:21 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Tue, 24 Sep 2024 05:59:46 +0000 (07:59 +0200)
guess it's one of the few examples where less is more

config/dot-config/ncmpcpp/config

index d3f6c2f12b82bbc14d1be5f85301fd9060326c21..081710412ccd65fef5d23c8797a22da92cbf0b8c 100644 (file)
@@ -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"