mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +02:00
docs(ironvars): correct allowed chars in keys
This commit is contained in:
parent
63304a9ddd
commit
9d7cb08f41
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
Ironvars are runtime variables that can be referenced in several places in your config,
|
Ironvars are runtime variables that can be referenced in several places in your config,
|
||||||
then set using the IPC server (such as via the CLI) using the `set` command.
|
then set using the IPC server (such as via the CLI) using the `set` command.
|
||||||
|
|
||||||
Any UTF-8 string *without whitespace* is a valid key.
|
Keys can consist of alphanumeric characters, `-` and `_` only.
|
||||||
Any UTF-8 string is a valid value.
|
Any UTF-8 string is a valid value.
|
||||||
|
|
||||||
Reference values using `#my_variable`. These update as soon as the value changes.
|
Reference values using `#my_variable`. These update as soon as the value changes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue