keybinding help
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
|
||||
# Colors (internal only)
|
||||
ESC=$(printf '\033')
|
||||
BOLD="${ESC}[1m"
|
||||
FAINT="${ESC}[2m"
|
||||
UNDERLINE="${ESC}[4m"
|
||||
CARTIST="${ESC}[38;5;209m"
|
||||
CTITLE="${ESC}[38;5;229m"
|
||||
CRELINFO="${ESC}[38;5;179m"
|
||||
@@ -16,6 +18,7 @@ CNOTE="${ESC}[38;5;242m"
|
||||
CXXX="${ESC}[38;5;109m"
|
||||
CDESC="${ESC}[38;5;254m"
|
||||
CLIFE="${ESC}[38;5;251m"
|
||||
CKB="${ESC}[38;5;224m"
|
||||
OFF="${ESC}[m"
|
||||
|
||||
# Pointers
|
||||
@@ -153,3 +156,13 @@ REC_FORMAT="${REC_FORMAT:-"${CNOTE}${FAINT}<<med>>\t${CNOTE}<<nr>>$OFF\t${CTITLE
|
||||
# Format of a track in the playlist
|
||||
REC_FORMAT_NO_NUMBER="${REC_FORMAT_NO_NUMBER:-"${CTITLE}<<title>>\t${CARTIST}<<artist>>\t${CXXX}<<duration>>$OFF"}"
|
||||
export REC_FORMAT REC_FORMAT_NO_NUMBER
|
||||
|
||||
# Keybinding themes
|
||||
# =================
|
||||
# Format keybinding group
|
||||
KBF_GROUP="${KBF_GROUP:-"${UNDERLINE}${CKB}%s$OFF"}"
|
||||
# Format key
|
||||
KBF_KEY="${KBF_KEY:-"${BOLD}${CKB}%s$OFF"}"
|
||||
# Format description
|
||||
KBF_DESC="${KBF_DESC:-"${CKB}%s$OFF"}"
|
||||
export KBF_GROUP KBF_KEY KBF_DESC
|
||||
|
Reference in New Issue
Block a user