mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 06:11:03 +02:00
docs(dynamic values): fix missing backtick
This commit is contained in:
parent
8c57d2be44
commit
56153f189a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Dynamic booleans can use a single source of either a script or variable to contr
|
|||
|
||||
For scripts, you can just write these directly with no notation.
|
||||
Only polling scripts are supported.
|
||||
The script exit code is used, where `0` is `true` and any other code is `false.
|
||||
The script exit code is used, where `0` is `true` and any other code is `false`.
|
||||
|
||||
For variables, use the standard `#name` notation.
|
||||
An empty string, `0` and `false` are treated as false.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue