Reset the color to the default color, don't harcode white.

This commit is contained in:
Fernando Tarlá Cardoso Lemos 2010-06-20 19:20:04 -03:00 committed by Michael Stapelberg
parent 3989dcab9a
commit 26f0a9d750
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ sub update_output {
$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 .= $last_line if (!@input_on or $name ~~ @input_on);
$out .= "\n";