Closed bibby closed 4 years ago
When multiple {bash} helpers are in a format string, the output of the first command is repeated for the rest.
{bash}
This example produces a status bar with three segments, each printing 1.
1
format: "{bash: echo 1}|{bash: echo 2}|{bash: echo 3}"
(Neat project!)
When multiple
{bash}
helpers are in a format string, the output of the first command is repeated for the rest.This example produces a status bar with three segments, each printing
1
.format: "{bash: echo 1}|{bash: echo 2}|{bash: echo 3}"
(Neat project!)