X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/f7960c6956325bd800ce90fe2d099fa2fe761e70..7a20bbac7128368888ea23969b09b99e43def1bc:/bin/i3-printinfo?ds=sidebyside 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'});