diff options
Diffstat (limited to '')
-rw-r--r-- | doc/config.sample | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/config.sample b/doc/config.sample index f8d2ad4d3..ecbc8cc41 100644 --- a/doc/config.sample +++ b/doc/config.sample @@ -3,10 +3,17 @@ ## ## auto center (center the playing track in the playlist) -#auto_center = no +#auto-center = no ## wide_cursor - make the cursor as wide as the screen -#wide_cursor = yes +#wide-cursor = yes + +## list-format +#list-format = "%name%|[%artist% - ]%title%|%file%" + +## status-format +#status-format = "[%artist% - ]%title%|%basename%" + ## ## Color configuration @@ -15,7 +22,7 @@ ## ## enable/disable colors -#enable_colors = no +#enable-colors = no ## background colors: black,red,green,yellow,blue,magenta,cyan,white, none #color background = black |