X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3-wsbar;h=26d8caf74fe057eb743ef41f785952ca933f7f1a;hb=72d2b2c9bddf4df87b1ac3db7dfc5ec1e1ece10e;hp=4148c95ca298d12b9ee9fe00d0f15db280f6d39b;hpb=be49ed99f4140d047606737457735114ffcfb4ff;p=i3%2Fi3 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";