1
0
Fork 0
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:
Jake Stanger 2024-10-15 21:47:11 +01:00
parent 8c57d2be44
commit 56153f189a
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -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.