1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 10:41:03 +02:00

Merge pull request #421 from JakeStanger/fix/dynamic-string

Dynamic String Fixes
This commit is contained in:
Jake Stanger 2024-01-25 23:17:55 +00:00 committed by GitHub
commit 8aef093ac9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 32 additions and 18 deletions

View file

@ -1,7 +1,7 @@
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.
Keys can consist of alphanumeric characters, `-` and `_` only.
Any UTF-8 string is a valid value.
Reference values using `#my_variable`. These update as soon as the value changes.