summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-09-23 15:44:25 +0200
committerGravatar Tom Willemsen2011-09-23 15:44:25 +0200
commit3b2dec87f8229c4ac968e8e083ba1d6e42807e00 (patch)
tree5b7e21cc8d89dcefc1b1da544044dd0786c488bb
parentdf6b7bc70acfbd4864a65c8ef7f2aff4f5e3b485 (diff)
downloaddotfiles-3b2dec87f8229c4ac968e8e083ba1d6e42807e00.tar.gz
dotfiles-3b2dec87f8229c4ac968e8e083ba1d6e42807e00.zip
NCMPCPP: Show disc number if available
-rw-r--r--.ncmpcpp/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config
index 99834ab..8cc7b01 100644
--- a/.ncmpcpp/config
+++ b/.ncmpcpp/config
@@ -4,7 +4,7 @@ centered_cursor = "yes"
now_playing_prefix = "$b"
now_playing_suffix = "$/b"
playlist_display_mode = "classic" # (classic/columns)
-song_list_format = "{$2%n$9}|{ } | {$3%a$9 - }{$4%t$9} {$R$5[%b]$9}"
+song_list_format = "$2{%d%n}|{ %n}$9 | {$3%a$9 - }{$4%t$9} {$R$5[%b]$9}"
# Bars
display_bitrate = "no"