X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/ff1a2414a9bf713665df692fab9cae9d2320b2f1..1118e1eeb0440e0058c0840588e9afdd54f709ea:/bin/i3-printinfo diff --git a/bin/i3-printinfo b/bin/i3-printinfo index 60150d6..4c3b8d1 100755 --- a/bin/i3-printinfo +++ b/bin/i3-printinfo @@ -18,7 +18,7 @@ if (not defined $str) { $i3->subscribe({ $ev => sub { - # XXX: there has to be a better way to do this + # XXX: there has to be a way to make this one line my ($msg) = @_; # XXX: not escaped say Text::Template::fill_in_string($str, HASH=>$msg->{'container'});