aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncmpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ncmpc.h')
-rw-r--r--src/ncmpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h
index 64160531f..6efe55af6 100644
--- a/src/ncmpc.h
+++ b/src/ncmpc.h
@@ -43,7 +43,7 @@
#define LIST_FORMAT (options.list_format ? options.list_format : DEFAULT_LIST_FORMAT)
/* song format - status window */
-#define DEFAULT_STATUS_FORMAT "[%artist% - ]%title%|%basename%"
+#define DEFAULT_STATUS_FORMAT "[%artist% - ]%title%|%shortfile%"
#define STATUS_FORMAT (options.status_format ? options.status_format : DEFAULT_STATUS_FORMAT)
#endif /* NCMPC_H */