mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-11-23 16:19:57 +03:00
9 lines
420 B
Markdown
9 lines
420 B
Markdown
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.
|
|
|
|
Any UTF-8 string *without whitespace* is a valid key.
|
|
Any UTF-8 string is a valid value.
|
|
|
|
Reference values using `#my_variable`. These update as soon as the value changes.
|
|
|
|
You can set defaults using the `ironvar_defaults` key in your top-level config. |