don't change `show_text`
This commit is contained in:
parent
735363e7a0
commit
39dea78206
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ build_status_module() {
|
||||||
if [ "$status_fill" = "icon" ]; then
|
if [ "$status_fill" = "icon" ]; then
|
||||||
local bg
|
local bg
|
||||||
local show_icon="#[fg=$thm_bg,bg=$color,nobold,nounderscore,noitalics]$icon "
|
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
|
if [ "$status_connect_separator" = "yes" ]; then
|
||||||
bg="$thm_gray"
|
bg="$thm_gray"
|
||||||
|
|
@ -16,7 +17,6 @@ build_status_module() {
|
||||||
bg="default"
|
bg="default"
|
||||||
fi
|
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_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"
|
local show_right_separator="#[fg=$thm_gray,bg=$bg,nobold,nounderscore,noitalics]$status_right_separator"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue