update i3blocks, add startup script
This commit is contained in:
parent
16d2e10121
commit
504cf2f5d7
2 changed files with 5 additions and 4 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue