update i3blocks, add startup script

This commit is contained in:
Simon Vieille 2021-03-10 09:30:33 +01:00
commit 504cf2f5d7
2 changed files with 5 additions and 4 deletions

View file

@ -121,5 +121,5 @@ function block(string $name, array $options = [])
$options
);
return stripslashes(json_encode($options, JSON_UNESCAPED_UNICODE));
return stripslashes(json_encode($options, JSON_UNESCAPED_UNICODE))."\n";
}