From 0d1e5373ac95611e08ac616f338b496e51fa800e Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Tue, 23 Feb 2021 11:24:45 +0100 Subject: [PATCH] feat: ncmpcpp presentation window is bigger playlist organization change (title shorter, artist+album longer) --- .config/ncmpcpp/config | 4 ++-- .config/sxhkd/sxhkdrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 9207dcf..aef1d68 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -172,7 +172,7 @@ visualizer_color = blue, cyan, green, yellow, magenta, red ## ## Note: colors can be nested. ## -song_list_format = "{$3[%l]$9} {$6%50t$9}|{$6%50f$9} %n" +song_list_format = "{$3[%l]$9} {$6%30t$9}|{$6%30f$9} %n" # song_status_format = $b {$3%a$9 - $7{%t}}|{%f} {(%b)} # @@ -252,7 +252,7 @@ song_status_format = $b {$3%a$9 - $7{%t}}|{%f} {(%b)} ## available. ## # -song_columns_list_format = (6f)[green]{NE} (50)[white]{t|f:Title} (7f)[green]{l} (20)[]{a} (20)[]{b} +song_columns_list_format = (6f)[green]{NE} (30)[white]{t|f:Title} (7f)[green]{l} (30)[]{a} (30)[]{b} # ##### various settings ##### # diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 0186383..6347d4d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -51,7 +51,7 @@ super + shift + {h,j,k,l} player {prev,stop,toggle,next} super + shift + m - $TERMINAL -c "ncmpcpp" -e ncmpcpp + $TERMINAL -g 128x32 -c "ncmpcpp" -e ncmpcpp super + shift + n $TERMINAL -g 128x32 -c "neomutt" -e neomutt