From be04f283755f3c8c3c4c03410db10444cfb6efbb Mon Sep 17 00:00:00 2001 From: nojhan Date: Tue, 9 May 2023 21:28:12 +0200 Subject: [PATCH] add container, os and modules to the middle section --- dotmatrix.theme | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dotmatrix.theme b/dotmatrix.theme index a561426..d120637 100644 --- a/dotmatrix.theme +++ b/dotmatrix.theme @@ -442,6 +442,15 @@ _lp_dotmatrix_theme_prompt() { _lp_join "$I" ${lp_cmake_c_compiler} ${lp_cmake_cxx_compiler} ${lp_cmake_generator} ${lp_cmake_buildtype} inline_left+="$d${lp_join}$b" fi + if _lp_container; then + inline_left+="$d$lp_container$b" + fi + if _lp_os; then + inline_left+="$d$lp_os$b" + fi + if _lp_modules; then + inline_left+="$d$lp_modules$b" + fi # History section. local inline_right=