From 0b111f7f1ab8a7ae12c79a206ae1e9daa5a286ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fernando=20Tarl=C3=A1=20Cardoso=20Lemos?= Date: Sun, 20 Jun 2010 19:20:04 -0300 Subject: [PATCH] Reset the color to the default color, don't harcode white. --- i3-wsbar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.5