fix(sensors): incorrect separator
This commit is contained in:
parent
05b8a335c9
commit
e51375327b
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ _lp_dotmatrix_theme_prompt() {
|
|||
local ffg="${DOTMATRIX_COLOR_SEP_FAIR[4]}"
|
||||
lp_terminal_format "$fg" -2 0 0 "$ffg" -2
|
||||
# No space before sep.
|
||||
dotmatrix_sep="${lp_terminal_format}${sep}${DOTMATRIX_SPACE_VOID}"
|
||||
dotmatrix_sep="${lp_terminal_format}${dotmatrix_sep}${DOTMATRIX_SPACE_VOID}"
|
||||
|
||||
side+="${dotmatrix_sep}${lp_join}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue