]> git.sur5r.net Git - i3/i3/blobdiff - i3-wsbar
add testcase to check if i3 starts on the first named workspace (ticket #449)
[i3/i3] / 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";