configuratble playlist title
This commit is contained in:
@@ -184,3 +184,7 @@ KBF_GROUP="%s"
|
||||
KBF_KEY="%s"
|
||||
# Format description
|
||||
KBF_DESC="%s"
|
||||
|
||||
# Playlist title
|
||||
# ==============
|
||||
TITLE_PLYLST=" Playlist "
|
||||
|
||||
@@ -601,7 +601,7 @@ while true; do
|
||||
--reverse \
|
||||
--no-sort \
|
||||
--border=double \
|
||||
--border-label="╢ Playlist ╟" \
|
||||
--border-label="$TITLE_PLYLST" \
|
||||
--no-input \
|
||||
--margin="2%,10%" \
|
||||
--bind="$KEYS_DOWN,$KEYS_N_DOWN:down" \
|
||||
|
||||
@@ -387,5 +387,10 @@ if [ ! "${THEME_LOADED:-}" ]; then
|
||||
KBF_DESC="${KBF_DESC:-"${CKB}%s${OFF}"}"
|
||||
export KBF_GROUP KBF_KEY KBF_DESC
|
||||
|
||||
# Playlist title
|
||||
# ==============
|
||||
TITLE_PLYLST="${TITLE_PLYLST:-" 🎶 ${CARTIST}Playlist${OFF} "}"
|
||||
export TITLE_PLYLST
|
||||
|
||||
export THEME_LOADED=1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user