From: Fernando Tarlá Cardoso Lemos Date: Sun, 20 Jun 2010 22:20:04 +0000 (-0300) Subject: Reset the color to the default color, don't harcode white. X-Git-Tag: 4.0~14^2~79 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=26f0a9d75056f21b938c164ec05ef285b1a28803;p=i3%2Fi3 Reset the color to the default color, don't harcode white. --- diff --git a/i3-wsbar b/i3-wsbar index 4148c95c..26d8caf7 100755 --- a/i3-wsbar +++ b/i3-wsbar @@ -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";