feat: ncmpcpp presentation
window is bigger playlist organization change (title shorter, artist+album longer)
This commit is contained in:
parent
2dbd5bf436
commit
0d1e5373ac
@ -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 #####
|
||||
#
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user