feat: added escape_chars config option

This commit is contained in:
2024-01-21 19:22:22 +01:00
parent c56a59b126
commit c074b4279e
3 changed files with 21 additions and 1 deletions

View File

@@ -126,6 +126,9 @@ fuzzy = false
# whether to display the prefix characters in the output string at all
# boolean
render_prefix = true
# whether to escape special characters like '&' to '&'
# boolean
escape_chars = false
# time taken between updates of the output string, in milliseconds
# u64 (0 <= u64 <= 18446744073709551615)
@@ -208,6 +211,7 @@ Whenever a config file is specified that does not actually exist, the script cre
hide_output = true
fuzzy = false
render_prefix = true
escape_chars = false
update_delay = 300
metadata_separator = ' | '
array_separator = '+'