]> git.sur5r.net Git - i3/i3/commitdiff
Reset the color to the default color, don't harcode white.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Sun, 20 Jun 2010 22:20:04 +0000 (19:20 -0300)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 24 Jun 2010 22:46:10 +0000 (00:46 +0200)
i3-wsbar

index 4148c95ca298d12b9ee9fe00d0f15db280f6d39b..26d8caf74fe057eb743ef41f785952ca933f7f1a 100755 (executable)
--- 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";