X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/ff1a2414a9bf713665df692fab9cae9d2320b2f1..d23b28eb8f84884ce5d1e2acde0b9774166b8ce6:/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'});