Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link output format section in command section docs #459

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/README.adoc
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