fix(space): fix isse with whitespace trimming from separators

This commit is contained in:
Valentin Uveges 2023-08-21 08:04:44 +03:00
parent 0c336e4029
commit 7a284c98e5
10 changed files with 11 additions and 11 deletions

View file

@ -1,10 +1,10 @@
show_example() {
local index=$1
local index=$1
local icon="$(get_tmux_option "@catppuccin_test_icon" "󰙨")"
local color="$(get_tmux_option "@catppuccin_test_color" "$thm_blue")"
local text="$(get_tmux_option "@catppuccin_test_text" "It works!")"
local module=$( build_status_module "$index" "$icon" "$color" "$text" )
echo $module
echo "$module"
}