Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,11 @@ These will be considered as simple variables at runtime.

=== command

The optional _command_ property specifies a command line to be executed with `sh -c`.
The command can be relative to the configuration file where it is defined.
If the command outputs some text, it is used to update the block.
The optional _command_ property specifies a command line to be executed with
`sh -c`. The command can be relative to the configuration file where it is
defined. If the command outputs some text, it is used to update the block. See
the link:./#format[format section] for more information about expected text
output.

An exit code of 0 means success.
A special exit code of _33_ will set the _urgent_ i3bar key to true.
Expand Down