fix link when behind remote
- add link_reverse and link_opposed - add a config in variants presets accordingly
This commit is contained in:
parent
1b3f3929b7
commit
b44aa32f13
5 changed files with 89 additions and 24 deletions
|
|
@ -13,6 +13,8 @@ DOTMATRIX_MEAN=${DOTMATRIX_MEAN:-"┃"}
|
|||
# Separator arrays (left center right)
|
||||
DOTMATRIX_LINK=( ${DOTMATRIX_LINK[@]+"${DOTMATRIX_LINK[@]}"} )
|
||||
[[ ${#DOTMATRIX_LINK[@]} == 0 ]] && DOTMATRIX_LINK=("▌" "<" "▐")
|
||||
DOTMATRIX_LINK_R=( ${DOTMATRIX_LINK_R[@]+"${DOTMATRIX_LINK_R[@]}"} )
|
||||
[[ ${#DOTMATRIX_LINK_R[@]} == 0 ]] && DOTMATRIX_LINK_R=("▌" ">" "▐")
|
||||
DOTMATRIX_OPEN=( ${DOTMATRIX_OPEN[@]+"${DOTMATRIX_OPEN[@]}"} )
|
||||
[[ ${#DOTMATRIX_OPEN[@]} == 0 ]] && DOTMATRIX_OPEN=("▌" "<<" "▐")
|
||||
DOTMATRIX_DANG=( ${DOTMATRIX_DANG[@]+"${DOTMATRIX_DANG[@]}"} )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue