Reset the color to the default color, don't harcode white.
This commit is contained in:
parent
3989dcab9a
commit
26f0a9d750
2
i3-wsbar
2
i3-wsbar
|
@ -202,7 +202,7 @@ sub update_output {
|
||||||
$out .= qq|^p(2)^pa(;2)|;
|
$out .= qq|^p(2)^pa(;2)|;
|
||||||
}
|
}
|
||||||
|
|
||||||
$out .= qq|^p(_LOCK_X)^fg($dzen_bg)^r(${width}x17)^p(_UNLOCK_X)^fg(white)|;
|
$out .= qq|^p(_LOCK_X)^fg($dzen_bg)^r(${width}x17)^p(_UNLOCK_X)^fg()|;
|
||||||
$out .= qq|^p(+5)|;
|
$out .= qq|^p(+5)|;
|
||||||
$out .= $last_line if (!@input_on or $name ~~ @input_on);
|
$out .= $last_line if (!@input_on or $name ~~ @input_on);
|
||||||
$out .= "\n";
|
$out .= "\n";
|
||||||
|
|
Loading…
Reference in New Issue