Skip to content

Commit

Permalink
fixup! fix: status module trailing space transparancy (#250) (#253)
Browse files Browse the repository at this point in the history
don't change `show_text`
  • Loading branch information
vdbe committed Jul 17, 2024
1 parent 735363e commit 39dea78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/module_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ build_status_module() {
if [ "$status_fill" = "icon" ]; then
local bg
local show_icon="#[fg=$thm_bg,bg=$color,nobold,nounderscore,noitalics]$icon "
local show_text="#[fg=$thm_fg,bg=$thm_gray] $text"

if [ "$status_connect_separator" = "yes" ]; then
bg="$thm_gray"
else
bg="default"
fi

local show_text="#[fg=$thm_fg,bg=$bg] $text"
local show_left_separator="#[fg=$color,bg=$bg,nobold,nounderscore,noitalics]$status_left_separator"
local show_right_separator="#[fg=$thm_gray,bg=$bg,nobold,nounderscore,noitalics]$status_right_separator"
fi
Expand Down

0 comments on commit 39dea78

Please sign in to comment.