diff --git a/src/sh/theme.sh b/src/sh/theme.sh index 9beb4a9..0a889b4 100644 --- a/src/sh/theme.sh +++ b/src/sh/theme.sh @@ -192,7 +192,7 @@ if [ ! "${THEME_LOADED:-}" ]; then # <> string Track duration PLYLST_FMT="${PLYLST_FMT:-"<>\t<>\t<<artist>>\t<<duration>>"}" PLYLST_FMT_CNT=$(($(printf "$PLYLST_FMT" | tr -cd '\t' | wc -c) + 1)) - PLYLST_FMT_RIGHTALIGN="${PLYLST_FMT_RIGHTALIGN:-"1"}" + PLYLST_FMT_RIGHTALIGN="${PLYLST_FMT_RIGHTALIGN:-"1,4"}" PLYLST_FMT_PLAYING_YES="${PLYLST_FMT_PLAYING_YES:-"👉"}" PLYLST_FMT_PLAYING_NO="${PLYLST_FMT_PLAYING_NO:-""}" PLYLST_FMT_TITLE="${PLYLST_FMT_TITLE:-"${CTITLE}%s${OFF}"}"