From e51375327bdcf1b7d4f5ea0554d2eac367942061 Mon Sep 17 00:00:00 2001 From: nojhan Date: Sun, 19 Nov 2023 14:13:29 +0100 Subject: [PATCH] fix(sensors): incorrect separator --- dotmatrix.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotmatrix.theme b/dotmatrix.theme index a645506..4dfd1e1 100644 --- a/dotmatrix.theme +++ b/dotmatrix.theme @@ -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